trilogy-libraries / activerecord-trilogy-adapter

Active Record adapter for the Trilogy database client for Rails v6.0 - v7.0.
https://github.com/trilogy-libraries/trilogy
MIT License
171 stars 17 forks source link

Fix merge conflict between #48 and #51 #63

Closed BrianHawley closed 1 year ago

BrianHawley commented 1 year ago

Both #48 and #51 added write_query? and explain. I removed the duplicate methods that weren't being used, which were the older versions with no options parameter.

The newer write_query? and explain with the options are still there.

lorint commented 1 year ago

Oh nice!

Silly me -- thanks for spotting this duplication.