Commit Graph

  • 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
  • 008acb738c Merge pull request #250 from DavidGamba/install-in-readme mattn 2015-11-02 11:38:41 +0900
  • 90af0d5722 Update README. Install go-sqlite3 to avoid builds with gcc David Gamba 2015-10-31 00:59:28 -0600
  • 7b0d180ce9 Store/retrieve timezones for time.Time values. Augusto Roman 2015-10-09 22:59:25 -0700
  • b808f01f66 Add FTS4 unicode61 tokenizer support looi 2015-09-20 10:07:23 -0600
  • 0d2359b64f fix #238 Yasuhiro Matsumoto 2015-09-16 15:58:07 +0900
  • fdc70a0fab use math.MaxInt32. related issue #238 Yasuhiro Matsumoto 2015-09-16 15:22:36 +0900
  • 09259a5557 fix build on 32bit OSs. Close #238 Yasuhiro Matsumoto 2015-09-16 15:18:46 +0900
  • 64bb935391 remove binary file Yasuhiro Matsumoto 2015-09-16 10:47:42 +0900
  • 0bb7f1c676 Merge pull request #229 from danderson/master mattn 2015-09-16 10:46:17 +0900
  • 26917df7a6 Implement support for aggregation functions implemented in Go. David Anderson 2015-08-21 20:31:41 -0700
  • 3b3f1d01b2 Merge pull request #235 from jfrazelle/static_remove_dlopen mattn 2015-09-05 23:49:54 +0900
  • e37121d4ea introduce ability to pass sqlite_omit_load_extension Jessica Frazelle 2015-09-04 11:16:27 -0700
  • 897b8800a7 Merge pull request #231 from marccampbell/master mattn 2015-08-26 01:33:44 +0900
  • 296ddf7cd7 Fix test. Close #216 mattn 2015-08-25 23:40:01 +0900
  • 5532d1d5ac Fix example to check the correct error value Marc Campbell 2015-08-24 17:19:04 -0700
  • b037a61690 Add support for interface{} arguments in Go SQLite functions. David Anderson 2015-08-21 17:12:18 -0700
  • 566f63a43a Implement support for variadic functions. David Anderson 2015-08-21 16:34:55 -0700
  • 122ddb16de Move argument converters to callback.go, and optimize return value handling. David Anderson 2015-08-21 13:38:22 -0700
  • cf8fa0af80 Implement support for passing Go functions as custom functions to SQLite. David Anderson 2015-08-20 23:08:48 -0700
  • 8897bf1452 Merge pull request #228 from whiter4bbit/added_icu_support mattn 2015-08-20 09:54:08 +0900
  • 715f5e5de0 added icu extension support Pavel Zalunin 2015-08-20 03:02:59 +0300
  • 3dc190a017 Merge pull request #227 from gmarik/patch-1 mattn 2015-08-17 08:47:45 +0900
  • 94efba9292 remove duplicated Close gmarik 2015-08-16 16:39:53 -0400
  • 0fa27b5cb0 Merge pull request #225 from kiwih/master mattn 2015-08-07 12:25:09 +0900
  • 6b4ee3cb4f Add fix for go-sqlite3 truncating 64-bit integers when compiled by 32-bit mingw-gcc on windows by converting 'long' variable types to 'long long' in sqlite3.go kiwih 2015-08-07 15:13:52 +1200
  • b4142c444a update README.md Yasuhiro Matsumoto 2015-06-30 08:57:28 +0900
  • ee9da4840d hack to use libsqlite3 Yasuhiro Matsumoto 2015-06-12 13:26:42 +0900
  • 1ae6ca764d Cosmetics: use WaitGroup instead of channel in test Lars Buitinck 2015-06-05 16:33:55 +0200
  • 5674e19d05 Test read-only databases Lars Buitinck 2015-06-05 16:33:25 +0200
  • a3efcea001 Clean up more tempfiles Lars Buitinck 2015-06-05 16:32:51 +0200
  • 90505effc7 Fix doc comment Lars Buitinck 2015-06-05 16:03:38 +0200
  • cebbf42ff6 Get reliable tempfile names from ioutil.TempFile Lars Buitinck 2015-06-05 16:02:14 +0200
  • 242cae0e70 Merge from mattn/go-sqlite3. xeodou 2015-05-18 13:14:17 +0800
  • 542ae647f8 remove -lpthread. related issue #201 Yasuhiro Matsumoto 2015-04-28 08:57:25 +0900
  • 618641ee73 fix wercker xeodou 2015-04-18 21:30:35 +0800
  • f136f0c8dc Remove debug code Yasuhiro Matsumoto 2015-04-15 16:27:00 +0900
  • dee1a37fe1 Z suffix should be no-op Yasuhiro Matsumoto 2015-04-15 16:26:27 +0900
  • 5f64400729 Merge pull request #194 from hallyn/tximm.2 mattn 2015-04-14 09:12:54 +0900
  • f91a09fb50 Add a txlock option when opening databases (v2) Serge Hallyn 2015-04-10 11:32:18 -0500
  • 13671e4dd3 Merge pull request #196 from egonelbre/fix-nullstring mattn 2015-04-13 11:55:45 +0900
  • ac0129617f Fix NULs in text. Egon Elbre 2015-04-12 14:59:29 +0300
  • 885060db2b Update wercker file. xeodou 2015-04-07 21:45:17 +0800
  • e9b1d17cde Update wercker file. xeodou 2015-04-07 21:43:11 +0800
  • e6b54d085c Add encrypto unit testes. xeodou 2015-04-07 21:39:28 +0800
  • 2c26c12108 Update readme. xeodou 2015-04-06 23:57:05 +0800
  • 5d8d55f2fb Update test. xeodou 2015-04-06 23:54:08 +0800
  • 4315377555 Update test. xeodou 2015-04-06 23:41:55 +0800