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