1. c719e20 Merge pull request #1392 from mattn/fix-issue-1390-query-comment-panic by mattn · 4 weeks ago master
  2. 869e516 fix panic when querying input with no SQL (only comments/whitespace) by Yasuhiro Matsumoto · 4 weeks ago
  3. 58e032d Revise SECURITY.md for version support and reporting by mattn · 7 weeks ago
  4. 1627011 add _stmt_cache_size to DSN parameters table in README by Yasuhiro Matsumoto · 7 weeks ago
  5. 5df13a0 Merge pull request #1387 from mattn/codex/stmt-cache by mattn · 7 weeks ago v1.14.42
  6. e302e5c document that _stmt_cache_size is per connection by Yasuhiro Matsumoto · 7 weeks ago
  7. 867dcbf move reset/clear into putCachedStmt and always finalize on failure by Yasuhiro Matsumoto · 7 weeks ago
  8. 0e58fa4 simplify prepareWithCache to call prepare instead of duplicating logic by Yasuhiro Matsumoto · 7 weeks ago
  9. e9f47da do not bail out on finalize error in closeCachedStmtsLocked by Yasuhiro Matsumoto · 7 weeks ago
  10. 325cb8d remove redundant stmtCacheSize check in putCachedStmt by Yasuhiro Matsumoto · 7 weeks ago
  11. 061c2a5 check stmtCacheSize before acquiring mutex in takeCachedStmt by Yasuhiro Matsumoto · 7 weeks ago
  12. efa9b1c add opt-in statement cache by Yasuhiro Matsumoto · 7 weeks ago
  13. 8d12439 Merge pull request #1386 from mattn/perf/reduce-cgo-overhead by mattn · 7 weeks ago v1.14.41
  14. 89f4bbe fix build with SQLITE_ENABLE_UNLOCK_NOTIFY by Yasuhiro Matsumoto · 7 weeks ago
  15. 4954048 reduce CGO call overhead for exec and bind paths by Yasuhiro Matsumoto · 7 weeks ago
  16. 4a311ff Merge pull request #1385 from mattn/perf/reduce-bind-overhead by mattn · 7 weeks ago
  17. 61c5b98 reduce sqlite bind overhead by Yasuhiro Matsumoto · 7 weeks ago
  18. f929738 Merge pull request #1384 from mattn/raise-go121-cleanup by mattn · 8 weeks ago v1.14.40
  19. efae5e7 raise minimum Go version to 1.21 by Yasuhiro Matsumoto · 8 weeks ago
  20. b23d54c Merge pull request #1383 from mattn/codex/next-row-batch-fetch by mattn · 8 weeks ago
  21. e1557be batch row column fetches in Next by Yasuhiro Matsumoto · 8 weeks ago
  22. cc39db7 Merge pull request #1382 from mattn/codex/sqlite3-bind-fastpath by mattn · 8 weeks ago v1.14.39
  23. 9a908a9 optimize sqlite bind fast path by Yasuhiro Matsumoto · 8 weeks ago codex/sqlite3-bind-fastpath
  24. edadafa Merge pull request #1381 from mattn/eliminate-bounds-checks by mattn · 9 weeks ago v1.14.38
  25. 8f9f86e Eliminate unnecessary bounds checks in hot paths by Yasuhiro Matsumoto · 9 weeks ago
  26. 0d23881 Merge pull request #1379 from theimpostor/pr-1322-missing-constraint-op-types by mattn · 2 months ago
  27. 84bdc43 add missing index constraint op types by theimpostor · 2 months ago
  28. 57e5007 Merge pull request #1313 from Jaculabilis/json-example by mattn · 2 months ago
  29. bb8d0b2 Bump Go test matrix versions from 1.23-1.25 to 1.24-1.26 by Yasuhiro Matsumoto · 2 months ago v1.14.37
  30. bc7436e Bump GitHub Actions versions to latest by Yasuhiro Matsumoto · 2 months ago
  31. 0f12d4e Ensure Close always removes runtime finalizer to prevent memory leak by Yasuhiro Matsumoto · 2 months ago
  32. d71eda8 Fix upgrade.sh: add already-up-to-date check and fix changelog URL format by Yasuhiro Matsumoto · 2 months ago
  33. 4ea2a9f Upgrade SQLite to version 3051003 by Yasuhiro Matsumoto · 2 months ago v1.14.36
  34. 8c99a68 Call sqlite3_clear_bindings() in bind() to reset parameters by Yasuhiro Matsumoto · 2 months ago v1.14.35
  35. 5a1f4d3 use unsafe.Slice by Yasuhiro Matsumoto · 3 months ago
  36. 8366a00 create pull-request by Yasuhiro Matsumoto · 3 months ago
  37. 2087331 add script to create pull-request by Yasuhiro Matsumoto · 4 months ago v1.14.34
  38. a510883 Upgrade SQLite to version 3051002 by Yasuhiro Matsumoto · 4 months ago
  39. dce6b34 Add percentile extension by Daniël Sonck · 5 months ago
  40. 3c885a9 Upgrade SQLite to version 3051001 by Yasuhiro Matsumoto · 5 months ago v1.14.33
  41. 3e773a9 update github workflows by Yasuhiro Matsumoto · 5 months ago
  42. 2f6a2bb fix upgrade script by Yasuhiro Matsumoto · 5 months ago
  43. aa7cdd3 update upgrade script by Yasuhiro Matsumoto · 5 months ago
  44. a66908a use quote include instead of angled include for sqlite3-binding.h by nautaa · 7 months ago
  45. 8bf7a8a update amalgamation code by Yasuhiro Matsumoto · 10 months ago v1.14.32
  46. 2e165e0 fix syntax error by Eray Tufan · 10 months ago v1.14.31
  47. e63a0c3 fix test by Yasuhiro Matsumoto · 10 months ago v1.14.30
  48. a9775d4 return error by Yasuhiro Matsumoto · 10 months ago
  49. c857a95 drop call of AuthEnabled() by Yasuhiro Matsumoto · 10 months ago
  50. eb86f08 check authEnabled by Yasuhiro Matsumoto · 10 months ago
  51. 4372bf2 enable test for sqlite_userauth but it is dropped at least by Yasuhiro Matsumoto · 10 months ago
  52. 69a843e fix GitHub workflow by Yasuhiro Matsumoto · 10 months ago
  53. 4c1ac1e fix GitHub workflow by Yasuhiro Matsumoto · 10 months ago
  54. a8be3f8 fix GitHub workflow by Yasuhiro Matsumoto · 10 months ago
  55. 37998ab drop tests for userauth by Yasuhiro Matsumoto · 10 months ago
  56. 5629687 update GitHub workflows by Yasuhiro Matsumoto · 10 months ago
  57. 90f0aff drop userauth feature by Yasuhiro Matsumoto · 10 months ago
  58. d8fd268 drop userauth implementation by Yasuhiro Matsumoto · 10 months ago
  59. 8c283ed Update amalgamation code to 3.50.3 by Yasuhiro Matsumoto · 10 months ago v1.14.29
  60. f76bae4 upgrade amalgamation code by Yasuhiro Matsumoto · 1 year, 1 month ago v1.14.28
  61. 65302b0 Add ability to set an int64 file control (#1298) by Jonathan Stacks · 1 year, 2 months ago
  62. 8d69329 revert #1259 by Yasuhiro Matsumoto · 1 year, 2 months ago v1.14.27
  63. 9794660 docs: clarify GCP section by justinsb · 1 year, 2 months ago v1.14.26
  64. b9f4d8c chore: Fix memory leak in callbackRetText function by Halil ibrahim Onay · 1 year, 2 months ago
  65. cff37b4 Fix json example by Tim Van Baak · 1 year, 4 months ago
  66. 7658c06 Fix sqlite3_opt_unlock_notify with USE_LIBSQLITE3 (#1262) by nina · 1 year, 6 months ago
  67. c61eeb5 remove superfluous use of runtime.SetFinalizer on SQLiteRows by Charlie Vieth · 1 year, 6 months ago
  68. ab13d63 Remove suggestion that CGO isn't always needed (#1290) by Sam Jewell · 1 year, 6 months ago
  69. 348128f Upgrade upload-artifact action by Jonathan Stacks · 1 year, 6 months ago
  70. 82bc911 close statement when missing query arguments by Yasuhiro Matsumoto · 1 year, 8 months ago
  71. 846fea6 Update amalgamation code to 3.46.1 by Yasuhiro Matsumoto · 1 year, 9 months ago v1.14.23 v1.14.24
  72. 3c0390b add support for libsqlite3 on z/OS by Dustin Ward · 2 years, 1 month ago
  73. 18cdded fix: some typos by pomadev · 2 years, 3 months ago
  74. 6ee3e67 close channel by Yasuhiro Matsumoto · 2 years, 4 months ago v1.14.22
  75. 4702d9b Update amalgamation code to 3.45.1 by Yasuhiro Matsumoto · 2 years, 4 months ago v1.14.21
  76. 64bbe62 add example by Yasuhiro Matsumoto · 2 years, 4 months ago v1.14.20
  77. cdc8095 Update amalgamation code to 3.45.0 by Yasuhiro Matsumoto · 2 years, 4 months ago
  78. d3c3333 update go version by Yasuhiro Matsumoto · 2 years, 4 months ago
  79. 1f0dc0a go fmt ./... by Yasuhiro Matsumoto · 2 years, 4 months ago
  80. c91bca4 update go version to 1.19 by Yasuhiro Matsumoto · 2 years, 4 months ago
  81. 00b02e0 Fix musl build (#1164) by leso-kn · 2 years, 6 months ago v1.14.19
  82. d9e2789 temporary fix to make the job pass by Diego Becciolini · 2 years, 6 months ago
  83. c260ecf use locally checked out lib in the docker job by Diego Becciolini · 2 years, 6 months ago
  84. 9fd6f4f Update amalgamation code by Yasuhiro Matsumoto · 2 years, 7 months ago v1.14.18
  85. f08f1b6 Update amalgamation code by Yasuhiro Matsumoto · 3 years ago v1.14.17
  86. d366d8d Update README.md by Partho Kumar Rajvor · 3 years ago
  87. edc3bb6 Fix virtual table example. (#1149) by Andrew Zhang · 3 years, 2 months ago
  88. 85a15a7 Add build tags to support both x86 and ARM compilation on macOS (#1069) by Denis Dmitriev · 3 years, 3 months ago
  89. 819cc0d Add go 1.20 to workflow matrix, remove 1.17 (#1136) by Connor Hindley · 3 years, 3 months ago
  90. 7ce62b2 Replace namedValue with driver.NamedValue to avoid copying exec/query args (#1128) by Charlie Vieth · 3 years, 4 months ago
  91. 1603038 Add Serialize and Deserialize support (#1089) by Philip O'Toole · 3 years, 6 months ago
  92. bce3773 Update expected test output by Philip O'Toole · 3 years, 7 months ago v1.14.16
  93. 31c7618 Update amalgamation code by Yasuhiro Matsumoto · 3 years, 7 months ago
  94. 4b8633c Updating vtable example, "BestIndex" method (#1099) by David Vassallo · 3 years, 7 months ago
  95. 0b37084 Update README.md to include vtable feature (#1100) by David Vassallo · 3 years, 7 months ago
  96. 90900be Cross Compiling for Mac OS via `musl-cross` by Luca Guidi · 3 years, 8 months ago
  97. be28dec Golang's linker add mingwex and mingw32 automatically,so we don't need add them manually. by kkqy · 3 years, 8 months ago
  98. 17f6553 Add support for sqlite_math_functions tag (#1059) by Levi Gruspe · 3 years, 8 months ago
  99. 7476442 こんにちわ is wrong Japanse. The correct word is こんにちは by KiYugadgeter · 3 years, 9 months ago
  100. da62659 Fix "ennviroment" (#1077) by RewardedIvan · 3 years, 9 months ago