1. 518ffdb Merge pull request #1406 from dxbjavid/function-text-embedded-nul by mattn · 31 hours ago master
  2. b1e8d68 read text value before its byte length to match documented order by dxbjavid · 31 hours ago
  3. 6b68c20 preserve embedded NUL bytes in custom function text values by dxbjavid · 2 days ago
  4. c63653b Merge pull request #1405 from dxbjavid/oversize-blob-result-guard by mattn · 5 days ago
  5. 5f1e21d guard oversized blob length in callbackRetBlob by dxbjavid · 5 days ago
  6. 78b95b7 Clean up accidental v2 references by Yasuhiro Matsumoto · 5 days ago
  7. 7ca6a97 Merge pull request #1404 from mattn/sqlite-amalgamation-3053002 by mattn · 6 days ago v1.14.45
  8. e2ab931 Upgrade SQLite to version 3053002 by Yasuhiro Matsumoto · 6 days ago
  9. 75d8c60 Merge pull request #1403 from dxbjavid/bind-text64-length by mattn · 6 days ago
  10. d1ab49c bind via sqlite3_bind_text64/blob64 to avoid 32-bit length truncation by dxbjavid · 6 days ago
  11. b3b5216 Merge pull request #1402 from dxbjavid/guard-resulttext-oversize by mattn · 8 days ago
  12. 2af23f7 guard oversized string length in ResultText by dxbjavid · 8 days ago
  13. 1a7264c Merge pull request #1400 from calmh/unsafereflect by mattn · 9 days ago
  14. 9accb92 Merge pull request #1399 from calmh/uintsize by mattn · 9 days ago
  15. 9d6bf2c Merge pull request #1338 from calmh/dbstat by mattn · 3 weeks ago
  16. fed9970 modernise reflect.SliceHeader to unsafe.Slice by Jakob Borg · 3 weeks ago
  17. 904664d avoid out of bounds write in unlock_notify_wait on 64 bit platforms by Jakob Borg · 3 weeks ago
  18. 822b476 add sqlite_dbstat tag for the DBSTAT virtual table by Jakob Borg · 5 weeks ago
  19. 20826e8 Merge pull request #1394 from mattn/sqlite-amalgamation-3053000 by mattn · 6 weeks ago v1.14.44
  20. 2d4d220 fix changelog URL when minor or patch version is zero by Yasuhiro Matsumoto · 6 weeks ago
  21. 3761cf7 Upgrade SQLite to version 3053000 by Yasuhiro Matsumoto · 6 weeks ago sqlite-amalgamation-3053000
  22. 1aa7317 Merge pull request #1388 from mattn/stmt-cache-lru by mattn · 6 weeks ago v1.14.43
  23. c719e20 Merge pull request #1392 from mattn/fix-issue-1390-query-comment-panic by mattn · 6 weeks ago
  24. 869e516 fix panic when querying input with no SQL (only comments/whitespace) by Yasuhiro Matsumoto · 6 weeks ago
  25. 6690238 extract finalizeCachedStmt helper and drop redundant tail reset by Yasuhiro Matsumoto · 8 weeks ago
  26. 59e8e75 only set stmt cacheKey when cache is enabled by Yasuhiro Matsumoto · 8 weeks ago
  27. 2badb4c use slice len/cap for stmt cache instead of separate counters by Yasuhiro Matsumoto · 8 weeks ago
  28. 7716c20 evict LRU stmt when stmt cache is full by Yasuhiro Matsumoto · 9 weeks ago
  29. 58e032d Revise SECURITY.md for version support and reporting by mattn · 9 weeks ago
  30. 1627011 add _stmt_cache_size to DSN parameters table in README by Yasuhiro Matsumoto · 9 weeks ago
  31. 5df13a0 Merge pull request #1387 from mattn/codex/stmt-cache by mattn · 9 weeks ago v1.14.42
  32. e302e5c document that _stmt_cache_size is per connection by Yasuhiro Matsumoto · 9 weeks ago
  33. 867dcbf move reset/clear into putCachedStmt and always finalize on failure by Yasuhiro Matsumoto · 9 weeks ago
  34. 0e58fa4 simplify prepareWithCache to call prepare instead of duplicating logic by Yasuhiro Matsumoto · 9 weeks ago
  35. e9f47da do not bail out on finalize error in closeCachedStmtsLocked by Yasuhiro Matsumoto · 9 weeks ago
  36. 325cb8d remove redundant stmtCacheSize check in putCachedStmt by Yasuhiro Matsumoto · 9 weeks ago
  37. 061c2a5 check stmtCacheSize before acquiring mutex in takeCachedStmt by Yasuhiro Matsumoto · 9 weeks ago
  38. efa9b1c add opt-in statement cache by Yasuhiro Matsumoto · 9 weeks ago
  39. 8d12439 Merge pull request #1386 from mattn/perf/reduce-cgo-overhead by mattn · 9 weeks ago v1.14.41
  40. 89f4bbe fix build with SQLITE_ENABLE_UNLOCK_NOTIFY by Yasuhiro Matsumoto · 9 weeks ago
  41. 4954048 reduce CGO call overhead for exec and bind paths by Yasuhiro Matsumoto · 9 weeks ago
  42. 4a311ff Merge pull request #1385 from mattn/perf/reduce-bind-overhead by mattn · 9 weeks ago
  43. 61c5b98 reduce sqlite bind overhead by Yasuhiro Matsumoto · 9 weeks ago
  44. f929738 Merge pull request #1384 from mattn/raise-go121-cleanup by mattn · 10 weeks ago v1.14.40
  45. efae5e7 raise minimum Go version to 1.21 by Yasuhiro Matsumoto · 10 weeks ago
  46. b23d54c Merge pull request #1383 from mattn/codex/next-row-batch-fetch by mattn · 10 weeks ago
  47. e1557be batch row column fetches in Next by Yasuhiro Matsumoto · 10 weeks ago
  48. cc39db7 Merge pull request #1382 from mattn/codex/sqlite3-bind-fastpath by mattn · 10 weeks ago v1.14.39
  49. 9a908a9 optimize sqlite bind fast path by Yasuhiro Matsumoto · 10 weeks ago codex/sqlite3-bind-fastpath
  50. edadafa Merge pull request #1381 from mattn/eliminate-bounds-checks by mattn · 2 months ago v1.14.38
  51. 8f9f86e Eliminate unnecessary bounds checks in hot paths by Yasuhiro Matsumoto · 2 months ago
  52. 0d23881 Merge pull request #1379 from theimpostor/pr-1322-missing-constraint-op-types by mattn · 3 months ago
  53. 84bdc43 add missing index constraint op types by theimpostor · 3 months ago
  54. 57e5007 Merge pull request #1313 from Jaculabilis/json-example by mattn · 3 months ago
  55. bb8d0b2 Bump Go test matrix versions from 1.23-1.25 to 1.24-1.26 by Yasuhiro Matsumoto · 3 months ago v1.14.37
  56. bc7436e Bump GitHub Actions versions to latest by Yasuhiro Matsumoto · 3 months ago
  57. 0f12d4e Ensure Close always removes runtime finalizer to prevent memory leak by Yasuhiro Matsumoto · 3 months ago
  58. d71eda8 Fix upgrade.sh: add already-up-to-date check and fix changelog URL format by Yasuhiro Matsumoto · 3 months ago
  59. 4ea2a9f Upgrade SQLite to version 3051003 by Yasuhiro Matsumoto · 3 months ago v1.14.36
  60. 8c99a68 Call sqlite3_clear_bindings() in bind() to reset parameters by Yasuhiro Matsumoto · 3 months ago v1.14.35
  61. 5a1f4d3 use unsafe.Slice by Yasuhiro Matsumoto · 3 months ago
  62. 8366a00 create pull-request by Yasuhiro Matsumoto · 3 months ago
  63. 2087331 add script to create pull-request by Yasuhiro Matsumoto · 5 months ago v1.14.34
  64. a510883 Upgrade SQLite to version 3051002 by Yasuhiro Matsumoto · 5 months ago
  65. dce6b34 Add percentile extension by Daniël Sonck · 5 months ago
  66. 3c885a9 Upgrade SQLite to version 3051001 by Yasuhiro Matsumoto · 5 months ago v1.14.33
  67. 3e773a9 update github workflows by Yasuhiro Matsumoto · 5 months ago
  68. 2f6a2bb fix upgrade script by Yasuhiro Matsumoto · 5 months ago
  69. aa7cdd3 update upgrade script by Yasuhiro Matsumoto · 5 months ago
  70. a66908a use quote include instead of angled include for sqlite3-binding.h by nautaa · 7 months ago
  71. 8bf7a8a update amalgamation code by Yasuhiro Matsumoto · 10 months ago v1.14.32
  72. 2e165e0 fix syntax error by Eray Tufan · 10 months ago v1.14.31
  73. e63a0c3 fix test by Yasuhiro Matsumoto · 11 months ago v1.14.30
  74. a9775d4 return error by Yasuhiro Matsumoto · 11 months ago
  75. c857a95 drop call of AuthEnabled() by Yasuhiro Matsumoto · 11 months ago
  76. eb86f08 check authEnabled by Yasuhiro Matsumoto · 11 months ago
  77. 4372bf2 enable test for sqlite_userauth but it is dropped at least by Yasuhiro Matsumoto · 11 months ago
  78. 69a843e fix GitHub workflow by Yasuhiro Matsumoto · 11 months ago
  79. 4c1ac1e fix GitHub workflow by Yasuhiro Matsumoto · 11 months ago
  80. a8be3f8 fix GitHub workflow by Yasuhiro Matsumoto · 11 months ago
  81. 37998ab drop tests for userauth by Yasuhiro Matsumoto · 11 months ago
  82. 5629687 update GitHub workflows by Yasuhiro Matsumoto · 11 months ago
  83. 90f0aff drop userauth feature by Yasuhiro Matsumoto · 11 months ago
  84. d8fd268 drop userauth implementation by Yasuhiro Matsumoto · 11 months ago
  85. 8c283ed Update amalgamation code to 3.50.3 by Yasuhiro Matsumoto · 11 months ago v1.14.29
  86. f76bae4 upgrade amalgamation code by Yasuhiro Matsumoto · 1 year, 2 months ago v1.14.28
  87. 65302b0 Add ability to set an int64 file control (#1298) by Jonathan Stacks · 1 year, 2 months ago
  88. 8d69329 revert #1259 by Yasuhiro Matsumoto · 1 year, 2 months ago v1.14.27
  89. 9794660 docs: clarify GCP section by justinsb · 1 year, 2 months ago v1.14.26
  90. b9f4d8c chore: Fix memory leak in callbackRetText function by Halil ibrahim Onay · 1 year, 2 months ago
  91. cff37b4 Fix json example by Tim Van Baak · 1 year, 5 months ago
  92. 7658c06 Fix sqlite3_opt_unlock_notify with USE_LIBSQLITE3 (#1262) by nina · 1 year, 6 months ago
  93. c61eeb5 remove superfluous use of runtime.SetFinalizer on SQLiteRows by Charlie Vieth · 1 year, 6 months ago
  94. ab13d63 Remove suggestion that CGO isn't always needed (#1290) by Sam Jewell · 1 year, 6 months ago
  95. 348128f Upgrade upload-artifact action by Jonathan Stacks · 1 year, 7 months ago
  96. 82bc911 close statement when missing query arguments by Yasuhiro Matsumoto · 1 year, 8 months ago
  97. 846fea6 Update amalgamation code to 3.46.1 by Yasuhiro Matsumoto · 1 year, 9 months ago v1.14.23 v1.14.24
  98. 3c0390b add support for libsqlite3 on z/OS by Dustin Ward · 2 years, 1 month ago
  99. 18cdded fix: some typos by pomadev · 2 years, 4 months ago
  100. 6ee3e67 close channel by Yasuhiro Matsumoto · 2 years, 4 months ago v1.14.22