Sign in
chromium
/
external
/
github.com
/
mattn
/
go-sqlite3
/
HEAD
f9fc7aa
Merge pull request #1443 from mattn/add-release-workflow
by mattn
· 21 hours ago
master
a93a209
Fail closed on release lookup errors and serialize runs per tag
by Yasuhiro Matsumoto
· 2 days ago
485f31f
Add workflow to create releases on tag push
by Yasuhiro Matsumoto
· 2 days ago
9415230
Merge pull request #1441 from mattn/fix-json-example-scan
by mattn
· 2 days ago
cc41b8c
Merge pull request #1442 from mattn/sqlite-amalgamation-3053004
by mattn
· 2 days ago
v1.14.49
18308a8
Upgrade SQLite to version 3053004
by Yasuhiro Matsumoto
· 2 days ago
c1a1466
Merge pull request #1440 from mattn/fix-limit-example-stmt-leak
by mattn
· 2 days ago
18f2ec3
Assert the expected too many SQL variables error
by Yasuhiro Matsumoto
· 2 days ago
210e260
Merge pull request #1439 from mattn/fix-hook-example-rows-leak
by mattn
· 2 days ago
dccd45f
Merge pull request #1438 from mattn/fix-vtable-example-declare
by mattn
· 2 days ago
c0861de
Quote table name before interpolating into DeclareVTab
by Yasuhiro Matsumoto
· 2 days ago
e664cc6
Merge pull request #1437 from mattn/fix-series-vtable-example
by mattn
· 2 days ago
2195c5d
Merge pull request #1436 from mattn/fix-fuzz-off-by-one
by mattn
· 2 days ago
df9873f
Merge pull request #1435 from mattn/fix-upgrade-error-handling
by mattn
· 2 days ago
6ebb665
Close merge destination before removing the source
by Yasuhiro Matsumoto
· 2 days ago
fadf4a7
Merge pull request #1434 from mattn/fix-vtable-nil-checks
by mattn
· 2 days ago
2730212
Merge pull request #1433 from mattn/fix-vtable-bestindex-usable
by mattn
· 2 days ago
eba871f
Merge pull request #1432 from mattn/fix-vtable-update-rowid
by mattn
· 2 days ago
726af39
Reject rowid-changing updates on virtual tables
by Yasuhiro Matsumoto
· 2 days ago
a39da35
Merge pull request #1431 from mattn/fix-vtable-filter-null
by mattn
· 2 days ago
b330252
Merge pull request #1430 from mattn/fix-vtable-estimated-cost
by mattn
· 2 days ago
2897b83
Clamp fractional row estimates to at least 1
by Yasuhiro Matsumoto
· 2 days ago
3babc1f
Merge pull request #1429 from mattn/fix-vtable-handle-leak
by mattn
· 2 days ago
f65452a
Use unique driver name in leak test
by Yasuhiro Matsumoto
· 2 days ago
88a4797
Handle NULL and BLOB values in json example Scan
by Yasuhiro Matsumoto
· 2 days ago
084f3d3
Close prepared statement and fail if limit is not enforced in limit example
by Yasuhiro Matsumoto
· 2 days ago
80cf381
Close leaked rows in hook example
by Yasuhiro Matsumoto
· 2 days ago
baab344
Use the table name from xCreate args in vtable example
by Yasuhiro Matsumoto
· 2 days ago
3b8cebf
Fix wrong results and cursor state sharing in series example
by Yasuhiro Matsumoto
· 2 days ago
322330f
Fail upgrade tool on download and write errors
by Yasuhiro Matsumoto
· 2 days ago
6443b7e
Fix off-by-one truncating SQL in fuzz target
by Yasuhiro Matsumoto
· 2 days ago
cad8b71
Reject nil module and nil BestIndex result
by Yasuhiro Matsumoto
· 2 days ago
518016c
Ignore Used for constraints SQLite marked not usable
by Yasuhiro Matsumoto
· 2 days ago
1a1bc9e
Identify updated row by argv 0 in goVUpdate
by Yasuhiro Matsumoto
· 2 days ago
c2ecdac
Translate SQL NULL filter arguments to nil like goVUpdate
by Yasuhiro Matsumoto
· 2 days ago
1f0b756
Do not clobber SQLite's default cost estimates in BestIndex
by Yasuhiro Matsumoto
· 2 days ago
7d534a0
Release vtable and cursor handles when SQLite destroys them
by Yasuhiro Matsumoto
· 3 days ago
0cfec60
Merge pull request #1427 from mattn/sqlite-amalgamation-3053003
by mattn
· 3 weeks ago
v1.14.48
603b1ba
Upgrade SQLite to version 3053003
by Yasuhiro Matsumoto
· 3 weeks ago
3be2bdb
Merge pull request #1426 from mattn/fix-load-extension-errmsg-leak
by mattn
· 3 weeks ago
7a3f560
Merge pull request #1425 from mattn/fix-trampoline-abi
by mattn
· 3 weeks ago
a5fd1f6
Merge pull request #1424 from mattn/fix-preupdate-null-deref
by mattn
· 3 weeks ago
66371d2
Merge pull request #1423 from mattn/fix-open-error-leak
by mattn
· 3 weeks ago
b55096d
Merge pull request #1418 from mattn/add-coderabbit-config
by mattn
· 3 weeks ago
fa5cf80
Merge pull request #1422 from mattn/fix-bind-unsupported-type
by mattn
· 3 weeks ago
08a4ce4
Add regression tests for bind error paths
by Yasuhiro Matsumoto
· 3 weeks ago
ca77cf4
Merge pull request #1421 from mattn/fix-callback-named-types
by mattn
· 3 weeks ago
f9029e4
Convert named argument types and add regression tests
by Yasuhiro Matsumoto
· 3 weeks ago
526f03e
Merge pull request #1420 from mattn/fix-deserialize-nil-check
by mattn
· 3 weeks ago
b7c167e
Merge pull request #1419 from mattn/fix-vtab-open-error
by mattn
· 3 weeks ago
8b648a0
Fix leak of extension load error message
by Yasuhiro Matsumoto
· 3 weeks ago
16b935f
Use C.int in exported callbacks to match C declarations
by Yasuhiro Matsumoto
· 3 weeks ago
82d5507
Check preupdate value fetch result to avoid NULL dereference
by Yasuhiro Matsumoto
· 3 weeks ago
0c0b48c
Close database on all error paths in Open
by Yasuhiro Matsumoto
· 3 weeks ago
c703179
Return error instead of silently ignoring unsupported bind types
by Yasuhiro Matsumoto
· 3 weeks ago
2485463
Fix panic when registered functions return named types
by Yasuhiro Matsumoto
· 3 weeks ago
7d6ccee
Check sqlite3_malloc64 result in Deserialize
by Yasuhiro Matsumoto
· 3 weeks ago
5ce75d7
Return error from vtable cursor open instead of ignoring it
by Yasuhiro Matsumoto
· 3 weeks ago
78710fc
Merge pull request #1417 from mattn/add-coderabbit-sponsor
by mattn
· 3 weeks ago
d613bbb
Add CodeRabbit configuration
by Yasuhiro Matsumoto
· 3 weeks ago
9d436de
Add CodeRabbit as a sponsor
by Yasuhiro Matsumoto
· 3 weeks ago
83baa77
Merge pull request #1416 from mattn/fix-stmt-close-race
by mattn
· 4 weeks ago
34c9c34
Fix race in SQLiteStmt.Close by holding conn lock across cache check
by Yasuhiro Matsumoto
· 4 weeks ago
fix-stmt-close-race
a40eeff
Add upgrade/check.sh to check if SQLite upgrade is available
by Yasuhiro Matsumoto
· 6 weeks ago
693de12
Merge pull request #1408 from dxbjavid/getfilename-cstring-leak
by mattn
· 6 weeks ago
v1.14.47
837b4f2
Merge pull request #1413 from mattn/cache-stmt-column-metadata
by mattn
· 6 weeks ago
v1.14.46
e99486c
cache column metadata for prepared and cached statements
by Yasuhiro Matsumoto
· 6 weeks ago
eb06f26
Merge pull request #1412 from mattn/codex-5sxu1n
by mattn
· 6 weeks ago
423f960
Make callback handle lookups lock-free
by mattn
· 6 weeks ago
codex-5sxu1n
a3cd5cd
free leaked schema string in GetFilename
by dxbjavid
· 7 weeks ago
379319c
Merge pull request #1407 from mattn/blob-arg-call-order
by mattn
· 7 weeks ago
c3e96cd
call sqlite3_value_blob before sqlite3_value_bytes in callbackArgString
by Yasuhiro Matsumoto
· 7 weeks ago
518ffdb
Merge pull request #1406 from dxbjavid/function-text-embedded-nul
by mattn
· 7 weeks ago
b1e8d68
read text value before its byte length to match documented order
by dxbjavid
· 7 weeks ago
6b68c20
preserve embedded NUL bytes in custom function text values
by dxbjavid
· 7 weeks ago
c63653b
Merge pull request #1405 from dxbjavid/oversize-blob-result-guard
by mattn
· 8 weeks ago
5f1e21d
guard oversized blob length in callbackRetBlob
by dxbjavid
· 8 weeks ago
78b95b7
Clean up accidental v2 references
by Yasuhiro Matsumoto
· 8 weeks ago
7ca6a97
Merge pull request #1404 from mattn/sqlite-amalgamation-3053002
by mattn
· 8 weeks ago
v1.14.45
e2ab931
Upgrade SQLite to version 3053002
by Yasuhiro Matsumoto
· 8 weeks ago
75d8c60
Merge pull request #1403 from dxbjavid/bind-text64-length
by mattn
· 8 weeks ago
d1ab49c
bind via sqlite3_bind_text64/blob64 to avoid 32-bit length truncation
by dxbjavid
· 8 weeks ago
b3b5216
Merge pull request #1402 from dxbjavid/guard-resulttext-oversize
by mattn
· 8 weeks ago
2af23f7
guard oversized string length in ResultText
by dxbjavid
· 8 weeks ago
1a7264c
Merge pull request #1400 from calmh/unsafereflect
by mattn
· 8 weeks ago
9accb92
Merge pull request #1399 from calmh/uintsize
by mattn
· 8 weeks ago
9d6bf2c
Merge pull request #1338 from calmh/dbstat
by mattn
· 10 weeks ago
fed9970
modernise reflect.SliceHeader to unsafe.Slice
by Jakob Borg
· 2 months ago
904664d
avoid out of bounds write in unlock_notify_wait on 64 bit platforms
by Jakob Borg
· 2 months ago
822b476
add sqlite_dbstat tag for the DBSTAT virtual table
by Jakob Borg
· 3 months ago
20826e8
Merge pull request #1394 from mattn/sqlite-amalgamation-3053000
by mattn
· 3 months ago
v1.14.44
2d4d220
fix changelog URL when minor or patch version is zero
by Yasuhiro Matsumoto
· 3 months ago
3761cf7
Upgrade SQLite to version 3053000
by Yasuhiro Matsumoto
· 3 months ago
sqlite-amalgamation-3053000
1aa7317
Merge pull request #1388 from mattn/stmt-cache-lru
by mattn
· 3 months ago
v1.14.43
c719e20
Merge pull request #1392 from mattn/fix-issue-1390-query-comment-panic
by mattn
· 3 months ago
869e516
fix panic when querying input with no SQL (only comments/whitespace)
by Yasuhiro Matsumoto
· 3 months ago
6690238
extract finalizeCachedStmt helper and drop redundant tail reset
by Yasuhiro Matsumoto
· 4 months ago
59e8e75
only set stmt cacheKey when cache is enabled
by Yasuhiro Matsumoto
· 4 months ago
2badb4c
use slice len/cap for stmt cache instead of separate counters
by Yasuhiro Matsumoto
· 4 months ago
7716c20
evict LRU stmt when stmt cache is full
by Yasuhiro Matsumoto
· 4 months ago
Next »