You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[2] pry(main)> ActiveRecord::Base.connection.select_values("Select pg_advisory_xact_lock(1);")
(1.5ms) Select pg_advisory_xact_lock(1);
unknown OID 2278: failed to recognize type of 'pg_advisory_xact_lock'. It will be treated as String.
=> [""]
Expected behavior
Warning should not be thrown. It was working fine in previous versions of active record.
Actual behavior
Warning is issued. Uncertain if the lock is applied, still inspecting.
System configuration
Rails version: 5.1.2 Ruby version: 2.4.1
The text was updated successfully, but these errors were encountered:
Steps to reproduce
Expected behavior
Warning should not be thrown. It was working fine in previous versions of active record.
Actual behavior
Warning is issued. Uncertain if the lock is applied, still inspecting.
System configuration
Rails version: 5.1.2
Ruby version: 2.4.1
The text was updated successfully, but these errors were encountered: