James Chevalier
James Chevalier
I had a few minutes to dig into things - here are some details, in case they're helpful (apologies if I'm sharing information you already know). activerecord v7.2 introduced [parts...
Your `PostGIS::Quoting` diff, above, does resolve the issue. It makes sense, as well, since the thing that's missing in Rails 7.2+ is the sql sanitization that was once done via...
Oops! [v10](https://rubygems.org/gems/activerecord-postgis-adapter/versions/10.0.0) was released via https://github.com/rgeo/activerecord-postgis-adapter/commit/1290093838bfcbab4688463ee45a7ae9c43d3ffe without the `PostGIS::Quoting` fix that @BuonOmo shared in https://github.com/rgeo/activerecord-postgis-adapter/issues/402#issuecomment-2371701919 --- Adding this to my `config/initializers/active_record_postgis_adapter.rb` file seems to work as a temporary fix: ```ruby...
> The code is already merged in this repo, if you could use github path to run you whole test suite that will be helpful. > > We don't want...