Skip to content

Commit 11bd7d2

Browse files
committed
Temporarily disable jndi connection pool callbacks, we need to fix this later.
- it was disabled to so we can focus on fixing the AR integration first - cannot run tests, process crashes
1 parent 0a96569 commit 11bd7d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/arjdbc/postgresql/adapter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ class PostgreSQLAdapter < AbstractAdapter
742742
include ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
743743
include ActiveRecord::ConnectionAdapters::PostgreSQL::Quoting
744744

745-
include Jdbc::ConnectionPoolCallbacks
745+
# include Jdbc::ConnectionPoolCallbacks
746746

747747
include ArJdbc::Abstract::Core
748748
include ArJdbc::Abstract::ConnectionManagement

0 commit comments

Comments
 (0)