1.2.0 #88
zombiezen
announced in
Announcements
1.2.0
#88
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Version 1.2.0 adds a
sqlitex.Pool.Takemethod and improves error messages.Added
sqlitex.Poolhas a new methodTakewhich returns anerroralong with aConn(#83).sqlite.ErrorOffsetis a new function that returns the SQL byte offset that an error references.Changed
sqlite.Conn.Prep,sqlite.Conn.Prepare, andsqlite.Conn.PrepareTransientnow include position information in error messages if available.Deprecated
sqlitex.Pool.Getmethod has been deprecated in favor of the newTakemethod.Fixed
This discussion was created from the release 1.2.0.
Beta Was this translation helpful? Give feedback.
All reactions