Commit Graph

  • 599dd7631f disable combination of libsqlite3 and trace because travis(trusty) is too old. Yasuhiro Matsumoto 2016-11-08 18:27:48 +09:00
  • 6e9298a6b1 fix .travis.yml Joachim Bauch 2016-11-08 09:02:41 +01:00
  • aa33ddc53b fix build Yasuhiro Matsumoto 2016-11-08 17:24:01 +09:00
  • d1009b4fa6 fix build Yasuhiro Matsumoto 2016-11-08 17:12:03 +09:00
  • bfeda3f4f6 fix build Yasuhiro Matsumoto 2016-11-08 17:07:32 +09:00
  • 14e5ed1773 Merge pull request #353 from fancycode/travis_tags mattn 2016-11-08 16:47:13 +09:00
  • 2a8baa5914 Test different build configurations on Travis. Joachim Bauch 2016-11-08 08:40:35 +01:00
  • ea2afbe9e8 revert Multiple Result Set Yasuhiro Matsumoto 2016-11-08 13:22:46 +09:00
  • dc448a0cb6 fix trace callback. Yasuhiro Matsumoto 2016-11-08 12:27:31 +09:00
  • dd2c82226b fix trace callback. Yasuhiro Matsumoto 2016-11-08 12:19:13 +09:00
  • 3e26a9df84 Merge pull request #351 from andrefsp/data-race-fix mattn 2016-11-08 01:07:26 +09:00
  • 6c0a6bb9cd Fix data race introduced on 605d9d08 andrefsp 2016-11-07 11:57:52 +00:00
  • 51f43971ab Merge branch 'master' of https://github.com/mattn/go-sqlite3 Yasuhiro Matsumoto 2016-11-07 16:16:47 +09:00
  • 8d7068003b FAQ about concurrency. Close #350 Yasuhiro Matsumoto 2016-11-07 16:16:17 +09:00
  • deed33aec7 cancel Yasuhiro Matsumoto 2016-11-06 20:46:27 +09:00
  • 605d9d0851 cancel Yasuhiro Matsumoto 2016-11-06 20:43:53 +09:00
  • 15491aeb9c go vet && golint Yasuhiro Matsumoto 2016-11-06 13:16:38 +09:00
  • cde7293c72 go vet && golint Yasuhiro Matsumoto 2016-11-05 00:46:04 +09:00
  • 0d1d1a644e go vet && golint Yasuhiro Matsumoto 2016-11-05 00:40:06 +09:00
  • a9ad8a09c9 remove trailing space Yasuhiro Matsumoto 2016-11-05 00:28:43 +09:00
  • f4e49e6484 Merge pull request #348 from mattn/ping mattn 2016-11-04 23:24:02 +09:00
  • 57eaf4c070 separate test Yasuhiro Matsumoto 2016-11-04 15:17:21 +09:00
  • 755d5be32c add BeginContext Yasuhiro Matsumoto 2016-11-04 15:15:16 +09:00
  • 025b917610 add PrepareContext Yasuhiro Matsumoto 2016-11-04 15:11:24 +09:00
  • 29b191f206 build tag Yasuhiro Matsumoto 2016-11-04 15:07:51 +09:00
  • 4d2dc45165 Merge branch 'type' into ping Yasuhiro Matsumoto 2016-11-04 15:05:42 +09:00
  • b23526fb3c support named params Yasuhiro Matsumoto 2016-11-04 15:00:29 +09:00
  • c95a77965c context features Yasuhiro Matsumoto 2016-11-04 14:24:22 +09:00
  • d0e4959926 add go18 new feature Yasuhiro Matsumoto 2016-11-04 00:03:16 +09:00
  • 6796d46c3a implement go18 Pinger Yasuhiro Matsumoto 2016-11-03 23:05:34 +09:00
  • 86681de00a remove -Wno-c99-extension Yasuhiro Matsumoto 2016-10-28 23:22:18 +09:00
  • dbe15b0408 Merge pull request #339 from brauner/2016-10-17/fix_libsqlite3_build mattn 2016-10-28 17:48:50 +09:00
  • 420dc664ed upgrade: add ifdefines Christian Brauner 2016-10-28 10:11:52 +02:00
  • f6e7921d24 actually link to <sqlite3.h> when -tags libsqlite3 Christian Brauner 2016-10-17 14:28:16 +02:00
  • 955dae4ebd Merge pull request #345 from joeshaw/backup-finalizer-fix mattn 2016-10-28 08:55:17 +09:00
  • bdab31cc98 fix double free in SQLiteBackup.Close() on error Joe Shaw 2016-10-27 16:44:56 -07:00
  • e5a3c16c5c Merge pull request #333 from nyarly/master mattn 2016-10-05 01:01:36 +09:00
  • 61c9552d18 Added CFLAG config to ignore deprecations Judson 2016-10-04 16:51:54 +01:00
  • 4b0af852c1 Merge pull request #331 from a-p-/test-backup-error mattn 2016-09-27 11:28:46 +09:00
  • 0e686cadf6 Test the error reporting when preparing to perform a backup. a-p- 2016-09-23 08:41:32 -04:00
  • 3fb7a0e792 TestAggregatorRegistration may fail if trace feature is not implemented Yasuhiro Matsumoto 2016-09-08 01:20:43 +09:00
  • 0cc5236296 add tracecallback_noimpl.go Yasuhiro Matsumoto 2016-09-08 01:13:15 +09:00
  • e63ddcaa1a wrapper is not needress when not use libsqlite3 Yasuhiro Matsumoto 2016-09-08 01:00:00 +09:00
  • bf2cfc371a fix build Yasuhiro Matsumoto 2016-09-08 00:59:25 +09:00
  • 467e3720d8 fix build Yasuhiro Matsumoto 2016-09-08 00:39:47 +09:00
  • 2bc6ac72c0 fix build Yasuhiro Matsumoto 2016-09-08 00:30:54 +09:00
  • a8bf79c7d7 Merge branch 'master' into trace Yasuhiro Matsumoto 2016-09-08 00:15:31 +09:00
  • 6f7ceed867 test of backup is too long Yasuhiro Matsumoto 2016-09-08 00:15:10 +09:00
  • 17a684694a Example program for the new SetTrace() A.N 2016-09-06 23:13:30 +03:00
  • 2b0a8971e3 Remove obsolete comment A.N 2016-09-06 18:26:27 +03:00
  • 911ebeea74 TraceInfo: fix RunTimeNanosec retrieval, add AutoCommit A.N 2016-09-06 18:12:10 +03:00
  • 0a2fcd29b6 Provide access to sqlite3_trace_v2(). A.N 2016-09-05 21:58:10 +03:00
  • e87c35082b Merge pull request #323 from FiloSottile/master mattn 2016-09-04 09:19:41 +09:00
  • 98981b4a3b Make Go 1.7 fail compilation Filippo Valsorda 2016-09-03 20:02:56 +01:00
  • b5c99a7203 Merge pull request #322 from a-p-/backup-tests mattn 2016-08-21 16:55:01 +09:00
  • 3a5d0a7e5b Add some testing of the backup functionality. a-p- 2016-08-20 18:57:12 -04:00
  • c3e9588849 Close file Yasuhiro Matsumoto 2016-08-11 18:51:38 +09:00
  • 5a7763c649 add upgrade.go Yasuhiro Matsumoto 2016-08-11 18:43:56 +09:00
  • 5176d6e6cb add *.o Yasuhiro Matsumoto 2016-08-11 18:43:49 +09:00
  • ee996d6946 use amalgamation 3.14.0 Yasuhiro Matsumoto 2016-08-11 01:47:31 +09:00
  • 297d6f8d2d update amalgamation code Yasuhiro Matsumoto 2016-08-11 01:15:52 +09:00
  • e118d44513 Merge pull request #300 from sqweek/issue184 mattn 2016-07-15 22:38:49 +09:00
  • 38ee283dab Merge pull request #304 from steffengy/master mattn 2016-05-14 21:23:48 +09:00
  • 5505c7c92e upgrade sqlite amalgamation to 3.12.2 Steffen 2016-05-14 11:53:28 +02:00
  • 7204887cf3 Merge pull request #302 from shaxbee/master mattn 2016-05-03 09:00:58 +09:00
  • 42d411769d Bump Travis to Ubuntu 14.04 Zbigniew Mandziejewicz 2016-04-22 23:36:29 +08:00
  • 9f06636f8c FTS4 is not available on Trusty Zbigniew Mandziejewicz 2016-04-22 21:13:07 +08:00
  • c8316feaa3 Test with libsqlite3 Zbigniew Mandziejewicz 2016-04-22 20:45:49 +08:00
  • 3ebb821e65 Set SQLITE_DETERMINISTIC if undefined Zbigniew Mandziejewicz 2016-04-22 16:20:04 +08:00
  • 467f50b0c0 Merge pull request #299 from shaxbee/master mattn 2016-04-19 10:33:13 +09:00
  • 727ad200a2 Fix inconsistent tx state with database/sql. sqweek 2016-04-18 19:49:17 +08:00
  • e8363dc691 Instructions for libsqlite3 on OS X Zbigniew Mandziejewicz 2016-04-18 20:19:08 +08:00
  • bce6ca7501 Disable LoadExtension when omit_load_extension is specified Zbigniew Mandziejewicz 2016-04-18 19:58:56 +08:00
  • 4bc448f79b Disable LoadExtension when omit_load_extension is specified Zbigniew Mandziejewicz 2016-04-18 19:58:56 +08:00
  • 22d73514b2 Merge pull request #298 from shaxbee/master mattn 2016-04-18 19:38:27 +09:00
  • da9decb965 Expose LoadExtension with entry point Zbigniew Mandziejewicz 2016-04-18 17:05:24 +08:00
  • 0d708316a6 delete needless files Yasuhiro Matsumoto 2016-04-18 01:11:20 +09:00
  • f8a41b9e6e Merge pull request #294 from dgsb/master mattn 2016-04-18 01:10:19 +09:00
  • aeb3180df5 Merge pull request #296 from stanim/errs mattn 2016-04-15 17:44:20 +09:00
  • ed21175288 add missing error checking to simple example Stani 2016-04-14 20:56:02 +02:00
  • 3a5555302e Move sqlite3 amalgation files a directory up. David Bariod 2016-04-02 12:32:47 +02:00
  • 37aa7c6f5b Merge pull request #291 from diocles/patch-1 mattn 2016-03-25 01:18:33 +09:00
  • 7b2244eaa4 Fix sqlite "regexp" function name in documentation Tim Retout 2016-03-24 15:58:39 +00:00
  • 76e335f60b Remove gocov Yasuhiro Matsumoto 2016-03-15 13:08:43 +09:00
  • 1f1995912c Merge pull request #286 from y0za/fix-testing-message mattn 2016-03-15 10:26:45 +09:00
  • caab59fb66 Fix testing message at TestInsert and TestUpdate yoza 2016-03-14 20:54:10 +09:00
  • 10876d7dac Merge pull request #282 from zmedico/decltypes mattn 2016-03-07 18:57:06 +09:00
  • 4f5821ada6 Test SQLiteRows.DeclTypes() Zac Medico 2016-03-07 01:15:24 -08:00
  • 0ebdb8bead Conditional build for the FTS5 Extension Bruce Marriner 2016-03-04 09:59:27 -06:00
  • f544db98cc Add SQLiteRows.DeclTypes() method Zac Medico 2016-03-06 12:27:17 -08:00
  • 45f056ca8f Merge pull request #278 from rkintzi/json1 mattn 2016-03-03 00:32:50 +09:00
  • baa815b31d Fix reversed source and destination names Philip O'Toole 2016-02-28 11:47:07 -08:00
  • 960d6a342a Alphabetical imports Philip O'Toole 2016-02-28 11:46:49 -08:00
  • 6dab4fc2ee Conditional build for the JSON1 Extension Radosław Kintzi 2016-02-28 09:53:54 +01:00
  • 09d5c45171 Merge pull request #275 from otoolep/fix_typos mattn 2016-02-23 16:32:46 +09:00
  • 1e280555b7 Fix minor typos in comments Philip O Toole 2016-02-23 01:20:57 -05:00
  • 3e97a4ca68 Merge pull request #1 from mattn/master Philip O'Toole 2016-02-23 01:18:14 -05:00
  • c5aee96497 Merge pull request #267 from ianlancetaylor/go16 mattn 2016-02-01 14:34:37 +09:00
  • 57d9aeb35a Merge pull request #268 from ianlancetaylor/handle mattn 2016-01-31 23:50:31 +09:00
  • 8c66b9cf5e callback: use handles rather than passing Go pointers Ian Lance Taylor 2016-01-29 13:18:39 -08:00