Commit Graph

  • 46e826d22a Merge pull request #407 from zombiezen/foreignkeys mattn 2017-04-02 23:13:39 +0900
  • c935ccca28 Merge pull request #406 from zombiezen/fixleak mattn 2017-04-02 23:10:16 +0900
  • c6d43c40e6 Add _foreign_keys connection parameter Ross Light 2017-04-01 09:12:21 -0700
  • 06cec77f55 use for Go 1.8 "context" standard package, not "golang.org/x/net/context" ... Basile Starynkevitch 2017-04-01 20:02:24 +0200
  • 4c2dc8806a Avoid leaking db if setting busy timeout fails Ross Light 2017-04-01 08:53:17 -0700
  • b8936b7ad3 Adding hook to vhook to allow vtables to be modified Kenneth Shaw 2017-03-24 11:56:23 +0700
  • b2e464529e Merge pull request #398 from mkungla/qfe1 mattn 2017-03-24 09:12:00 +0900
  • a1253acb6b
    Removed ambitious conn.Close() Marko Kungla 2017-03-24 01:06:55 +0100
  • fc03fa9989 close connection when got errors in Open Yasuhiro Matsumoto 2017-03-24 08:48:29 +0900
  • 866c3293d9 fix breaking compatibility. Yasuhiro Matsumoto 2017-03-21 09:14:48 +0900
  • bd7fdb6033 fix test Yasuhiro Matsumoto 2017-03-21 00:57:55 +0900
  • 1d0b0f0e72 disable extension when loading failed Yasuhiro Matsumoto 2017-03-21 00:47:07 +0900
  • 796dcab06d fix test Yasuhiro Matsumoto 2017-03-21 00:42:54 +0900
  • 0acd8f7aec fix build Yasuhiro Matsumoto 2017-03-20 23:34:57 +0900
  • 997cab8094 fix build Yasuhiro Matsumoto 2017-03-20 23:31:22 +0900
  • cf4bd560f1 fix build Yasuhiro Matsumoto 2017-03-20 23:26:15 +0900
  • 53900fb4f0 return nil when last error is SQLITE_OK Yasuhiro Matsumoto 2017-03-20 23:23:24 +0900
  • 564e1eeb95 add CSV module csv Yasuhiro Matsumoto 2017-03-20 22:14:18 +0900
  • eac1dfa2a6 fix test Yasuhiro Matsumoto 2017-03-05 23:02:06 +0900
  • ecc5105e21 golint Yasuhiro Matsumoto 2017-03-05 22:29:09 +0900
  • 0dba8bb9aa rename Yasuhiro Matsumoto 2017-03-05 22:25:33 +0900
  • 9a7131f1a9 add test env Yasuhiro Matsumoto 2017-03-05 22:20:06 +0900
  • 835dea39a6 vtable is not default Yasuhiro Matsumoto 2017-03-05 22:18:56 +0900
  • 32ab0d8730 refactoring Yasuhiro Matsumoto 2017-03-05 22:16:51 +0900
  • d5ce94296e rename Yasuhiro Matsumoto 2017-03-05 21:40:25 +0900
  • f694bb773c remove dependency of assert Yasuhiro Matsumoto 2017-03-05 21:33:03 +0900
  • 0147a481cf add gorepocard badge Yasuhiro Matsumoto 2017-03-05 21:05:35 +0900
  • 0ff13e6771 golint Yasuhiro Matsumoto 2017-03-05 21:05:28 +0900
  • f238067266 remove type ZeroBlobLength Yasuhiro Matsumoto 2017-03-05 20:55:32 +0900
  • f9e79c0a39 golint Yasuhiro Matsumoto 2017-03-05 20:52:55 +0900
  • a9d61d54c6 use pointer receiver Yasuhiro Matsumoto 2017-03-05 20:49:45 +0900
  • fca908b496 fix import path Yasuhiro Matsumoto 2017-03-05 20:48:17 +0900
  • 55cd56d7ed Merge pull request #347 from DataDog/dd/vtable mattn 2017-03-05 20:44:09 +0900
  • 9efa963d05 [vtable] Rename Context to SQLiteContext Conor Branagan 2017-03-04 18:15:00 -0500
  • 618e784627 [vtable] Add pure Go example of GitHub repo vtable. Conor Branagan 2016-12-11 12:49:48 -0500
  • bba480975b Add Go API for virtual tables Conor Branagan 2016-11-10 10:27:20 -0500
  • 3439fd2096 fix test Yasuhiro Matsumoto 2017-03-05 02:37:15 +0900
  • 5b1175ef06 not use underscore Yasuhiro Matsumoto 2017-03-05 00:46:52 +0900
  • 253bbf431d rename function Yasuhiro Matsumoto 2017-03-05 00:45:41 +0900
  • cc256c7b14 add godoc for fixes golint Yasuhiro Matsumoto 2017-03-05 00:43:17 +0900
  • 231af577dc fix typos Yasuhiro Matsumoto 2017-03-05 00:34:36 +0900
  • 2fc807f668 use named field Yasuhiro Matsumoto 2017-03-05 00:33:20 +0900
  • acf4ae4429 Merge pull request #387 from msoap/patch-1 mattn 2017-03-02 09:08:39 +0900
  • 4fb55b1ad9 Added available extensions to README Sergey Mudrik 2017-03-02 00:15:45 +0300
  • d82897d60e remove 1.6 Yasuhiro Matsumoto 2017-03-01 18:06:16 +0900
  • 845016ce9c test on 1.8 Yasuhiro Matsumoto 2017-03-01 17:29:49 +0900
  • a950ff75d3 Merge pull request #2 from mattn/master Philip O'Toole 2017-02-28 23:52:57 -0800
  • a7b54c9ddb workaround for a compiler Yasuhiro Matsumoto 2017-03-01 16:44:54 +0900
  • ae99dd6561 Merge pull request #382 from mattn/sqlite-amalgamation-3170000 mattn 2017-03-01 15:59:06 +0900
  • c2ab9a4ac8 Merge pull request #279 from otoolep/src_dst_swapped mattn 2017-03-01 15:57:43 +0900
  • 95df624454 upgrade to sqlite-amalgamation-3170000 Yasuhiro Matsumoto 2017-02-16 15:59:24 +0900
  • 2acfafad58 use variable db Yasuhiro Matsumoto 2017-02-16 15:57:29 +0900
  • d03b7b541f update to 2017 Yasuhiro Matsumoto 2017-02-16 15:56:32 +0900
  • 588cd3292b fixes race Yasuhiro Matsumoto 2017-02-11 21:47:11 +0900
  • 6f8cd03789 Merge pull request #378 from AlekSi/patch-1 mattn 2017-02-07 18:23:53 +0900
  • a5027c521a Fix links to issues Alexey Palazhchenko 2017-02-07 10:54:49 +0300
  • ce9149a3c9 Merge pull request #376 from tych0/memory-faq mattn 2017-01-27 09:02:38 +0900
  • ded1ba664d add a FAQ entry about :memory: races Tycho Andersen 2017-01-26 14:55:07 -0700
  • 7ed900a7c4 fix test Yasuhiro Matsumoto 2017-01-19 02:20:24 +0900
  • b9e7e69634 Merge pull request #375 from markbates/master mattn 2017-01-19 01:19:49 +0900
  • 5811704cf6 Removing an unused C import to allow for "buildable" go files. Fixes https://github.com/mattn/go-sqlite3/issues/374 Mark Bates 2017-01-18 17:14:12 +0100
  • 2ce48427c4 remove fallbak for trace Yasuhiro Matsumoto 2017-01-19 00:56:34 +0900
  • bc95adcf6b Merge 1226270907 into f3a14987e0 Mark Bates 2017-01-18 15:51:17 +0000
  • 1226270907 removed two functions that aren't implemented that are causing build errors. See https://github.com/mattn/go-sqlite3/issues/372 Mark Bates 2017-01-18 16:49:34 +0100
  • f3a14987e0 fixes #372 Yasuhiro Matsumoto 2017-01-19 00:40:55 +0900
  • eff6379ba0 fix notrace Yasuhiro Matsumoto 2017-01-11 01:29:59 +0900
  • b59c804b1d dummy constants Yasuhiro Matsumoto 2017-01-11 01:18:51 +0900
  • efea85cb9a fixes #368 Yasuhiro Matsumoto 2017-01-10 00:40:58 +0900
  • a554cf198f close statement Yasuhiro Matsumoto 2017-01-07 22:22:02 +0900
  • 6f2749a3ca fix race condition Yasuhiro Matsumoto 2017-01-03 22:25:02 +0900
  • 23537db53a fix the bug for time.time polariseye 2016-12-15 16:05:56 +0800
  • 2d44decb49 temporary fix BeginTx Yasuhiro Matsumoto 2016-12-15 13:15:57 +0900
  • 64ccc601e6 Merge branch 'master' of https://github.com/mattn/go-sqlite3 Yasuhiro Matsumoto 2016-12-15 11:42:53 +0900
  • 5b064f2d05 fix #362 Yasuhiro Matsumoto 2016-12-15 11:41:22 +0900
  • 77eae5a3a4 fix #27 Yasuhiro Matsumoto 2016-12-15 11:41:22 +0900
  • 056f235aa6 fix named args Yasuhiro Matsumoto 2016-12-09 13:12:14 +0900
  • 35cf400919 fix tests Yasuhiro Matsumoto 2016-12-09 12:58:20 +0900
  • a160bbbc09 fix tree for tools/upgrade.go Yasuhiro Matsumoto 2016-12-09 09:08:59 +0900
  • 8ecd77c707 fix test Yasuhiro Matsumoto 2016-12-01 12:12:18 +0900
  • fba66eb116 Merge pull request #356 from gconnell/import mattn 2016-11-12 01:58:19 +0900
  • 341bfcf7f1 Fix example import to point to mattn repo. Graeme Connell 2016-11-11 09:50:05 -0700
  • ca5e381972 upgrade amalgamation code v1.2.0 Yasuhiro Matsumoto 2016-11-11 09:01:23 +0900
  • f043f8092b use prepare instead of Prepare Yasuhiro Matsumoto 2016-11-09 01:13:34 +0900
  • 599dd7631f disable combination of libsqlite3 and trace because travis(trusty) is too old. Yasuhiro Matsumoto 2016-11-08 18:27:48 +0900
  • 6e9298a6b1 fix .travis.yml Joachim Bauch 2016-11-08 09:02:41 +0100
  • 92a33b4b91 Merge b11c6150cd into aa33ddc53b Joachim Bauch 2016-11-08 08:24:12 +0000
  • aa33ddc53b fix build Yasuhiro Matsumoto 2016-11-08 17:24:01 +0900
  • b11c6150cd
    Fixed definition of multiple tags. Joachim Bauch 2016-11-08 09:02:54 +0100
  • 158fb11c39
    Add missing include. Joachim Bauch 2016-11-08 09:02:41 +0100
  • d1009b4fa6 fix build Yasuhiro Matsumoto 2016-11-08 17:12:03 +0900
  • bfeda3f4f6 fix build Yasuhiro Matsumoto 2016-11-08 17:07:32 +0900
  • 14e5ed1773 Merge pull request #353 from fancycode/travis_tags mattn 2016-11-08 16:47:13 +0900
  • 2a8baa5914
    Test different build configurations on Travis. Joachim Bauch 2016-11-08 08:40:35 +0100
  • ea2afbe9e8 revert Multiple Result Set Yasuhiro Matsumoto 2016-11-08 13:22:46 +0900
  • dc448a0cb6 fix trace callback. Yasuhiro Matsumoto 2016-11-08 12:27:31 +0900
  • dd2c82226b fix trace callback. Yasuhiro Matsumoto 2016-11-08 12:19:13 +0900
  • 3e26a9df84 Merge pull request #351 from andrefsp/data-race-fix mattn 2016-11-08 01:07:26 +0900
  • 6c0a6bb9cd Fix data race introduced on 605d9d08 andrefsp 2016-11-07 11:57:52 +0000
  • 51f43971ab Merge branch 'master' of https://github.com/mattn/go-sqlite3 Yasuhiro Matsumoto 2016-11-07 16:16:47 +0900
  • 8d7068003b FAQ about concurrency. Close #350 Yasuhiro Matsumoto 2016-11-07 16:16:17 +0900