Commit Graph

  • 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 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 Yasuhiro Matsumoto 2015-06-30 08:57:28 +09:00
  • ee9da4840d hack to use libsqlite3 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
  • 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
  • e273a1552e Fixed bug for loc parameter mattn 2015-03-05 01:17:38 +09:00
  • 18aa166fa9 cleanup code Yasuhiro Matsumoto 2015-03-04 22:58:32 +09:00
  • 4c5c4e5261 Add loc=XXX parameters to handle timezone Yasuhiro Matsumoto 2015-03-04 22:49:17 +09:00
  • da2bf8a0f3 Add FTS3 feature. Close #176 Yasuhiro Matsumoto 2015-02-24 11:27:09 +09:00
  • 25d045f12a Merge pull request #170 from tajtiattila/master mattn 2015-01-27 09:19:21 +09:00
  • 0486deea0d load extensions using the C API instead of SQL Attila Tajti 2015-01-26 16:50:50 +01:00
  • a141177ca6 Fix test mattn 2015-01-26 18:58:58 +09:00
  • 6717138923 Fix test mattn 2015-01-26 18:55:41 +09:00
  • 5e6658a5c8 Add test for Version mattn 2015-01-26 18:43:28 +09:00
  • a528a30852 Add test for ErrNo.Extend() mattn 2015-01-26 18:36:21 +09:00
  • 9c64e666d6 Merge pull request #169 from mdevan/master mattn 2015-01-26 17:49:40 +09:00
  • a14f442f3e Return error code of sqlite3_step, not sqlite3_reset Mahadevan 2015-01-26 14:10:18 +05:30
  • d8029554b4 Merge pull request #165 from porjo/porjo mattn 2015-01-02 18:20:16 +09:00
  • 0b05acc293 Handle 13 digit datetime values Ian Bishop 2015-01-02 16:31:46 +10:00
  • e068bcd768 Revert d369cbb7d4 mattn 2014-12-31 23:07:27 +09:00
  • 4c5aec8622 Revert d369cbb7d4 mattn 2014-12-19 16:31:45 +09:00
  • 6dcf015b82 Merge pull request #164 from nshalman/c99 mattn 2014-12-19 09:50:16 +09:00
  • ae251919bd set CFLAGS: -std=gnu99 Nahum Shalman 2014-12-18 17:16:42 -05:00