Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits on Source
205
8f692c98
migrate from deprecated `ioutil` package
Aug 25, 2022
4bb7d8ee
Merge branch 'master' into 'master'
Aug 25, 2022
ed662f23
add explanatory sentence of mattn/go-sqlite3 dependency
Aug 26, 2022
e255a820
Merge branch 'master' into 'master'
Aug 26, 2022
16f30d52
README: fix go-sqlite3 URL
Aug 26, 2022
eff53efe
upgrade to SQLite 3.39.3
Sep 06, 2022
af5809db
freebsd/arm: generate
Sep 11, 2022
fd7b2cc5
support freebsd/arm64
Sep 15, 2022
1b683acc
support freebsd/arm64.2
Sep 17, 2022
99d11133
support freebsd/arm64.3
Sep 17, 2022
4f736b77
openbsd/arm64: generate
Sep 20, 2022
5c9c8505
openbsd/arm64: use modified mptest.c
Sep 20, 2022
56233e61
linux/riscv64: use modified mptest.c
Sep 20, 2022
4c39ba4a
many: use modified mptest.c
Sep 20, 2022
2f0c6f46
benchmark: update dependencies
Sep 21, 2022
e0678603
update dependencies
Oct 12, 2022
48e9f3e0
v3: update dependecies
Oct 12, 2022
34a39958
update dependecies
Oct 12, 2022
30423ea0
upgrade to SQLite 3.39.4
Oct 12, 2022
e8e7bc00
update dependecies, updates libc#25
Oct 24, 2022
e35b2ec9
update dependecies, updates libc#25 again
Oct 27, 2022
e3f73e1f
silence the race detector. updates #115, closes #62
Nov 01, 2022
756b5400
update dependencies, updates #118
Nov 22, 2022
0ea173f3
Added TestIssue118, updates #118
Nov 23, 2022
dffc68cb
Merge branch 'master' into 'master'
Nov 23, 2022
76945bb9
upgrade to SQLite 3.40, remove -DSQLITE_ENABLE_SNAPSHOT from testConfig,
Nov 27, 2022
96e24922
document v1.20.0 release
Nov 28, 2022
fb2d5b92
make TestIssue20 pass on linux/ppc64le VM
Dec 09, 2022
14c5b15d
make TestIssue65 pass on linux/ppc64le VM
Dec 09, 2022
0cf45f65
windows: adjust for go1.20
Dec 10, 2022
9f821b1d
add concurrent benchmarks
Dec 11, 2022
2c0b2bda
handle ?vfs=name, fixes #114
Dec 13, 2022
61b9ce95
linux/s390x: remove blacklist, updates #120
Dec 15, 2022
343988cb
upgrade to SQLite 3.40.1
Dec 28, 2022
c718117e
lib: use less unsafe for mutexes
Jan 04, 2023
c0ed3129
lib: allocate static mutexes from the pool
Jan 04, 2023
ab87757e
Merge branch 'josh/mutex-without-unsafe' into 'master'
Jan 05, 2023
ca54558d
go.mod: retract v1.20.1
Jan 05, 2023
05e18264
A+C: add myself
Jan 05, 2023
52757880
Merge branch 'josh/ac' into 'master'
Jan 05, 2023
abc96aa5
sqlite: only add tx_lock begin directive for write txs
Jan 18, 2023
4dd882a3
Merge branch 'noBeginDirectiveForReadTx' into 'master'
Jan 20, 2023
5dd3c6f9
do not bail out eraly on url param _time_format, updates #131
Feb 08, 2023
7c2b896c
update dependencies
Feb 10, 2023
94010ac0
Export Sqlite3_index* structs
Feb 20, 2023
13895386
Merge branch '134-export-index' into 'master'
Feb 20, 2023
afd4eec6
upgrade to SQLite 3.41.0
Feb 23, 2023
df33b8d1
upgrade to SQLite 3.41.2
Mar 27, 2023
45b35281
doc.go: add example how to use tags=libc.dmesg
Apr 06, 2023
e027e08b
update dependencies
Apr 17, 2023
2a7e2933
support linux/s390x
Apr 21, 2023
4cc29253
update dependencies, updates #141
Apr 24, 2023
00994441
add debug facitlity, updates
#142
Apr 30, 2023
5cbe418d
add reproduction code, updates
#142
May 02, 2023
86167f49
TestIssue142: add SQLITE_BUSY recovery, updates
#142
May 05, 2023
701ac1e1
TestIssue142: add pragma busy timeout
May 06, 2023
f068b0c0
revert
701ac1e1
, enlarge retry delay
May 07, 2023
e01fa04a
Use FunctionImpl to represent user-defined functions
May 07, 2023
8cf45a57
tweak constants, updates
#142
May 08, 2023
dc681c2e
documentation: add speedtest1 Go/C comparative results
May 09, 2023
4a676e6e
Allow registering aggregate and window functions
May 30, 2023
b5a79627
Use static callbacks for user-defined functions
May 30, 2023
ab378535
Merge branch 'support-aggregate-functions' into 'master'
May 31, 2023
1a90dd08
remove tests for closed
#142
Jun 01, 2023
42cd8f92
document v1.23.0 release
Jun 01, 2023
d7a10c89
document v1.23.0 release.2
Jun 01, 2023
129378c6
Fix a data race in `lib/mutex.go`
Jun 02, 2023
d1859509
Merge branch 'fix-data-race' into 'master'
Jun 02, 2023
91c2fe30
expose sqlite3_limit, updates
#149
Jun 08, 2023
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
105 additional commits have been omitted to prevent performance issues.
Loading