Commit Graph

  • deed33aec7 cancel Yasuhiro Matsumoto 2016-11-06 20:46:27 +0900
  • 605d9d0851 cancel Yasuhiro Matsumoto 2016-11-06 20:43:53 +0900
  • 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
  • 3f76ef7871 Merge f9701636b0 into e5a3c16c5c Vojtěch Boček 2016-10-20 08:48:11 +0000
  • 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
  • 6da618cfde Merge pull request #1 from mattn/master Philip O'Toole 2016-09-21 15:00:09 -0700
  • e415c8a80c Merge 21361687e9 into 3fb7a0e792 Jacob Williams 2016-09-11 01:09:32 +0000
  • 21361687e9 Add functions to register update, commit, and rollback hooks. Jacob Williams 2016-02-13 15:53:42 -0600
  • 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
  • 39c7b5d868 Merge 5829556696 into 467f50b0c0 Zbigniew Mandziejewicz 2016-04-22 14:31:08 +0000
  • 5829556696 FTS4 is not available on Trusty Zbigniew Mandziejewicz 2016-04-22 21:13:07 +0800
  • b1cb24388d Install libsqlite3 using homebrew on OSX Zbigniew Mandziejewicz 2016-04-22 21:01:42 +0800
  • 81705299e2 Test with libsqlite3 Zbigniew Mandziejewicz 2016-04-22 20:45:49 +0800
  • 0505434cd5 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
  • 3784fb09c4 Merge e852a85ddf into aeb3180df5 Tom Kwok 2016-04-17 03:01:42 +0000
  • 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
  • e852a85ddf 'sqlite3.h' -> 'sqlite3-binding.h' Tom Kwok 2016-04-01 16:53:31 +0800
  • 1c40faada6 Upgrade sqlite amalgamation to latest 3.12.0 Tom Kwok 2016-03-30 12:11:00 +0800
  • 391b4369a8 Merge f84134c174 into 37aa7c6f5b Julio Merino 2016-03-26 00:27:11 +0000
  • 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
  • f84134c174 Properly configure SQLite on Linux and OS X Julio Merino 2016-03-14 09:58:34 -0400
  • 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
  • 0bed72d689 Use fts5 build tag :) Bruce Marriner 2016-03-04 10:01:06 -0600
  • ec379a3021 Conditional build for the FTS5 Extension Bruce Marriner 2016-03-04 09:59:27 -0600
  • 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