Commit Graph

  • 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
  • f9701636b0 Implement read-only mode via _readonly=true flag in Open() Vojtech Bocek 2015-11-09 12:27:09 +0100
  • 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
  • 45ad6b2a88 Merge c4cf57ec0b into b808f01f66 Harry Truong 2015-10-22 01:21:40 +0000
  • c4cf57ec0b bugfixed missing "-ldl" flag for "dl" lib dependency Harry Truong 2015-10-21 21:16:35 -0400
  • 7b0d180ce9 Store/retrieve timezones for time.Time values. Augusto Roman 2015-10-09 22:59:25 -0700
  • 0c5ffde338 Merge 088def02f5 into b808f01f66 looi 2015-09-21 11:46:12 +0000
  • b808f01f66 Add FTS4 unicode61 tokenizer support looi 2015-09-20 10:07:23 -0600
  • 088def02f5 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 v1.1.0 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 v1.0.0 Yasuhiro Matsumoto 2015-06-30 08:57:28 +0900
  • 2f73a34c54 Merge 0b7c3d5f1d into 542ae647f8 elgris 2015-06-26 10:49:44 +0000
  • 0b7c3d5f1d Rolled back sqlite bindings to 3.8.5 elgris 2015-06-26 17:49:25 +0700
  • 555b8e42e1 Updated SQLite bindings to support SQLITE_ENABLE_UPDATE_DELETE_LIMIT flag elgris 2015-06-26 13:07:22 +0700
  • 4ddf4eab88 Merge c749ba7d9a into 542ae647f8 吴冉波 2015-06-17 09:14:10 +0000
  • c749ba7d9a *fix) define HAVE_USLEEP. wuranbo 2015-06-17 17:13:01 +0800
  • dae9656de9 *fix) add define HAVE_USLEEP wuranbo 2015-06-17 10:54:00 +0800
  • ee9da4840d hack to use libsqlite3 systemlib 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
  • 52808b5829 Create gh-pages branch via GitHub gh-pages mattn 2015-05-16 00:28:33 +0900
  • 6857edcdb4 Merge 9acd35dbe3 into 542ae647f8 Denis Denisov 2015-05-01 10:02:34 +0000
  • 542ae647f8 remove -lpthread. related issue #201 Yasuhiro Matsumoto 2015-04-28 08:57:25 +0900
  • 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
  • 9acd35dbe3 SQLite amalgamation to 3.8.9 Denis Denisov 2015-04-09 03:43:54 +0300
  • e28cd440fa Merge pull request #188 from larsmans/optimize mattn 2015-03-24 08:48:55 +0900
  • 4dfb2ecaf0 Change strlen(s) > 0 => *s != '\000'. Lars Buitinck 2015-03-23 22:18:23 +0100
  • 92b704c1a6 Less C/Go border crossing to get database changes Lars Buitinck 2015-03-23 22:17:00 +0100
  • 07f9c9c30f Implement number-named parameters. Close #187 mattn 2015-03-24 00:46:49 +0900
  • ff38c8ec02 Revert a6c208564e mattn 2015-03-22 04:29:14 +0900
  • e3990c31a0 Remove debug message mattn 2015-03-22 03:38:57 +0900
  • 1354684d2b Fix hang in test mattn 2015-03-22 03:37:43 +0900
  • c1abf95b38 Fix build mattn 2015-03-22 03:16:35 +0900
  • fcd455919e Should use C.int() mattn 2015-03-22 03:11:25 +0900
  • d754d2db45 revert 5253daf856 and add _busy_timeout query parameter. mattn 2015-03-22 03:02:03 +0900
  • d7dbb909ec Fix test mattn 2015-03-22 02:39:28 +0900
  • a6c208564e Support $NNN-style named parameter. Close #187 mattn 2015-03-22 02:08:47 +0900
  • 5253daf856 Next() should wait while BUSY or LOCKED because return value is bool mattn 2015-03-19 13:29:43 +0900
  • 14f6256c47 Merge 35cee30124 into 308067797b TheDorkKnight 2015-03-12 20:18:38 +0000
  • 308067797b Apply -lpthread withou windows. Yasuhiro Matsumoto 2015-03-12 18:43:55 +0900
  • 1b67b9f03b Merge pull request #183 from stgraber/master mattn 2015-03-12 18:42:19 +0900
  • e688f0a8eb Link against pthread Stéphane Graber 2015-03-11 15:20:07 -0400
  • 3d6c6f9345 Rename sqlite3.{c,h} to sqlite3-binding.{c,h} Stéphane Graber 2015-03-11 15:18:10 -0400
  • 35cee30124 Add test for rows.DeclTypes(), using ConnectHook Jake Molnar 2015-03-08 20:06:53 -0700
  • b97fe9d6f4 Expose column decltypes from SQLiteRows iterator TheDorkKnight 2015-03-08 13:16:50 -0700
  • a26b793bea Merge 6a342ed1ac into aa317ad229 Michael S. Manley 2015-03-05 22:08:24 +0000
  • aa317ad229 Merge pull request #178 from antoni/master mattn 2015-03-06 06:50:15 +0900
  • 6a342ed1ac Update sqlite3.go Michael S. Manley 2015-03-05 11:49:48 -0600
  • da8b5c5a62 Merge 6223c9833f into 519a1d07c4 Cameron Little 2015-03-05 17:30:11 +0000
  • 6223c9833f Fixed typo: HasPrefox -> HasPrefix Cameron Little 2015-03-05 09:30:00 -0800
  • 16f5b6415d Correct HasPrefix method name Antoni Rościszewski 2015-03-05 18:23:57 +0100
  • 519a1d07c4 Don't modify dsn when has prefix file: mattn 2015-03-06 02:00:09 +0900
  • d86face730 Fix filename with loc parameter Yasuhiro Matsumoto 2015-03-05 12:49:22 +0900
  • f40baee643 Fix test Yasuhiro Matsumoto 2015-03-05 12:39:44 +0900