fix(deps): update module github.com/ncruces/go-sqlite3 to v0.30.4 #19
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:
v0.20.3→v0.30.4Release Notes
ncruces/go-sqlite3 (github.com/ncruces/go-sqlite3)
v0.30.4Compare Source
What's Changed
Updates:
Full Changelog: ncruces/go-sqlite3@v0.30.3...v0.30.4
Artifact attestations
v0.30.3Compare Source
What's Changed
Updates:
Full Changelog: ncruces/go-sqlite3@v0.30.2...v0.30.3
Artifact attestations
v0.30.2Compare Source
What's Changed
Features:
Fixes:
Full Changelog: ncruces/go-sqlite3@v0.30.1...v0.30.2
Artifact attestations
v0.30.1Compare Source
What's Changed
Updates:
Changes:
CANTOPENandIOERRerrors wrap the file system error that caused themFixes:
Full Changelog: ncruces/go-sqlite3@v0.30.0...v0.30.1
Artifact attestations
v0.30.0Compare Source
What's Changed
Updates:
Changes:
CANTOPENandIOERRerrors wrap the file system error that caused themBreaking changes:
int64Full Changelog: ncruces/go-sqlite3@v0.29.1...v0.30.0
Artifact attestations
v0.29.1Compare Source
What's Changed
Experiments:
RowsColumnScannerfor improved time support - please report any issues building withgotipGOEXPERIMENT=jsonv2Breaking changes:
mvccVFSFull Changelog: ncruces/go-sqlite3@v0.29.0...v0.29.1
Artifact attestations
v0.29.0Compare Source
What's Changed
Updates:
Changes:
Full Changelog: ncruces/go-sqlite3@v0.28.0...v0.29.0
Artifact attestations
v0.28.0Compare Source
What's Changed
Updates:
Breaking changes:
cksumvfsfixes in #304 may cause compatibility issuesFeatures:
serdesin20a67cadriver.RowsColumnScannerin8a64ee6Full Changelog: ncruces/go-sqlite3@v0.27.1...v0.28.0
Artifact attestations
v0.27.1Compare Source
What's Changed
Updates:
Full Changelog: ncruces/go-sqlite3@v0.27.0...v0.27.1
Artifact attestations
v0.27.0Compare Source
What's Changed
Breaking changes:
sqlite3.PointergenericsPerformance improvements:
memdbVFS performance under write contentionFull Changelog: ncruces/go-sqlite3@v0.26.3...v0.27.0
Artifact attestations
v0.26.3Compare Source
What's Changed
Updates:
Full Changelog: ncruces/go-sqlite3@v0.26.2...v0.26.3
Artifact attestations
v0.26.2Compare Source
What's Changed
Changes:
Full Changelog: ncruces/go-sqlite3@v0.26.1...v0.26.2
Artifact attestations
v0.26.1Compare Source
What's Changed
Updates:
Full Changelog: ncruces/go-sqlite3@v0.26.0...v0.26.1
Artifact attestations
v0.26.0Compare Source
What's Changed
Updates:
Changes:
Now supported in Bob: stephenafamo/bob#431 (thanks @stephenafamo).
Full Changelog: ncruces/go-sqlite3@v0.25.2...v0.26.0
Artifact attestations
v0.25.2Compare Source
What's Changed
Updates:
Full Changelog: ncruces/go-sqlite3@v0.25.1...v0.25.2
Artifact attestations
v0.25.1Compare Source
What's Changed
Performance improvements:
Implemented bits of libc using Wasm SIMD128, thanks to a tip by @raggi on Hacker News.
Full Changelog: ncruces/go-sqlite3@v0.25.0...v0.25.1
Artifact attestations
v0.25.0Compare Source
What's Changed
Breaking changes:
BindBlob,BindRawText,ResultBlob,ResultRawTextin9f626b2nilslice is no longer the same asBindNull,ResultNulldatabase/sqlscanning heuristics in #256time.TimeforTEXTcolumnsboolautomatically forBOOLEANcolumnsANYwithSTRICTtablesPerformance improvements:
Thanks to @michaellenaghan in #250 and his new benchmark, significant improvements were attained for long running, complex queries, when used in combination with context cancellation.
Full Changelog: ncruces/go-sqlite3@v0.24.1...v0.25.0
Artifact attestations
v0.24.1Compare Source
What's Changed
Changes:
Full Changelog: ncruces/go-sqlite3@v0.24.0...v0.24.1
Artifact attestations
v0.24.0Compare Source
What's Changed
Changes:
Full Changelog: ncruces/go-sqlite3@v0.23.3...v0.24.0
Artifact attestations
v0.23.3What's Changed
Changes:
Full Changelog: ncruces/go-sqlite3@v0.23.1...v0.23.3
Artifact attestations
v0.23.1Compare Source
What's Changed
Updates:
Full Changelog: ncruces/go-sqlite3@v0.23.0...v0.23.1
Artifact attestations
v0.23.0Compare Source
What's Changed
Updates:
Breaking changes:
regexp.GlobPrefixin #220Full Changelog: ncruces/go-sqlite3@v0.22.0...v0.23.0
Artifact attestations
v0.22.0Compare Source
What's Changed
Updates:
Breaking changes:
vfs.FilePersistWALrenamed inf025ffbexperimental.CoreFeaturesThreadsexplicitly if neededFull Changelog: ncruces/go-sqlite3@v0.21.3...v0.22.0
Artifact attestations
v0.21.3Compare Source
What's Changed
Changes:
Full Changelog: ncruces/go-sqlite3@v0.21.2...v0.21.3
Artifact attestations
v0.21.2Compare Source
What's Changed
Updates:
Changes:
sqlite3_dotlkcan recover from stale locks on Unix #205Full Changelog: ncruces/go-sqlite3@v0.21.1...v0.21.2
Artifact attestations
v0.21.1Compare Source
What's Changed
Updates:
Changes:
Fairer locking, with blocking locks on macOS and Windows, and no backoff on other platforms. See:
https://fractaledmind.github.io/2024/07/19/sqlite-in-ruby-backoff-busy-handler-problems/
Full Changelog: ncruces/go-sqlite3@v0.21.0...v0.21.1
Artifact attestations
v0.21.0Compare Source
What's Changed
Updates:
Breaking changes:
Stmt.Columns(dest ...any)API changedStmt.Columns(dest []any)(the difference matters!)sqlite3_nosysbuild tagsqlite3_dotlkshould work everywhereBEGIN CONCURRENTand Wal2 moved to their own moduleFull Changelog: ncruces/go-sqlite3@v0.20.3...v0.21.0
Artifact attestations
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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.