You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SQLAlchemy currently doesn't fall back on 2.5's sqlite3 module, which is just sqlite with a different name. This is arguably either a defect or an enhancement, but it's a simple fix either way. The below patch (in diff -u format) on databases/sqlite.py at r1815 fixes this.
Migrated issue, originally created by Anonymous
SQLAlchemy currently doesn't fall back on 2.5's sqlite3 module, which is just sqlite with a different name. This is arguably either a defect or an enhancement, but it's a simple fix either way. The below patch (in
diff -u
format) on databases/sqlite.py at r1815 fixes this.The text was updated successfully, but these errors were encountered: