1. f76bae4 upgrade amalgamation code by Yasuhiro Matsumoto · 5 weeks ago master v1.14.28
  2. 65302b0 Add ability to set an int64 file control (#1298) by Jonathan Stacks · 6 weeks ago
  3. 8d69329 revert #1259 by Yasuhiro Matsumoto · 7 weeks ago v1.14.27
  4. 9794660 docs: clarify GCP section by justinsb · 7 weeks ago v1.14.26
  5. b9f4d8c chore: Fix memory leak in callbackRetText function by Halil ibrahim Onay · 7 weeks ago
  6. 7658c06 Fix sqlite3_opt_unlock_notify with USE_LIBSQLITE3 (#1262) by nina · 5 months ago
  7. c61eeb5 remove superfluous use of runtime.SetFinalizer on SQLiteRows by Charlie Vieth · 5 months ago
  8. ab13d63 Remove suggestion that CGO isn't always needed (#1290) by Sam Jewell · 6 months ago
  9. 348128f Upgrade upload-artifact action by Jonathan Stacks · 6 months ago
  10. 82bc911 close statement when missing query arguments by Yasuhiro Matsumoto · 8 months ago
  11. 846fea6 Update amalgamation code to 3.46.1 by Yasuhiro Matsumoto · 9 months ago v1.14.23 v1.14.24
  12. 3c0390b add support for libsqlite3 on z/OS by Dustin Ward · 1 year, 1 month ago
  13. 18cdded fix: some typos by pomadev · 1 year, 3 months ago
  14. 6ee3e67 close channel by Yasuhiro Matsumoto · 1 year, 4 months ago v1.14.22
  15. 4702d9b Update amalgamation code to 3.45.1 by Yasuhiro Matsumoto · 1 year, 4 months ago v1.14.21
  16. 64bbe62 add example by Yasuhiro Matsumoto · 1 year, 4 months ago v1.14.20
  17. cdc8095 Update amalgamation code to 3.45.0 by Yasuhiro Matsumoto · 1 year, 4 months ago
  18. d3c3333 update go version by Yasuhiro Matsumoto · 1 year, 4 months ago
  19. 1f0dc0a go fmt ./... by Yasuhiro Matsumoto · 1 year, 4 months ago
  20. c91bca4 update go version to 1.19 by Yasuhiro Matsumoto · 1 year, 4 months ago
  21. 00b02e0 Fix musl build (#1164) by leso-kn · 1 year, 5 months ago v1.14.19
  22. d9e2789 temporary fix to make the job pass by Diego Becciolini · 1 year, 5 months ago
  23. c260ecf use locally checked out lib in the docker job by Diego Becciolini · 1 year, 5 months ago
  24. 9fd6f4f Update amalgamation code by Yasuhiro Matsumoto · 1 year, 7 months ago v1.14.18
  25. f08f1b6 Update amalgamation code by Yasuhiro Matsumoto · 2 years ago v1.14.17
  26. d366d8d Update README.md by Partho Kumar Rajvor · 2 years ago
  27. edc3bb6 Fix virtual table example. (#1149) by Andrew Zhang · 2 years, 2 months ago
  28. 85a15a7 Add build tags to support both x86 and ARM compilation on macOS (#1069) by Denis Dmitriev · 2 years, 3 months ago
  29. 819cc0d Add go 1.20 to workflow matrix, remove 1.17 (#1136) by Connor Hindley · 2 years, 3 months ago
  30. 7ce62b2 Replace namedValue with driver.NamedValue to avoid copying exec/query args (#1128) by Charlie Vieth · 2 years, 3 months ago
  31. 1603038 Add Serialize and Deserialize support (#1089) by Philip O'Toole · 2 years, 6 months ago
  32. bce3773 Update expected test output by Philip O'Toole · 2 years, 7 months ago v1.14.16
  33. 31c7618 Update amalgamation code by Yasuhiro Matsumoto · 2 years, 7 months ago
  34. 4b8633c Updating vtable example, "BestIndex" method (#1099) by David Vassallo · 2 years, 7 months ago
  35. 0b37084 Update README.md to include vtable feature (#1100) by David Vassallo · 2 years, 7 months ago
  36. 90900be Cross Compiling for Mac OS via `musl-cross` by Luca Guidi · 2 years, 8 months ago
  37. be28dec Golang's linker add mingwex and mingw32 automatically,so we don't need add them manually. by kkqy · 2 years, 8 months ago
  38. 17f6553 Add support for sqlite_math_functions tag (#1059) by Levi Gruspe · 2 years, 8 months ago
  39. 7476442 こんにちわ is wrong Japanse. The correct word is こんにちは by KiYugadgeter · 2 years, 9 months ago
  40. da62659 Fix "ennviroment" (#1077) by RewardedIvan · 2 years, 9 months ago
  41. 4ef63c9 Rollback on constraint failure (#1071) by Joshua Hull · 2 years, 9 months ago
  42. f92b6bb Fix TestQueryer test to use exec for multistatement insertion by Joshua Hull · 2 years, 9 months ago
  43. d5355d8 Fix TestQueryer test by Joshua Hull · 2 years, 9 months ago
  44. c8a1143 Update README to fix reference URL by Yoshiki Shibukawa · 2 years, 9 months ago
  45. f1eef49 TestQueryer: actually check Rows returned by Oliver Giles · 2 years, 9 months ago
  46. a2e94c9 Add build tag to enable OSTRACE() logging by Ben Johnson · 2 years, 9 months ago
  47. d8e192b Update amalgamation code by Yasuhiro Matsumoto · 2 years, 9 months ago v1.14.15
  48. 595e132 Retract +incompatible releases by Bryan C. Mills · 2 years, 9 months ago
  49. fd616a2 Update supported Go version to Go 1.19 by Aoang · 2 years, 9 months ago
  50. 3ccccfb Support returning any from callbacks (#1046) by Phil Eaton · 3 years ago v1.14.14
  51. b819467 Add error checking in simple example for tx.Commit by Kristóf Havasi · 3 years ago
  52. 43dcd31 Update _example/simple/Dockerfile by mattn · 3 years ago
  53. c122302 feat: simple example of Dockerfile w/ multi-stage build by KEINOS · 3 years ago
  54. aa1e904 Update amalgamation code by Yasuhiro Matsumoto · 3 years ago v1.14.13
  55. adb060d Update .github/workflows/go.yaml by mattn · 3 years ago
  56. a68a2b7 Update supported Golang version to Go 1.18 by Aoang · 3 years ago
  57. bedc298 Update sqlite3_opt_preupdate_omit.go by Corey Butler · 3 years, 1 month ago
  58. c1379fc Update sqlite3_opt_preupdate_hook.go by Corey Butler · 3 years, 1 month ago
  59. 2df077b Update amalgamation by Phil Eaton · 3 years, 3 months ago v1.14.12
  60. ae2a61f Add sqlite3_file_control() support by Ben Johnson · 3 years, 4 months ago v1.14.11
  61. 671e666 Add example using driverName by Yasuhiro Matsumoto · 3 years, 4 months ago
  62. c0fa5ea Add driverName to be possible change driver name by Yasuhiro Matsumoto · 3 years, 4 months ago
  63. 98c5219 Temporary disable test for dropping vtable by Yasuhiro Matsumoto · 3 years, 5 months ago v1.14.10
  64. 7fbc50c Update amalgamation code by Yasuhiro Matsumoto · 3 years, 5 months ago
  65. 8543684 Fix GitHub workflows by Yasuhiro Matsumoto · 3 years, 7 months ago
  66. 4761e9c Do no test with go-acc on Windows (#980) by mattn · 3 years, 7 months ago
  67. 48c6a56 Add go.mod and go.sum for upgrade (#978) by mattn · 3 years, 7 months ago
  68. bb15a32 Drop old versions (#979) by mattn · 3 years, 7 months ago
  69. 9537be5 Adds CIFuzz for fuzzing as continuous integration (#919) by Catena cyber · 3 years, 7 months ago
  70. a4fc68a sqlite3_test.go: Fix go test -run=...: Use standard sub-tests (#881) by Evan Jones · 3 years, 7 months ago
  71. 2b131e0 change angle bracket import to quotes (#868) by Hanzhen Yi · 3 years, 7 months ago
  72. 5671e01 Update SQLite3_ The columntypescantype method of type (#909) by Auler · 3 years, 7 months ago
  73. 2b780b4 fix idxStr freeing issue (#898) by Patrick DeVivo · 3 years, 7 months ago
  74. 98d34f9 Use single-quotes around string literals. (#934) by Michael Hofmann · 3 years, 7 months ago
  75. 3bb6941 sqlite3.go: use PRAGMA to set busy_timeout (#910) by Dan Peterson · 3 years, 7 months ago
  76. ab65367 Test on 1.17 by Yasuhiro Matsumoto · 3 years, 7 months ago
  77. 1cdbb70 run tests against Go 1.16 (#967) by Harry · 3 years, 7 months ago
  78. b3df4a5 Fix typo in README.md (#939) by Ikko Ashimine · 3 years, 7 months ago
  79. 4bc7a1f Resolve windows CI issues (#941) by hackerman · 3 years, 7 months ago
  80. 1f85ebd Allow building on OpenBSD (#976) by Denis Fondras · 3 years, 7 months ago
  81. 628398e chore: readme: Fix link, typos, copy editing (#974) by Ross Smith II · 3 years, 7 months ago
  82. 3900dc3 return non-nil result when calling exec with empty query (#973) by Aviv Klasquin Komissar · 3 years, 7 months ago
  83. 3392062 bump codecov/codecov-action@v2 (#957) by Ichinose Shogo · 3 years, 10 months ago v1.14.9
  84. cba6eae Update amalgamation code (#955) by mattn · 3 years, 10 months ago v1.14.8
  85. 1157a42 Update amalgamation code (#940) by mattn · 4 years, 1 month ago
  86. ab91e93 make column metadata functionality opt-in by Jesse Rittner · 4 years, 3 months ago
  87. 95e88ca Export sqlite3_column_table_name (#900) by Philip O'Toole · 4 years, 3 months ago
  88. 323de98 Go get go-acc with environment variable for go modules (#915) by Catena cyber · 4 years, 3 months ago
  89. 16175c1 Adds a fuzz target (#908) by Catena cyber · 4 years, 3 months ago
  90. 3cbdae7 Export sqlite3_stmt_readonly() via SQLiteStmt.Readonly() (#895) by Martin Tournoij · 4 years, 5 months ago
  91. 52436d4 Update amalgamation code (#896) by mattn · 4 years, 5 months ago v1.14.6
  92. 92d2371 add support for defining an "eponymous only" virtual table (#885) by Patrick DeVivo · 4 years, 5 months ago
  93. 66ff625 RowsColumnTypeNullable not implemented (#848) by Jinzhu · 4 years, 5 months ago
  94. 02ce7ec Add ?_cache_size=[..] to connection parameters (#894) by Martin Tournoij · 4 years, 5 months ago
  95. e30206c clarify usleep license (#893) by Brad Rydzewski · 4 years, 5 months ago
  96. 223d277 Fix ci by Yasuhiro Matsumoto · 4 years, 6 months ago
  97. ae4208e Drop go1.11 (#852) by mattn · 4 years, 6 months ago
  98. 0709612 README.md: use link in markdown (#859) by Buk Bukowski · 4 years, 6 months ago
  99. 943e8f8 sqlite3.go: Remove -DSQLITE_ENABLE_FTS4_UNICODE61: not supported (#872) by Evan Jones · 4 years, 6 months ago
  100. 8e02107 sqlite3.go: remove -DSQLITE_DISABLE_INTRINSIC: better builds (#878) by Evan Jones · 4 years, 6 months ago