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
-
Version 1.2.0 adds a
sqlitex.Pool.Take
method and improves error messages.Added
sqlitex.Pool
has a new methodTake
which returns anerror
along with aConn
(#83).sqlite.ErrorOffset
is a new function that returns the SQL byte offset that an error references.Changed
sqlite.Conn.Prep
,sqlite.Conn.Prepare
, andsqlite.Conn.PrepareTransient
now include position information in error messages if available.Deprecated
sqlitex.Pool.Get
method has been deprecated in favor of the newTake
method.Fixed
This discussion was created from the release 1.2.0.
Beta Was this translation helpful? Give feedback.
All reactions