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