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
167 stars 16 forks source link

Set default_prepared_statements for trilogy #7

Closed eileencodes closed 1 year ago

eileencodes commented 1 year ago

Trilogy doesn't support prepared statements yet so until https://github.com/github/trilogy/pull/3 is merged and support is implemented in the adapter this should be set to false.

Fixes #5

composerinteralia commented 1 year ago

👋🏻 Thank you!