File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -464,11 +464,11 @@ def write_query?(sql) # :nodoc:
464
464
# since apparently calling close on the statement object
465
465
# doesn't always free the server resources and calling
466
466
# 'DISCARD ALL' fails if we are inside a transaction
467
- def clear_cache!
468
- super
469
- # Make sure all query plans are *really* gone
470
- @connection . execute 'DEALLOCATE ALL' if active?
471
- end
467
+ # def clear_cache!
468
+ # super
469
+ # # Make sure all query plans are *really* gone
470
+ # @connection.execute 'DEALLOCATE ALL' if active?
471
+ # end
472
472
473
473
def reset!
474
474
clear_cache!
@@ -747,7 +747,7 @@ class PostgreSQLAdapter < AbstractAdapter
747
747
include ArJdbc ::Abstract ::Core
748
748
include ArJdbc ::Abstract ::ConnectionManagement
749
749
include ArJdbc ::Abstract ::DatabaseStatements
750
- include ArJdbc ::Abstract ::StatementCache
750
+ # include ArJdbc::Abstract::StatementCache
751
751
include ArJdbc ::Abstract ::TransactionSupport
752
752
include ArJdbc ::PostgreSQL
753
753
You can’t perform that action at this time.
0 commit comments