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

Incorporate Rails PR #48061 #50

Closed lorint closed 11 months ago

lorint commented 12 months ago

While rails/rails#48061 was originally created in order to fix an unwanted query_cache behaviour specific to AR 7.1, as well it reorganised how #execute was laid out for all database adapters. Hence, this attempts to reflect the Trilogy-specific changes as faithfully as possible so that the ARTA code base can be most consistent with what is found in AR 7.1.