Commits on Source
108
2a8ff5d5
SQLite 3.42, 28 errors out of 839686 tests on linux/amd64
Jun 10, 2023
b82b94e9
revert tip to v1.23.1, updates
#154
Jul 01, 2023
84fc97a4
Add API to sqlite3_serialize/deserialize
Jul 04, 2023
ae41c4a6
Add API to online backup API (sqlite3_backup_*)
Jul 04, 2023
0eadfdd4
Merge branch 'master' into 'master'
Jul 04, 2023
d80a58a8
add reproducer, updates
#152
Jul 05, 2023
cd98b8c9
update godocs
Jul 05, 2023
d2e2403a
(*stmt).query(): do not return (nil, nil), fixes
#152
Jul 05, 2023
7b81804e
add reproducer, closes
#153
Jul 06, 2023
134c4cb6
Fix ScanType returned for BLOB
Jul 08, 2023
f9fec76e
A+C: add Dan Kortschak
Jul 08, 2023
15f9fdc7
release v1.24.0
Jul 11, 2023
98ebea22
linux/amd64: try enabling SQLITE_ENABLE_DBSTAT_VTAB
Jul 31, 2023
bcf2a0e7
all: enable SQLITE_ENABLE_DBSTAT_VTAB
Jul 31, 2023
e3044225
linux/s390x: refix issue
#120
Aug 02, 2023
a16e15fb
release v1.25.0
Aug 03, 2023
f9f836d4
Update sqlite.go's docs for Driver.Open()
Aug 23, 2023
5f4dd405
Update CONTRIBUTORS as requested
Aug 23, 2023
6aadf960
Merge branch 'marksum-master-patch-30007' into 'master'
Aug 23, 2023
57c362d6
Merge branch 'marksum-master-patch-73479' into 'master'
Aug 23, 2023
0bbf6555
Allow registering custom collations
Sep 15, 2023
12bc57f9
Allow registering custom collations
Sep 15, 2023
e1849f31
Add capi_linux_ppc64le.go to fix ppc64le build
Oct 05, 2023
46bf2348
Merge branch 'master' into 'master'
Oct 05, 2023
a8c3eea1
update dependencies
Oct 30, 2023
14082cad
Add connection hook
Dec 02, 2023
cf980014
Merge branch 'connection_hook' into 'master'
Dec 02, 2023
b09ae7d8
windows/arm64: disable shared.test, updates #167
Dec 10, 2023
3706cfd2
document release v1.28.0, closes #167
Dec 14, 2023
0242c270
add TestIssue171, updates #171
Jan 23, 2024
11df50cb
upgrade supported targets to SQLite 3.45.1
Feb 07, 2024
20b7633f
upgrade supported targets to SQLite 3.45.1 /2
Feb 10, 2024
d2e53214
document v1.29.0 release
Feb 13, 2024
075768b4
restore more ./lib types
Feb 14, 2024
61828ad2
Handle context expired/canceled in Query/Exec/Context
Feb 19, 2024
035adeda
Merge branch 'master' into 'master'
Feb 20, 2024
f925b4f3
minor improvements to context handling in stmt.exec/query
Feb 22, 2024
0a8da4bb
fix error handling in test "QueryContext with context expiring"
Feb 22, 2024
1864becd
Merge branch 'mr66-followup' into 'master'
Feb 23, 2024
5b587994
add race test, updates #173
Mar 01, 2024
bbe03155
skip recursive -race test on unsupported targets
Mar 02, 2024
7e886cff
skip recursive -race test on unsupported targets /2
Mar 02, 2024
2599843d
skip recursive -race test on unsupported targets /3
Mar 02, 2024
cc085a3b
skip recursive -race test on unsupported targets /4
Mar 02, 2024
f49aba7e
skip recursive -race test on unsupported targets /4
Mar 02, 2024
f293f7fe
vendor libsqlite3@v1.1.0, closes #173
Mar 07, 2024
3605b1ba
Makefile: adjust the build_all_targets target, updates #177
Mar 08, 2024
1c9d0874
doc.go: add a note about libc versions, closes #177
Mar 08, 2024
37bb58fc
[bugfix] ensure statement pointers finalized
Mar 12, 2024
bcde8110
Merge branch 'ensure-statement-pointer-finalized' into 'master'
Mar 12, 2024
c6a83651
retract v1.29.4, builders have not yet tested the commit
Mar 12, 2024
0352b523
add HACKING, builder.json, updates #178
Mar 12, 2024
0c6d7f85
add HACKING, builder.json /2
Mar 12, 2024
569f7680
fix builder.json
Mar 12, 2024
f689cfb3
relase 1.30.0, support linux/loong64
Mar 15, 2024
c4adcd32
relase 1.30.0, support linux/loong64 /2
Mar 15, 2024
aa0daa62
release error
Mar 15, 2024
97ef87e1
add TestSingleConn, updates !69
Mar 16, 2024
de6d9d3f
docs(README): add `database is locked` error to new "troubleshooting" section
Mar 18, 2024
8167b212
Merge branch 'tyge-master-patch-33989' into 'master'
Mar 18, 2024
d3c0a9ca
sqlite: add Backup.Commit method
Apr 07, 2024
fc4ca383
functest: added a backup-commit-close test
Apr 07, 2024
27e480d2
CONTRIBUTORS: added self as contributor
Apr 07, 2024
01aa83b9
fixup! sqlite: add Backup.Commit method
Apr 07, 2024
21d90b26
Merge branch 'feature/89/add-backup-commit-method' into 'master'
Apr 07, 2024
2baa7909
upgrade to SQLite 3.45.2, support linux/loong64
Apr 15, 2024
dc27467f
upgrade to SQLite 3.45.2, support linux/loong64 /2
Apr 15, 2024
f6288a56
upgrade to SQLite 3.45.2, support linux/loong64 /3
Apr 15, 2024
86f4fa01
upgrade to SQLite 3.45.3
Apr 18, 2024
ab5c3804
remove all traces of mattn/go-sqlite3
Apr 22, 2024
5bcefd1a
use passed context in BeginTx
Apr 30, 2024
fed279cc
Merge branch 'begin-use-context' into 'master'
Apr 30, 2024
7a880353
$ make vendor (libsqlite3@v1.3.0)
May 17, 2024
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
8 additional commits have been omitted to prevent performance issues.
Loading
Loading