File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1475,9 +1475,9 @@ class PostgreSQLAdapter < JdbcAdapter
14751475 include ::ArJdbc ::PostgreSQL
14761476 include ::ArJdbc ::PostgreSQL ::ExplainSupport
14771477
1478- require 'arjdbc/postgresql/oid_types' if AR40
1478+ require 'arjdbc/postgresql/oid_types' if :: ArJdbc :: AR40
14791479 include ::ArJdbc ::PostgreSQL ::OIDTypes if ::ArJdbc ::PostgreSQL . const_defined? ( :OIDTypes )
1480- include ::ArJdbc ::PostgreSQL ::ColumnHelpers if AR42
1480+ include ::ArJdbc ::PostgreSQL ::ColumnHelpers if :: ArJdbc :: AR42
14811481
14821482 include ::ArJdbc ::Util ::QuotedCache
14831483
@@ -1489,13 +1489,13 @@ def initialize(*args)
14891489
14901490 @table_alias_length = nil
14911491
1492- initialize_type_map ( @type_map = Type ::HashLookupTypeMap . new ) if AR42
1492+ initialize_type_map ( @type_map = Type ::HashLookupTypeMap . new ) if :: ArJdbc :: AR42
14931493
14941494 @use_insert_returning = @config . key? ( :insert_returning ) ?
14951495 self . class . type_cast_config_to_boolean ( @config [ :insert_returning ] ) : nil
14961496 end
14971497
1498- if AR42
1498+ if :: ArJdbc :: AR42
14991499 require 'active_record/connection_adapters/postgresql/schema_definitions'
15001500 else
15011501 require 'arjdbc/postgresql/base/schema_definitions'
You can’t perform that action at this time.
0 commit comments