rails / solid_cache

A database-backed ActiveSupport::Cache::Store
MIT License
890 stars 63 forks source link

fix unprepared statements #185

Closed ollym closed 4 months ago

ollym commented 4 months ago

Fixes https://github.com/rails/solid_cache/issues/184

ollym commented 4 months ago

Finally got this working @djmb sorry for the messy commits took a bit of back and forth but this is now passing all tests for prepared_statements: false and also extends the testing framework to ensure we run all tests against this as a scenario. This should be ready to go and would appreciate a review, thanks!

ollym commented 4 months ago

Fixed