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
we define the method extract_primary_keyhttps://github.com/soundcloud/lhm/blob/master/lib/lhm/table.rb#L96 . I am pretty much sure that was done because we had to support different adapters. Now as we only support ActiveRecord, we can use the method from their connection object.
The text was updated successfully, but these errors were encountered:
we define the method
extract_primary_key
https://github.com/soundcloud/lhm/blob/master/lib/lhm/table.rb#L96 . I am pretty much sure that was done because we had to support different adapters. Now as we only support ActiveRecord, we can use the method from their connection object.The text was updated successfully, but these errors were encountered: