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
Added back the session API: Session, ChangesetIterator, Changegroup, and various functions. There are some slight naming changes from the crawshaw.io/sqlite API, but they can all be migrated automatically with the migration tool. (#16)
Changed
Method calls to a nil*sqlite.Conn will return an error rather than panic. (#17)
Removed
Removed OpenFlags that are only used for VFS.
Fixed
Properly clean up WAL when using sqlitex.Pool (#14)