0
0
mirror of https://github.com/mattn/go-sqlite3.git synced 2025-05-24 14:54:48 +00:00

Commit Graph

  • 16175c1389 Adds a fuzz target (#908) Catena cyber 2021-02-15 14:57:26 +01:00
  • 3cbdae750e Export sqlite3_stmt_readonly() via SQLiteStmt.Readonly() (#895) Martin Tournoij 2020-12-28 07:52:08 +08:00
  • 52436d4074 Update amalgamation code (#896) v1.14.6 mattn 2020-12-26 23:18:41 +09:00
  • 92d23714a8 add support for defining an "eponymous only" virtual table (#885) Patrick DeVivo 2020-12-26 09:11:17 -05:00
  • 66ff625f34 RowsColumnTypeNullable not implemented (#848) Jinzhu 2020-12-26 22:07:28 +08:00
  • 02ce7ec581 Add ?_cache_size=[..] to connection parameters (#894) Martin Tournoij 2020-12-26 22:05:20 +08:00
  • e30206cd31 clarify usleep license (#893) Brad Rydzewski 2020-12-26 09:04:03 -05:00
  • 223d277c80 Fix ci Yasuhiro Matsumoto 2020-11-18 00:34:04 +09:00
  • ae4208e73a Drop go1.11 (#852) mattn 2020-11-17 10:04:27 +09:00
  • 0709612629 README.md: use link in markdown (#859) Buk Bukowski 2020-11-17 02:04:13 +01:00
  • 943e8f860d sqlite3.go: Remove -DSQLITE_ENABLE_FTS4_UNICODE61: not supported (#872) Evan Jones 2020-11-16 12:00:32 -05:00
  • 8e02107ef7 sqlite3.go: remove -DSQLITE_DISABLE_INTRINSIC: better builds (#878) Evan Jones 2020-11-16 11:59:22 -05:00
  • 6da13a7bd9 .github/workflows: stop using deprecated add-path command (#873) Evan Jones 2020-11-16 11:56:45 -05:00
  • 1fbedab173 Support vfs for Open (#877) v1.14.5 mattn 2020-11-17 01:54:21 +09:00
  • 3fb3c0de37 TestExecContextCancel: Reduce timeout to make less flaky (#879) Evan Jones 2020-11-16 11:52:56 -05:00
  • 70c77097f2 sqlite3_test.go: Move Go 1.13 test to sqlite3_go113_test.go (#883) Evan Jones 2020-11-16 11:52:26 -05:00
  • 4f7abea96e doc.go: you can use Conn.Raw to get *SQLiteConn (#882) Evan Jones 2020-11-16 09:42:00 -05:00
  • 784c625194 Expand documentation for extension functions (#880) Macaully James Muir 2020-11-16 15:40:44 +01:00
  • 92f580b350 Fix #860 extenstion entry bug (#861) v1.14.4 Yunus Ayar 2020-10-02 10:13:14 +02:00
  • 4120733fec Add build tag ignore for upgrade script (#851) v1.14.3 mattn 2020-09-11 16:06:34 +09:00
  • 02fa52d678 Add build tag ignore for upgrade script use-ignore Yasuhiro Matsumoto 2020-09-11 15:46:33 +09:00
  • 862b95943f Fix "cannot start a transaction within a transaction" issue (#764) (#765) v1.14.2 Andrii Zavorotnii 2020-08-28 08:43:21 -07:00
  • 6a8b30186d Use go-pointer instead of uintptr hacks. (#814) mattn 2020-08-26 09:36:43 +09:00
  • 59d4145b7f treat vtable C arrays as Go slices rather than giant Go arrays (#840) rittneje 2020-08-25 14:22:54 -04:00
  • 4b46e2b60d coveralls to codecov (#845) raa0121 2020-08-25 18:13:57 +09:00
  • c14096f123 Fix go.yaml Yasuhiro Matsumoto 2020-08-25 14:24:45 +09:00
  • fd606f826a Update README.md Yasuhiro Matsumoto 2020-08-25 13:59:58 +09:00
  • 09fcd35eaa Add Github Actions yaml and set LDFLAGS on windows (#843) raa0121 2020-08-25 13:56:34 +09:00
  • 2329c6ea75 Update amalgamation code (#842) v1.14.1 mattn 2020-08-19 20:15:57 +09:00
  • 4c2df3cc46 Travis-CI: set go_import_path (#829) Olivier Mengué 2020-07-21 10:00:10 +02:00
  • 979ea59e5a Travis-CI: add Go 1.14.x, change order of Go versions (#830) Olivier Mengué 2020-07-21 09:59:02 +02:00
  • aa77c03e2f Update README.md Yasuhiro Matsumoto 2020-06-18 22:22:56 +09:00
  • baaf8a9784 upgrade amalgamation code (#821) v2.0.6 v1.14.0 mattn 2020-06-06 12:49:38 +09:00
  • 0cec2d7524 Add mock versions of SQLiteDriver and SQLiteConn for +build !cgo (#819) Martin Tournoij 2020-06-05 21:06:55 +08:00
  • f600c4bddb Edited note in README (#817) turtlemaster19 2020-06-01 08:39:02 -05:00
  • e77f7dd61e Document requirements for cross compiling from OSX (#804) Vishnu Mohandas 2020-05-15 21:18:12 +05:30
  • db4c9426f8 Enable all prefixes for named parameters and allow for unused named parameters (#811) v2.0.5 v2.0.4 gber 2020-05-14 14:28:04 +00:00
  • 44b2a6394a Fix #808: remove goconvey (#809) Diego Becciolini 2020-05-14 15:24:58 +01:00
  • 61ad8da9d6 Fix for early termination of returned rows (#805) ShanePerron 2020-05-02 11:42:42 -04:00
  • 98a44bcf59 report actual error message if sqlite3_load_extension fails (#800) rittneje 2020-04-16 01:45:59 -04:00
  • 58b2310c97 Add extension-functions.c info to README (#779) Paul Bergeron 2020-04-16 07:44:20 +02:00
  • 77fdcc27bb Update dependencies Yasuhiro Matsumoto 2020-04-16 14:43:15 +09:00
  • a23162b94b feat: add go modules (#781) Karthik K 2020-04-16 11:12:04 +05:30
  • 67986a7832 chore: remove debug code (#788) Manfred Touron 2020-02-27 09:28:46 +01:00
  • 9bdaffc12b upgrade amalgamation code (#777) v2.0.3 mattn 2020-01-28 19:25:19 +09:00
  • ed406dd4e2 Update README.md Yasuhiro Matsumoto 2020-01-23 15:57:42 +09:00
  • d51eaf3b34 Fix typo (#763) Sergey Bronnikov 2020-01-09 12:43:04 +03:00
  • 53cff3fceb fix typo in doc comment (#770) v2.0.2 rittneje 2019-12-17 02:07:49 -05:00
  • b4f5cc77d1 add SystemErrno to Error (#740) rittneje 2019-12-17 01:58:28 -05:00
  • 590d44c02b Merge pull request #744 from azavorotnii/ctx_cancel v2.0.1 v1.13.0 mattn 2019-11-19 01:19:53 +09:00
  • 0cf797e1cd Merge pull request #760 from mattn/sqlite-amalgamation-3300100 mattn 2019-11-19 01:18:17 +09:00
  • a1e7f13af0 upgrade amalgamation code Yasuhiro Matsumoto 2019-11-18 22:50:50 +09:00
  • 4d8693d6ee Merge pull request #758 from mattn/noncgo mattn 2019-11-18 19:50:39 +09:00
  • fc06e55305 Add build constraints for non cgo noncgo Yasuhiro Matsumoto 2019-11-18 18:03:31 +09:00
  • 67c1376b46 Merge pull request #754 from codesoap/master mattn 2019-11-05 14:44:21 +09:00
  • 17bc44792c Improve readability of Backup() codesoap 2019-10-31 15:26:56 +01:00
  • c64f703b0d Merge pull request #753 from opencollective/opencollective mattn 2019-10-31 09:30:00 +09:00
  • c74e550595 Added financial contributors to the README Jess 2019-10-30 15:39:31 -07:00
  • 3f45aefa8d Update FUNDING.yml v1.12.0 mattn 2019-10-08 17:38:25 +09:00
  • a26641dc74 Merge pull request #750 from tpounds/add-new-go-vers mattn 2019-10-08 16:23:26 +09:00
  • 34018519d0 Add Go 1.12.x/1.13.x to CI. Trevor Pounds 2019-10-07 10:46:06 -04:00
  • 4396a38886 Merge pull request #747 from azavorotnii/open_journal_mode mattn 2019-09-24 10:39:45 +09:00
  • 27d3ed467c Fix typo in "_locking_mode" DSN handling Andrii Zavorotnii 2019-09-23 14:57:24 -07:00
  • c4a8658099 Fix Open() journal mode regression Andrii Zavorotnii 2019-09-23 14:50:49 -07:00
  • 7e1a61dbcd Fix context cancellation racy handling Andrii Zavorotnii 2019-09-05 15:26:33 -07:00
  • 1549e88b4c Implements #729 feature-pointer-callback G.J.R. Timmer 2019-08-22 15:41:52 +02:00
  • d3c690956b Fix memory leak in ExpandedSQL (#738) Gert-Jan Timmer 2019-08-22 14:55:11 +02:00
  • e3726ad6eb Fixed operator G.J.R. Timmer 2019-08-22 12:40:55 +02:00
  • b22da71572 Fix _auth_* parameter check G.J.R. Timmer 2019-08-22 12:11:43 +02:00
  • 2ea5857c0e Closes #597 G.J.R. Timmer 2019-08-21 23:04:45 +02:00
  • e24345b069 Merge pull request #734 from gwd/out/fix-libsqlite3-darwin-build mattn 2019-08-20 00:43:48 +09:00
  • f4ce3be229 Merge pull request #735 from mahler/master mattn 2019-08-20 00:43:38 +09:00
  • 85bf186e05 Issue #651: Fix of typo https://github.com/mattn/go-sqlite3/issues/651 = 2019-08-19 15:53:09 +02:00
  • f9aab7dda8 darwin/libsqlite3: Also use the homebrew include path George Dunlap 2019-08-19 11:22:53 +01:00
  • d6f416f91c Merge pull request #732 from mattn/sqlite-amalgamation-3290000 mattn 2019-07-16 16:15:03 +09:00
  • b612a2feea upgrade amalgamation code v1.11.0 sqlite-amalgamation-3290000 Yasuhiro Matsumoto 2019-07-16 14:56:09 +09:00
  • fba062bdb6 Merge pull request #731 from Jason-Cooke/patch-1 mattn 2019-07-09 13:10:54 +09:00
  • 9889b11544 docs: fix typo Jason Cooke 2019-07-09 09:09:23 +12:00
  • 5dd71670cc Merge pull request #727 from MichaelS11/master mattn 2019-06-20 10:01:18 +09:00
  • 57484d0899 Updated Ping to return ErrBadConn Added TestOpenContext Added TestFileCopyTruncate Added ping to doTestOpen MichaelS11 2019-06-18 13:33:26 -07:00
  • c25061c4b7 Merge pull request #725 from auxten/patch-1 mattn 2019-06-17 16:04:10 +09:00
  • 2e7be7d089 Fix typo in readme auxten 2019-06-17 14:29:55 +08:00
  • 070b17a2fd Merge pull request #680 from rittneje/improve-faq-in-memory-shared-cache mattn 2019-05-29 17:43:13 +09:00
  • afa0250ddf Create FUNDING.yml mattn 2019-05-24 00:19:27 +09:00
  • 2a192bf782 Merge pull request #716 from mattn/fix-variadic mattn 2019-05-11 01:41:06 +09:00
  • 81b9db8126 Fix type of variadic fix-variadic Yasuhiro Matsumoto 2019-05-10 23:23:32 +09:00
  • 5994cc52df Merge pull request #712 from mattn/sqlite-amalgamation-3280000 mattn 2019-04-24 18:37:27 +09:00
  • 4bbd87b29d upgrade amalgamation code sqlite-amalgamation-3280000 Yasuhiro Matsumoto 2019-04-24 16:55:17 +09:00
  • 31f5bb843b Merge pull request #702 from mattn/sqlite-amalgamation-3270200 mattn 2019-03-15 17:37:29 +09:00
  • 93716266ad upgrade amalgamation code Yasuhiro Matsumoto 2019-03-15 16:07:56 +09:00
  • ad30583d83 Merge pull request #695 from mattn/fix-typo mattn 2019-02-18 02:40:29 +09:00
  • eac3a7fd21 Fix typo Yasuhiro Matsumoto 2019-02-18 02:39:13 +09:00
  • 4cb37250b6 Merge pull request #693 from egonelbre/unify-travis-runs mattn 2019-02-11 11:28:46 +09:00
  • 58039ab376 Merge pull request #692 from mattn/fix-688 mattn 2019-02-11 11:20:17 +09:00
  • 54fcf30aef Remove separate go build Egon Elbre 2019-02-10 21:39:53 +02:00
  • 01e5d0e24c Faster travis running Egon Elbre 2019-02-10 19:04:48 +02:00
  • 4731d0e6ab Print type of result fix-688 Yasuhiro Matsumoto 2019-02-11 01:36:01 +09:00
  • 5e7aedf685 Add test Yasuhiro Matsumoto 2019-02-11 00:48:49 +09:00
  • ae5cbb218c column_type SQLITE_TEXT returned as string by default Dimitri Roche 2019-01-26 14:54:27 -05:00
  • abc8991d4d column types text, varchar, *char return as strings: Dimitri Roche 2019-01-26 09:16:35 -05:00