This is pursuant to issue #54 identified by @tmimura39 regarding applying connection configuration. Tomohiko indicates:
It seems that various settings including sql_mode are not applied correctly because configure_connection is not executed.
...
trilogy applies the default sql_mode.
As such, here is a fix which strives to adhere as closely as possible to how connection configuration behaviour is implemented in Rails 7.1.
This is pursuant to issue #54 identified by @tmimura39 regarding applying connection configuration. Tomohiko indicates:
As such, here is a fix which strives to adhere as closely as possible to how connection configuration behaviour is implemented in Rails 7.1.