Commits on Source
169
4f4c689c
$ make vendor # libsqlite3@v1.4.0
Jun 01, 2024
da1e35d2
vfs_linux_arm64: adjust for libc@v1.52.1, updates #185
Jun 05, 2024
504e5199
fix linux/arm64 regression, updates #100, updates #185
Jun 06, 2024
8353ae57
vendor libsqlite3@v1.5.0, support windows/386
Jul 08, 2024
50082969
vendor libsqlite3@v1.5.0, support windows/386 /n
Jul 08, 2024
13ae74f1
vendor libsqlite3@v1.5.0, support windows/386 /n
Jul 08, 2024
9e07ba92
vendor libsqlite3@v1.5.0, support windows/386 /n
Jul 08, 2024
fea7666b
WIPS
Jul 08, 2024
15d87fea
move func_test.go into repo root
Jul 08, 2024
77dde247
windows adjustments
Jul 08, 2024
8496be5e
windows adjustments /n
Jul 08, 2024
d9a0871a
revert to v1.30.1
Jul 10, 2024
53acf59f
builder.json: disable autotag
Jul 12, 2024
2708c0b7
vendor libsqlite3@v1.5.2
Jul 22, 2024
34bc99bb
vendor libsqlite3@v1.5.2 /n
Jul 22, 2024
b0354f7c
fix documentation
Jul 22, 2024
61f61b27
Add support for setting SQLITE_FCNTL_PERSIST_WAL
Aug 07, 2024
32d5dd2f
Merge branch 'feature/fcntl-persist-wal' into 'master'
Aug 07, 2024
b550c209
replace modernc.org/libc => ./internal/libc, updates #177
Sep 03, 2024
8794efa6
use internal/libc, updates #177
Sep 04, 2024
cc087474
use internal/libc, updates #177
Sep 04, 2024
ad49d64f
retract v1.33.0
Sep 12, 2024
188943b3
add LiberaPay badges
Sep 29, 2024
13122ee6
Implement ResetSession and IsValid methods in connection
Nov 15, 2024
eaf76119
Merge branch 'master' into 'master'
Nov 15, 2024
8406fdaa
Update change log
Nov 16, 2024
fe367e39
merge dev@2573fa9f, updates
#198
Dec 01, 2024
7f15e6eb
linux/arm64: patch libc bug at runtime, updates #199
Dec 16, 2024
1fcc86e9
fix accidentaly broken openbsd/amd64 build
Dec 20, 2024
d3e8a664
retract v1.34.3
Dec 20, 2024
15818ab7
move the vendor tool into a separate module, updates gc#3
Jan 12, 2025
5c066ae5
update dependencies, updates #177
Feb 13, 2025
d787662a
all linux is now musl libc
Feb 13, 2025
69933106
upgrade to SQLite 3.49.0
Feb 26, 2025
2a1d20d0
upgrade to SQLite 3.49.0
Feb 26, 2025
1f333f0b
make vendor: SQLite 3.49.1
Mar 12, 2025
79a4ebb6
update dependencies
Mar 23, 2025
15bd6706
go.mod: -toolchain
Mar 23, 2025
18614361
vfs: fix crash on Close, updates #135, #205
Mar 26, 2025
dc821205
performance improvements
Mar 30, 2025
57a821e7
link to benchmarks
Apr 07, 2025
f8f328e7
vendor libsqlite3@v1.9.2, updates #207
May 19, 2025
2b52dd0b
unify bind_blob
May 20, 2025
c172afa4
write unit test for issue 209
May 27, 2025
02d50947
Merge branch 'issue209' into 'master'
May 28, 2025
1459b9c4
multiple fixes, updates #209
May 28, 2025
70f073b7
upgrade to SQLite 3.50.1
Jun 09, 2025
77673ea5
upgrade to SQLite 3.50.3
Jul 25, 2025
84c00b42
upgrade to SQLite 3.50.3, now for real
Jul 28, 2025
a69392fe
fix: convert int64 column value to time.Time if necessary; providing...
Jul 28, 2025
fb54bcbf
update: new author/contributor
Jul 28, 2025
3e99bc17
refact: make int-to-timestamp translation opt-in with "?_inttotime=<bool>"
Jul 28, 2025
50b6f9d0
test: _inttotime DSN default and opt in
Jul 28, 2025
550c5e32
test: add vfs unit test
Jul 30, 2025
08044d66
Merge branch 'vfs' into 'master'
Jul 30, 2025
b2547823
refact(test): use SQL args
Aug 01, 2025
032ee35b
Merge branch sqlite:master into master
Aug 01, 2025
f32f36fa
Merge branch 'master' into 'master'
Aug 02, 2025
f72058df
CONTRIBUTORS: remove duplicate entry
Aug 02, 2025
c304f918
add support for automatic time to unix epoch integer conversion
Aug 03, 2025
a5b26c5c
update contributors list
Aug 03, 2025
5206f3cd
Add missing parameter documetation for _inttotime in dsn
Aug 03, 2025
68f4ccba
Merge branch 'add_time_to_integer_support' into 'master'
Aug 11, 2025
17e06226
upgrade to SQLite 3.50.4
Oct 10, 2025
47443d5e
feat: pre-update hooks
Oct 17, 2025
482dd8ac
Merge branch 'pre_update_hook' into 'master'
Oct 17, 2025
ae43dcd0
Close Rows object if the context is canceled before deferred function
Nov 11, 2025
ae4fece2
add contributors/authors
Nov 11, 2025
eb5b2779
add test
Nov 11, 2025
d33e5682
Merge branch 'close_rows_on_canceled_context' into 'master'
Nov 12, 2025
672438da
update README.md
Dec 01, 2025
ad97f134
add .github/FUNDING.yml
Dec 01, 2025
18ea0c5a
- Introduce vtab subpackage (modernc.org/sqlite/vtab) exposing Module, Table,...
Dec 05, 2025
958a824b
Merge branch 'master' into 'master'
Dec 05, 2025
3ca716df
reorganize code with no other changes
Dec 07, 2025
03b667f3
optimize prepared statements, updates #236
Dec 07, 2025
5970f2f1
fix build on 32b targets
Dec 08, 2025
981f9f1e
fix flaky TestRegisteredFunctions/QueryContext_with_successful_...
Dec 08, 2025
c233febc
remove TestIssue236: it does no more test anything
Dec 08, 2025
b26df5eb
upgrade to SQLite 3.51.1
Dec 27, 2025
25fe049c
upgrade to SQLite 3.51.1...
Dec 27, 2025
8f3ecadd
retract v1.42.0, revert to v1.41.0 state
Dec 27, 2025
f8f5a750
fix TOCTOU interrupt race
Dec 27, 2025
05f0a52b
Merge branch 'fix-241' into 'master'
Dec 28, 2025
168ece17
adjust int time haqndling, closes #240
Dec 29, 2025
a1e867b7
lib/mutex.go: robustness++
Dec 29, 2025
cbcb1c2c
README: add sponsors
Jan 06, 2026
27cd8816
add conn.IsReadOnly, closes #242
Jan 07, 2026
cc1c971d
make vendor # libsqlite3@v1.11.0
Jan 08, 2026
234b2990
builder.json: test += openbsd/amd64
Jan 08, 2026
9e521c14
builder.json: test += openbsd/arm64
Jan 08, 2026
b3a00bae
upgrade to SQLite3.51.1
Jan 13, 2026
86a9c450
update dependencies, updates
!88
Jan 15, 2026
e6cf8e56
upgrade to SQLite 3.51.2
Jan 18, 2026
3ca56a29
fcntl.go: s/runtime.Pinner/tls.Alloc/, updates
#243
Jan 20, 2026
bb6a17d8
document v1.42.3, closes #243
Jan 20, 2026
17d01666
fix(docs): _time_format=sqlite corresponds to format 4
Jan 26, 2026
d3d9b0d4
Merge branch 'fix-_time_format-docs' into 'master'
Jan 26, 2026
c228a98d
- Enable configurable vtab options and add MATCH coverage. Expose...
Feb 06, 2026
bc68721f
Merge branch 'branch' into 'master'
Feb 06, 2026
69 additional commits have been omitted to prevent performance issues.
Loading
Loading