Update module zombiezen.com/go/sqlite to v1.4.2#409
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.0.0→v1.4.2Release Notes
zombiezen/go-sqlite (zombiezen.com/go/sqlite)
v1.4.2: 1.4.2Compare Source
Changed
modernc.org/sqliteversion updated to 1.37.1.v1.4.1: 1.4.1Compare Source
Version 1.4.1 updates the
modernc.org/sqliteversion to 1.36.1 and includes a couple small improvements.Changed
modernc.org/sqliteversion updated to 1.36.1.Fixed
*Stmt.ColumnNameno longer performs an allocation (#101).OpenFlagshas been rewritten for clarity (#114).v1.4.0: 1.4.0Compare Source
Version 1.4 adds the
sqlitex.ResultBytesfunction and fixes several bugs.Added
sqlitex.ResultBytes. (#86)Changed
Conn.Closereturns an error if the connection has already been closed (#101).modernc.org/sqliteversion updated to 1.33.1.Fixed
sqlite3_initializeis now called from any top-level function to prevent race conditions during initialization. (#18).v1.3.0: 1.3.0Compare Source
Version 1.3 is largely a bug-fix release, but is a minor version change because of the new
sqlitemigration.Pool.Takemethod.Added
sqlitemigration.Poolnow has a new methodTakeso that it implements a common interface withsqlitex.Pool(#97).OpenWALbehavior onsqlite.OpenConn.Fixed
sqlitemigration(#99).sqlitex.NewPoolwhen trying to open an in-memory database now gives correct advice (#92).v1.2.0: 1.2.0Compare Source
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
v1.1.2: 1.1.2Compare Source
Version 1.1.2 updates the
modernc.org/sqliteversion to 1.29.1 and makes further tweaks to busy-polling.Changed
modernc.org/sqliteversion updated to 1.29.1 (#77).v1.1.1: 1.1.1Compare Source
Version 1.1.1 improves performance on write-contended workloads.
Fixed
v1.1.0: 1.1.0Compare Source
Version 1.1 introduces the ability to prepare connections on
sqlitex.Pool, improves performance, and improves documentation.Added
sqlitex.NewPoolfunction with support for aConnPrepareFunc(#65).SetCollation(#64).Deprecated
sqlitex.Openin favor ofsqlitex.NewPool.Fixed
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.