1. 0cfec60 Merge pull request #1427 from mattn/sqlite-amalgamation-3053003 by mattn · 5 days ago master v1.14.48
  2. 603b1ba Upgrade SQLite to version 3053003 by Yasuhiro Matsumoto · 5 days ago
  3. 3be2bdb Merge pull request #1426 from mattn/fix-load-extension-errmsg-leak by mattn · 5 days ago
  4. 7a3f560 Merge pull request #1425 from mattn/fix-trampoline-abi by mattn · 5 days ago
  5. a5fd1f6 Merge pull request #1424 from mattn/fix-preupdate-null-deref by mattn · 5 days ago
  6. 66371d2 Merge pull request #1423 from mattn/fix-open-error-leak by mattn · 5 days ago
  7. b55096d Merge pull request #1418 from mattn/add-coderabbit-config by mattn · 5 days ago
  8. fa5cf80 Merge pull request #1422 from mattn/fix-bind-unsupported-type by mattn · 5 days ago
  9. 08a4ce4 Add regression tests for bind error paths by Yasuhiro Matsumoto · 5 days ago
  10. ca77cf4 Merge pull request #1421 from mattn/fix-callback-named-types by mattn · 5 days ago
  11. f9029e4 Convert named argument types and add regression tests by Yasuhiro Matsumoto · 5 days ago
  12. 526f03e Merge pull request #1420 from mattn/fix-deserialize-nil-check by mattn · 5 days ago
  13. b7c167e Merge pull request #1419 from mattn/fix-vtab-open-error by mattn · 5 days ago
  14. 8b648a0 Fix leak of extension load error message by Yasuhiro Matsumoto · 5 days ago
  15. 16b935f Use C.int in exported callbacks to match C declarations by Yasuhiro Matsumoto · 5 days ago
  16. 82d5507 Check preupdate value fetch result to avoid NULL dereference by Yasuhiro Matsumoto · 5 days ago
  17. 0c0b48c Close database on all error paths in Open by Yasuhiro Matsumoto · 5 days ago
  18. c703179 Return error instead of silently ignoring unsupported bind types by Yasuhiro Matsumoto · 5 days ago
  19. 2485463 Fix panic when registered functions return named types by Yasuhiro Matsumoto · 5 days ago
  20. 7d6ccee Check sqlite3_malloc64 result in Deserialize by Yasuhiro Matsumoto · 5 days ago
  21. 5ce75d7 Return error from vtable cursor open instead of ignoring it by Yasuhiro Matsumoto · 5 days ago
  22. 78710fc Merge pull request #1417 from mattn/add-coderabbit-sponsor by mattn · 10 days ago
  23. d613bbb Add CodeRabbit configuration by Yasuhiro Matsumoto · 10 days ago
  24. 9d436de Add CodeRabbit as a sponsor by Yasuhiro Matsumoto · 10 days ago
  25. 83baa77 Merge pull request #1416 from mattn/fix-stmt-close-race by mattn · 11 days ago
  26. 34c9c34 Fix race in SQLiteStmt.Close by holding conn lock across cache check by Yasuhiro Matsumoto · 11 days ago fix-stmt-close-race
  27. a40eeff Add upgrade/check.sh to check if SQLite upgrade is available by Yasuhiro Matsumoto · 4 weeks ago
  28. 693de12 Merge pull request #1408 from dxbjavid/getfilename-cstring-leak by mattn · 4 weeks ago v1.14.47
  29. 837b4f2 Merge pull request #1413 from mattn/cache-stmt-column-metadata by mattn · 4 weeks ago v1.14.46
  30. e99486c cache column metadata for prepared and cached statements by Yasuhiro Matsumoto · 4 weeks ago
  31. eb06f26 Merge pull request #1412 from mattn/codex-5sxu1n by mattn · 4 weeks ago
  32. 423f960 Make callback handle lookups lock-free by mattn · 4 weeks ago codex-5sxu1n
  33. a3cd5cd free leaked schema string in GetFilename by dxbjavid · 5 weeks ago
  34. 379319c Merge pull request #1407 from mattn/blob-arg-call-order by mattn · 5 weeks ago
  35. c3e96cd call sqlite3_value_blob before sqlite3_value_bytes in callbackArgString by Yasuhiro Matsumoto · 5 weeks ago
  36. 518ffdb Merge pull request #1406 from dxbjavid/function-text-embedded-nul by mattn · 5 weeks ago
  37. b1e8d68 read text value before its byte length to match documented order by dxbjavid · 5 weeks ago
  38. 6b68c20 preserve embedded NUL bytes in custom function text values by dxbjavid · 6 weeks ago
  39. c63653b Merge pull request #1405 from dxbjavid/oversize-blob-result-guard by mattn · 6 weeks ago
  40. 5f1e21d guard oversized blob length in callbackRetBlob by dxbjavid · 6 weeks ago
  41. 78b95b7 Clean up accidental v2 references by Yasuhiro Matsumoto · 6 weeks ago
  42. 7ca6a97 Merge pull request #1404 from mattn/sqlite-amalgamation-3053002 by mattn · 6 weeks ago v1.14.45
  43. e2ab931 Upgrade SQLite to version 3053002 by Yasuhiro Matsumoto · 6 weeks ago
  44. 75d8c60 Merge pull request #1403 from dxbjavid/bind-text64-length by mattn · 6 weeks ago
  45. d1ab49c bind via sqlite3_bind_text64/blob64 to avoid 32-bit length truncation by dxbjavid · 6 weeks ago
  46. b3b5216 Merge pull request #1402 from dxbjavid/guard-resulttext-oversize by mattn · 6 weeks ago
  47. 2af23f7 guard oversized string length in ResultText by dxbjavid · 6 weeks ago
  48. 1a7264c Merge pull request #1400 from calmh/unsafereflect by mattn · 7 weeks ago
  49. 9accb92 Merge pull request #1399 from calmh/uintsize by mattn · 7 weeks ago
  50. 9d6bf2c Merge pull request #1338 from calmh/dbstat by mattn · 8 weeks ago
  51. fed9970 modernise reflect.SliceHeader to unsafe.Slice by Jakob Borg · 9 weeks ago
  52. 904664d avoid out of bounds write in unlock_notify_wait on 64 bit platforms by Jakob Borg · 9 weeks ago
  53. 822b476 add sqlite_dbstat tag for the DBSTAT virtual table by Jakob Borg · 10 weeks ago
  54. 20826e8 Merge pull request #1394 from mattn/sqlite-amalgamation-3053000 by mattn · 3 months ago v1.14.44
  55. 2d4d220 fix changelog URL when minor or patch version is zero by Yasuhiro Matsumoto · 3 months ago
  56. 3761cf7 Upgrade SQLite to version 3053000 by Yasuhiro Matsumoto · 3 months ago sqlite-amalgamation-3053000
  57. 1aa7317 Merge pull request #1388 from mattn/stmt-cache-lru by mattn · 3 months ago v1.14.43
  58. c719e20 Merge pull request #1392 from mattn/fix-issue-1390-query-comment-panic by mattn · 3 months ago
  59. 869e516 fix panic when querying input with no SQL (only comments/whitespace) by Yasuhiro Matsumoto · 3 months ago
  60. 6690238 extract finalizeCachedStmt helper and drop redundant tail reset by Yasuhiro Matsumoto · 3 months ago
  61. 59e8e75 only set stmt cacheKey when cache is enabled by Yasuhiro Matsumoto · 3 months ago
  62. 2badb4c use slice len/cap for stmt cache instead of separate counters by Yasuhiro Matsumoto · 3 months ago
  63. 7716c20 evict LRU stmt when stmt cache is full by Yasuhiro Matsumoto · 3 months ago
  64. 58e032d Revise SECURITY.md for version support and reporting by mattn · 3 months ago
  65. 1627011 add _stmt_cache_size to DSN parameters table in README by Yasuhiro Matsumoto · 3 months ago
  66. 5df13a0 Merge pull request #1387 from mattn/codex/stmt-cache by mattn · 3 months ago v1.14.42
  67. e302e5c document that _stmt_cache_size is per connection by Yasuhiro Matsumoto · 3 months ago
  68. 867dcbf move reset/clear into putCachedStmt and always finalize on failure by Yasuhiro Matsumoto · 3 months ago
  69. 0e58fa4 simplify prepareWithCache to call prepare instead of duplicating logic by Yasuhiro Matsumoto · 3 months ago
  70. e9f47da do not bail out on finalize error in closeCachedStmtsLocked by Yasuhiro Matsumoto · 3 months ago
  71. 325cb8d remove redundant stmtCacheSize check in putCachedStmt by Yasuhiro Matsumoto · 3 months ago
  72. 061c2a5 check stmtCacheSize before acquiring mutex in takeCachedStmt by Yasuhiro Matsumoto · 3 months ago
  73. efa9b1c add opt-in statement cache by Yasuhiro Matsumoto · 3 months ago
  74. 8d12439 Merge pull request #1386 from mattn/perf/reduce-cgo-overhead by mattn · 3 months ago v1.14.41
  75. 89f4bbe fix build with SQLITE_ENABLE_UNLOCK_NOTIFY by Yasuhiro Matsumoto · 3 months ago
  76. 4954048 reduce CGO call overhead for exec and bind paths by Yasuhiro Matsumoto · 3 months ago
  77. 4a311ff Merge pull request #1385 from mattn/perf/reduce-bind-overhead by mattn · 3 months ago
  78. 61c5b98 reduce sqlite bind overhead by Yasuhiro Matsumoto · 3 months ago
  79. f929738 Merge pull request #1384 from mattn/raise-go121-cleanup by mattn · 4 months ago v1.14.40
  80. efae5e7 raise minimum Go version to 1.21 by Yasuhiro Matsumoto · 4 months ago
  81. b23d54c Merge pull request #1383 from mattn/codex/next-row-batch-fetch by mattn · 4 months ago
  82. e1557be batch row column fetches in Next by Yasuhiro Matsumoto · 4 months ago
  83. cc39db7 Merge pull request #1382 from mattn/codex/sqlite3-bind-fastpath by mattn · 4 months ago v1.14.39
  84. 9a908a9 optimize sqlite bind fast path by Yasuhiro Matsumoto · 4 months ago codex/sqlite3-bind-fastpath
  85. edadafa Merge pull request #1381 from mattn/eliminate-bounds-checks by mattn · 4 months ago v1.14.38
  86. 8f9f86e Eliminate unnecessary bounds checks in hot paths by Yasuhiro Matsumoto · 4 months ago
  87. 0d23881 Merge pull request #1379 from theimpostor/pr-1322-missing-constraint-op-types by mattn · 4 months ago
  88. 84bdc43 add missing index constraint op types by theimpostor · 4 months ago
  89. 57e5007 Merge pull request #1313 from Jaculabilis/json-example by mattn · 4 months ago
  90. bb8d0b2 Bump Go test matrix versions from 1.23-1.25 to 1.24-1.26 by Yasuhiro Matsumoto · 4 months ago v1.14.37
  91. bc7436e Bump GitHub Actions versions to latest by Yasuhiro Matsumoto · 4 months ago
  92. 0f12d4e Ensure Close always removes runtime finalizer to prevent memory leak by Yasuhiro Matsumoto · 4 months ago
  93. d71eda8 Fix upgrade.sh: add already-up-to-date check and fix changelog URL format by Yasuhiro Matsumoto · 4 months ago
  94. 4ea2a9f Upgrade SQLite to version 3051003 by Yasuhiro Matsumoto · 4 months ago v1.14.36
  95. 8c99a68 Call sqlite3_clear_bindings() in bind() to reset parameters by Yasuhiro Matsumoto · 4 months ago v1.14.35
  96. 5a1f4d3 use unsafe.Slice by Yasuhiro Matsumoto · 5 months ago
  97. 8366a00 create pull-request by Yasuhiro Matsumoto · 5 months ago
  98. 2087331 add script to create pull-request by Yasuhiro Matsumoto · 6 months ago v1.14.34
  99. a510883 Upgrade SQLite to version 3051002 by Yasuhiro Matsumoto · 6 months ago
  100. dce6b34 Add percentile extension by Daniël Sonck · 7 months ago