Commit Graph

  • 15491aeb9c go vet && golint Yasuhiro Matsumoto 2016-11-06 13:16:38 +0900
  • cde7293c72 go vet && golint Yasuhiro Matsumoto 2016-11-05 00:46:04 +0900
  • 0d1d1a644e go vet && golint Yasuhiro Matsumoto 2016-11-05 00:40:06 +0900
  • a9ad8a09c9 remove trailing space Yasuhiro Matsumoto 2016-11-05 00:28:43 +0900
  • f4e49e6484 Merge pull request #348 from mattn/ping mattn 2016-11-04 23:24:02 +0900
  • 57eaf4c070 separate test Yasuhiro Matsumoto 2016-11-04 15:17:21 +0900
  • 755d5be32c add BeginContext Yasuhiro Matsumoto 2016-11-04 15:15:16 +0900
  • 025b917610 add PrepareContext Yasuhiro Matsumoto 2016-11-04 15:11:24 +0900
  • 29b191f206 build tag Yasuhiro Matsumoto 2016-11-04 15:07:51 +0900
  • 4d2dc45165 Merge branch 'type' into ping Yasuhiro Matsumoto 2016-11-04 15:05:42 +0900
  • b23526fb3c support named params Yasuhiro Matsumoto 2016-11-04 15:00:29 +0900
  • c95a77965c context features Yasuhiro Matsumoto 2016-11-04 14:24:22 +0900
  • d0e4959926 add go18 new feature type Yasuhiro Matsumoto 2016-11-04 00:03:16 +0900
  • 6796d46c3a implement go18 Pinger Yasuhiro Matsumoto 2016-11-03 23:05:34 +0900
  • 86681de00a remove -Wno-c99-extension Yasuhiro Matsumoto 2016-10-28 23:22:18 +0900
  • dbe15b0408 Merge pull request #339 from brauner/2016-10-17/fix_libsqlite3_build mattn 2016-10-28 17:48:50 +0900
  • 420dc664ed
    upgrade: add ifdefines Christian Brauner 2016-10-28 10:11:52 +0200
  • f6e7921d24
    actually link to <sqlite3.h> when -tags libsqlite3 Christian Brauner 2016-10-17 14:28:16 +0200
  • 955dae4ebd Merge pull request #345 from joeshaw/backup-finalizer-fix mattn 2016-10-28 08:55:17 +0900
  • bdab31cc98 fix double free in SQLiteBackup.Close() on error Joe Shaw 2016-10-27 16:44:56 -0700
  • e5a3c16c5c Merge pull request #333 from nyarly/master mattn 2016-10-05 01:01:36 +0900
  • 61c9552d18
    Added CFLAG config to ignore deprecations Judson 2016-10-04 16:51:54 +0100
  • 4b0af852c1 Merge pull request #331 from a-p-/test-backup-error mattn 2016-09-27 11:28:46 +0900
  • 0e686cadf6 Test the error reporting when preparing to perform a backup. a-p- 2016-09-23 08:41:32 -0400
  • 3fb7a0e792 TestAggregatorRegistration may fail if trace feature is not implemented Yasuhiro Matsumoto 2016-09-08 01:20:43 +0900
  • 0cc5236296 add tracecallback_noimpl.go Yasuhiro Matsumoto 2016-09-08 01:13:15 +0900
  • e63ddcaa1a wrapper is not needress when not use libsqlite3 Yasuhiro Matsumoto 2016-09-08 01:00:00 +0900
  • bf2cfc371a fix build Yasuhiro Matsumoto 2016-09-08 00:59:25 +0900
  • 467e3720d8 fix build Yasuhiro Matsumoto 2016-09-08 00:39:47 +0900
  • 2bc6ac72c0 fix build Yasuhiro Matsumoto 2016-09-08 00:30:54 +0900
  • a8bf79c7d7 Merge branch 'master' into trace Yasuhiro Matsumoto 2016-09-08 00:15:31 +0900
  • 6f7ceed867 test of backup is too long Yasuhiro Matsumoto 2016-09-08 00:15:10 +0900
  • 17a684694a Example program for the new SetTrace() A.N 2016-09-06 23:13:30 +0300
  • 2b0a8971e3 Remove obsolete comment A.N 2016-09-06 18:26:27 +0300
  • 911ebeea74 TraceInfo: fix RunTimeNanosec retrieval, add AutoCommit A.N 2016-09-06 18:12:10 +0300
  • 0a2fcd29b6 Provide access to sqlite3_trace_v2(). A.N 2016-09-05 21:58:10 +0300
  • e87c35082b Merge pull request #323 from FiloSottile/master mattn 2016-09-04 09:19:41 +0900
  • 98981b4a3b Make Go 1.7 fail compilation Filippo Valsorda 2016-09-03 20:02:56 +0100
  • b5c99a7203 Merge pull request #322 from a-p-/backup-tests mattn 2016-08-21 16:55:01 +0900
  • 3a5d0a7e5b Add some testing of the backup functionality. a-p- 2016-08-20 18:57:12 -0400
  • c3e9588849 Close file Yasuhiro Matsumoto 2016-08-11 18:51:38 +0900
  • 5a7763c649 add upgrade.go Yasuhiro Matsumoto 2016-08-11 18:43:56 +0900
  • 5176d6e6cb add *.o Yasuhiro Matsumoto 2016-08-11 18:43:49 +0900
  • ee996d6946 use amalgamation 3.14.0 Yasuhiro Matsumoto 2016-08-11 01:47:31 +0900
  • 297d6f8d2d update amalgamation code Yasuhiro Matsumoto 2016-08-11 01:15:52 +0900
  • e118d44513 Merge pull request #300 from sqweek/issue184 mattn 2016-07-15 22:38:49 +0900
  • 38ee283dab Merge pull request #304 from steffengy/master mattn 2016-05-14 21:23:48 +0900
  • 5505c7c92e upgrade sqlite amalgamation to 3.12.2 Steffen 2016-05-14 11:53:28 +0200
  • 7204887cf3 Merge pull request #302 from shaxbee/master mattn 2016-05-03 09:00:58 +0900
  • 42d411769d Bump Travis to Ubuntu 14.04 Zbigniew Mandziejewicz 2016-04-22 23:36:29 +0800
  • 9f06636f8c FTS4 is not available on Trusty Zbigniew Mandziejewicz 2016-04-22 21:13:07 +0800
  • c8316feaa3 Test with libsqlite3 Zbigniew Mandziejewicz 2016-04-22 20:45:49 +0800
  • 3ebb821e65 Set SQLITE_DETERMINISTIC if undefined Zbigniew Mandziejewicz 2016-04-22 16:20:04 +0800
  • 467f50b0c0 Merge pull request #299 from shaxbee/master mattn 2016-04-19 10:33:13 +0900
  • 727ad200a2 Fix inconsistent tx state with database/sql. sqweek 2016-04-18 19:49:17 +0800
  • e8363dc691 Instructions for libsqlite3 on OS X Zbigniew Mandziejewicz 2016-04-18 20:19:08 +0800
  • bce6ca7501 Disable LoadExtension when omit_load_extension is specified Zbigniew Mandziejewicz 2016-04-18 19:58:56 +0800
  • 4bc448f79b Disable LoadExtension when omit_load_extension is specified Zbigniew Mandziejewicz 2016-04-18 19:58:56 +0800
  • 22d73514b2 Merge pull request #298 from shaxbee/master mattn 2016-04-18 19:38:27 +0900
  • da9decb965 Expose LoadExtension with entry point Zbigniew Mandziejewicz 2016-04-18 17:05:24 +0800
  • 0d708316a6 delete needless files Yasuhiro Matsumoto 2016-04-18 01:11:20 +0900
  • f8a41b9e6e Merge pull request #294 from dgsb/master mattn 2016-04-18 01:10:19 +0900
  • aeb3180df5 Merge pull request #296 from stanim/errs mattn 2016-04-15 17:44:20 +0900
  • ed21175288 add missing error checking to simple example Stani 2016-04-14 20:56:02 +0200
  • 3a5555302e Move sqlite3 amalgation files a directory up. David Bariod 2016-04-02 12:32:47 +0200
  • 37aa7c6f5b Merge pull request #291 from diocles/patch-1 mattn 2016-03-25 01:18:33 +0900
  • 7b2244eaa4 Fix sqlite "regexp" function name in documentation Tim Retout 2016-03-24 15:58:39 +0000
  • 76e335f60b Remove gocov Yasuhiro Matsumoto 2016-03-15 13:08:43 +0900
  • 1f1995912c Merge pull request #286 from y0za/fix-testing-message mattn 2016-03-15 10:26:45 +0900
  • caab59fb66 Fix testing message at TestInsert and TestUpdate yoza 2016-03-14 20:54:10 +0900
  • 10876d7dac Merge pull request #282 from zmedico/decltypes mattn 2016-03-07 18:57:06 +0900
  • 4f5821ada6 Test SQLiteRows.DeclTypes() Zac Medico 2016-03-07 01:15:24 -0800
  • 0ebdb8bead Conditional build for the FTS5 Extension Bruce Marriner 2016-03-04 09:59:27 -0600
  • f544db98cc Add SQLiteRows.DeclTypes() method Zac Medico 2016-03-06 12:27:17 -0800
  • 45f056ca8f Merge pull request #278 from rkintzi/json1 mattn 2016-03-03 00:32:50 +0900
  • baa815b31d Fix reversed source and destination names Philip O'Toole 2016-02-28 11:47:07 -0800
  • 960d6a342a Alphabetical imports Philip O'Toole 2016-02-28 11:46:49 -0800
  • 6dab4fc2ee Conditional build for the JSON1 Extension Radosław Kintzi 2016-02-28 09:53:54 +0100
  • 09d5c45171 Merge pull request #275 from otoolep/fix_typos mattn 2016-02-23 16:32:46 +0900
  • 1e280555b7 Fix minor typos in comments Philip O Toole 2016-02-23 01:20:57 -0500
  • 3e97a4ca68 Merge pull request #1 from mattn/master Philip O'Toole 2016-02-23 01:18:14 -0500
  • c5aee96497 Merge pull request #267 from ianlancetaylor/go16 mattn 2016-02-01 14:34:37 +0900
  • 57d9aeb35a Merge pull request #268 from ianlancetaylor/handle mattn 2016-01-31 23:50:31 +0900
  • 8c66b9cf5e callback: use handles rather than passing Go pointers Ian Lance Taylor 2016-01-29 13:18:39 -0800
  • b76c61051f bind: pass &v[0] in direct call to C Ian Lance Taylor 2016-01-29 12:39:47 -0800
  • 0cc1174c16 Merge pull request #266 from tcyrus/patch-1 mattn 2016-01-29 10:38:29 +0900
  • 298ea4316b Update README.md Timothy Cyrus 2016-01-28 20:28:43 -0500
  • f33c9767fb Upgrade sqlite amalgamation to latest 3.10.2 Vladimir Timofeev 2016-01-22 10:36:25 +0300
  • 5f58255164 Upgrade sqlite amalgamation to latest 3.10.1 Vladimir Timofeev 2016-01-22 10:30:51 +0300
  • 5510da3995 Merge pull request #262 from keybase/master mattn 2015-12-30 23:39:53 +0900
  • e969434e25 avoid cgoCheckPointer. ref https://github.com/golang/go/issues/12416 Yasuhiro Matsumoto 2015-12-30 23:29:15 +0900
  • 61be132244 Fix compile for old mingw32 Taru Karttunen 2015-12-30 00:19:24 +0200
  • 5651a9d9d4 Merge pull request #252 from marcelolima/master mattn 2015-11-06 23:54:04 +0900
  • 0ad9f0ce2f Fix README project address Marcelo Lima 2015-11-06 11:23:34 -0300
  • 2513631704 Merge pull request #251 from larsmans/fixes mattn 2015-11-03 22:05:16 +0900
  • 21637a6531 Clean up tempfiles in tests Lars Buitinck 2015-11-03 13:52:28 +0100
  • a755cdc361 Merge branch 'master' of https://github.com/mattn/go-sqlite3 Yasuhiro Matsumoto 2015-11-02 11:56:57 +0900
  • 59f20de728 fix tests Yasuhiro Matsumoto 2015-11-02 11:56:49 +0900
  • 167173a31f Merge branch 'pr/207' Yasuhiro Matsumoto 2015-11-02 11:53:42 +0900
  • 80ee1ba77c Merge pull request #243 from augustoroman/master mattn 2015-11-02 11:43:53 +0900