0
0
mirror of https://github.com/mattn/go-sqlite3.git synced 2025-05-24 14:54:48 +00:00

Commit Graph

  • 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
  • b76c61051f bind: pass &v[0] in direct call to C Ian Lance Taylor 2016-01-29 12:39:47 -08:00
  • 0cc1174c16 Merge pull request #266 from tcyrus/patch-1 mattn 2016-01-29 10:38:29 +09:00
  • 298ea4316b Update README.md Timothy Cyrus 2016-01-28 20:28:43 -05:00
  • f33c9767fb Upgrade sqlite amalgamation to latest 3.10.2 Vladimir Timofeev 2016-01-22 10:36:25 +03:00
  • 5f58255164 Upgrade sqlite amalgamation to latest 3.10.1 Vladimir Timofeev 2016-01-22 10:30:51 +03:00
  • 5510da3995 Merge pull request #262 from keybase/master mattn 2015-12-30 23:39:53 +09:00
  • e969434e25 avoid cgoCheckPointer. ref https://github.com/golang/go/issues/12416 Yasuhiro Matsumoto 2015-12-30 23:29:15 +09:00
  • 61be132244 Fix compile for old mingw32 Taru Karttunen 2015-12-30 00:19:24 +02:00
  • 5651a9d9d4 Merge pull request #252 from marcelolima/master mattn 2015-11-06 23:54:04 +09:00
  • 0ad9f0ce2f Fix README project address Marcelo Lima 2015-11-06 11:23:34 -03:00
  • 2513631704 Merge pull request #251 from larsmans/fixes mattn 2015-11-03 22:05:16 +09:00
  • 21637a6531 Clean up tempfiles in tests Lars Buitinck 2015-11-03 13:52:28 +01:00
  • a755cdc361 Merge branch 'master' of https://github.com/mattn/go-sqlite3 Yasuhiro Matsumoto 2015-11-02 11:56:57 +09:00
  • 59f20de728 fix tests Yasuhiro Matsumoto 2015-11-02 11:56:49 +09:00
  • 167173a31f Merge branch 'pr/207' Yasuhiro Matsumoto 2015-11-02 11:53:42 +09:00
  • 80ee1ba77c Merge pull request #243 from augustoroman/master mattn 2015-11-02 11:43:53 +09:00
  • 008acb738c Merge pull request #250 from DavidGamba/install-in-readme mattn 2015-11-02 11:38:41 +09:00
  • 90af0d5722 Update README. Install go-sqlite3 to avoid builds with gcc David Gamba 2015-10-31 00:59:28 -06:00
  • 7b0d180ce9 Store/retrieve timezones for time.Time values. Augusto Roman 2015-10-09 22:59:25 -07:00
  • b808f01f66 Add FTS4 unicode61 tokenizer support looi 2015-09-20 10:07:23 -06:00
  • 0d2359b64f fix #238 Yasuhiro Matsumoto 2015-09-16 15:58:07 +09:00
  • fdc70a0fab use math.MaxInt32. related issue #238 Yasuhiro Matsumoto 2015-09-16 15:22:36 +09:00
  • 09259a5557 fix build on 32bit OSs. Close #238 Yasuhiro Matsumoto 2015-09-16 15:18:46 +09:00
  • 64bb935391 remove binary file Yasuhiro Matsumoto 2015-09-16 10:47:42 +09:00
  • 0bb7f1c676 Merge pull request #229 from danderson/master mattn 2015-09-16 10:46:17 +09:00
  • 26917df7a6 Implement support for aggregation functions implemented in Go. David Anderson 2015-08-21 20:31:41 -07:00
  • 3b3f1d01b2 Merge pull request #235 from jfrazelle/static_remove_dlopen v1.1.0 mattn 2015-09-05 23:49:54 +09:00
  • e37121d4ea introduce ability to pass sqlite_omit_load_extension Jessica Frazelle 2015-09-04 11:16:27 -07:00
  • 897b8800a7 Merge pull request #231 from marccampbell/master mattn 2015-08-26 01:33:44 +09:00
  • 296ddf7cd7 Fix test. Close #216 mattn 2015-08-25 23:40:01 +09:00
  • 5532d1d5ac Fix example to check the correct error value Marc Campbell 2015-08-24 17:19:04 -07:00
  • b037a61690 Add support for interface{} arguments in Go SQLite functions. David Anderson 2015-08-21 17:12:18 -07:00
  • 566f63a43a Implement support for variadic functions. David Anderson 2015-08-21 16:34:55 -07:00
  • 122ddb16de Move argument converters to callback.go, and optimize return value handling. David Anderson 2015-08-21 13:38:22 -07:00
  • cf8fa0af80 Implement support for passing Go functions as custom functions to SQLite. David Anderson 2015-08-20 23:08:48 -07:00
  • 8897bf1452 Merge pull request #228 from whiter4bbit/added_icu_support mattn 2015-08-20 09:54:08 +09:00
  • 715f5e5de0 added icu extension support Pavel Zalunin 2015-08-20 03:02:59 +03:00
  • 3dc190a017 Merge pull request #227 from gmarik/patch-1 mattn 2015-08-17 08:47:45 +09:00
  • 94efba9292 remove duplicated Close gmarik 2015-08-16 16:39:53 -04:00
  • 0fa27b5cb0 Merge pull request #225 from kiwih/master mattn 2015-08-07 12:25:09 +09:00
  • 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 +12:00
  • b4142c444a update README.md v1.0.0 Yasuhiro Matsumoto 2015-06-30 08:57:28 +09:00
  • ee9da4840d hack to use libsqlite3 systemlib Yasuhiro Matsumoto 2015-06-12 13:26:42 +09:00
  • 1ae6ca764d Cosmetics: use WaitGroup instead of channel in test Lars Buitinck 2015-06-05 16:33:55 +02:00
  • 5674e19d05 Test read-only databases Lars Buitinck 2015-06-05 16:33:25 +02:00
  • a3efcea001 Clean up more tempfiles Lars Buitinck 2015-06-05 16:32:51 +02:00
  • 90505effc7 Fix doc comment Lars Buitinck 2015-06-05 16:03:38 +02:00
  • cebbf42ff6 Get reliable tempfile names from ioutil.TempFile Lars Buitinck 2015-06-05 16:02:14 +02:00
  • 52808b5829 Create gh-pages branch via GitHub gh-pages mattn 2015-05-16 00:28:33 +09:00
  • 542ae647f8 remove -lpthread. related issue #201 Yasuhiro Matsumoto 2015-04-28 08:57:25 +09:00
  • f136f0c8dc Remove debug code Yasuhiro Matsumoto 2015-04-15 16:27:00 +09:00
  • dee1a37fe1 Z suffix should be no-op Yasuhiro Matsumoto 2015-04-15 16:26:27 +09:00
  • 5f64400729 Merge pull request #194 from hallyn/tximm.2 mattn 2015-04-14 09:12:54 +09:00
  • f91a09fb50 Add a txlock option when opening databases (v2) Serge Hallyn 2015-04-10 11:32:18 -05:00
  • 13671e4dd3 Merge pull request #196 from egonelbre/fix-nullstring mattn 2015-04-13 11:55:45 +09:00
  • ac0129617f Fix NULs in text. Egon Elbre 2015-04-12 14:59:29 +03:00
  • e28cd440fa Merge pull request #188 from larsmans/optimize mattn 2015-03-24 08:48:55 +09:00
  • 4dfb2ecaf0 Change strlen(s) > 0 => *s != '\000'. Lars Buitinck 2015-03-23 22:18:23 +01:00
  • 92b704c1a6 Less C/Go border crossing to get database changes Lars Buitinck 2015-03-23 22:17:00 +01:00
  • 07f9c9c30f Implement number-named parameters. Close #187 mattn 2015-03-24 00:46:49 +09:00
  • ff38c8ec02 Revert a6c208564e mattn 2015-03-22 04:29:14 +09:00
  • e3990c31a0 Remove debug message mattn 2015-03-22 03:38:57 +09:00
  • 1354684d2b Fix hang in test mattn 2015-03-22 03:37:43 +09:00
  • c1abf95b38 Fix build mattn 2015-03-22 03:16:35 +09:00
  • fcd455919e Should use C.int() mattn 2015-03-22 03:11:25 +09:00
  • d754d2db45 revert 5253daf856 and add _busy_timeout query parameter. mattn 2015-03-22 03:02:03 +09:00
  • d7dbb909ec Fix test mattn 2015-03-22 02:39:28 +09:00
  • a6c208564e Support $NNN-style named parameter. Close #187 mattn 2015-03-22 02:08:47 +09:00
  • 5253daf856 Next() should wait while BUSY or LOCKED because return value is bool mattn 2015-03-19 13:29:43 +09:00
  • 308067797b Apply -lpthread withou windows. Yasuhiro Matsumoto 2015-03-12 18:43:55 +09:00
  • 1b67b9f03b Merge pull request #183 from stgraber/master mattn 2015-03-12 18:42:19 +09:00
  • e688f0a8eb Link against pthread Stéphane Graber 2015-03-11 15:20:07 -04:00
  • 3d6c6f9345 Rename sqlite3.{c,h} to sqlite3-binding.{c,h} Stéphane Graber 2015-03-11 15:18:10 -04:00
  • aa317ad229 Merge pull request #178 from antoni/master mattn 2015-03-06 06:50:15 +09:00
  • 16f5b6415d Correct HasPrefix method name Antoni Rościszewski 2015-03-05 18:23:57 +01:00
  • 519a1d07c4 Don't modify dsn when has prefix file: mattn 2015-03-06 02:00:09 +09:00
  • d86face730 Fix filename with loc parameter Yasuhiro Matsumoto 2015-03-05 12:49:22 +09:00
  • f40baee643 Fix test Yasuhiro Matsumoto 2015-03-05 12:39:44 +09:00
  • d463e8f1f9 Remove test dup Yasuhiro Matsumoto 2015-03-05 12:32:06 +09:00
  • e48e0597ab Fix loc parsing mix3 2015-03-05 11:05:58 +09:00
  • 71712f0ba9 Add test mix3 2015-03-05 10:34:31 +09:00
  • 02f54e0263 Add test Yasuhiro Matsumoto 2015-03-05 10:34:31 +09:00
  • 1b2a5560c2 Update README.md mattn 2015-03-05 01:19:33 +09:00