ankane / blazer

Business intelligence made simple
MIT License
4.5k stars 471 forks source link

Fixed error with Sqlite when prepared statements are disabled with Rails < 6.1 #452

Closed dhnaranjo closed 10 months ago

ankane commented 10 months ago

Hi @dhnaranjo, thanks for reporting and the PR. Fixed in fe963b08cf0f6244f5fd18a3407fca5ffa276fbe (it still ignores them in Active Record 6.1+).

dhnaranjo commented 10 months ago

Yup I did just discover that, forgot I had disabled the query logging before I tested it.

Always appreciate how on top of fixes you are. Dang.