solidusio / solidus_support

Common runtime helpers for Solidus extensions.
BSD 3-Clause "New" or "Revised" License
9 stars 23 forks source link

Restrict SQLite to 1.x #85

Closed mamhoff closed 2 months ago

mamhoff commented 2 months ago

Sqlite 2 is out, but ActiveRecord does not know about it. As long as that is the case, we have to keep it on version 1.

tvdeyen commented 2 months ago

Spec failure fixed in https://github.com/solidusio/solidus/pull/5796