0
0
mirror of https://github.com/mattn/go-sqlite3.git synced 2025-09-16 07:09:22 +00:00

Commit Graph

  • 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
  • c9a0db5d89 Merge pull request #161 from neilconway/master mattn 2014-12-12 09:37:02 +09:00
  • d369cbb7d4 Update SQLite amalgamation to 3.8.7.4. Neil Conway 2014-12-11 14:15:49 -08:00
  • beeda4c311 Merge pull request #160 from capoferro/patch-1 mattn 2014-11-30 20:35:28 +09:00
  • 3dc340b45f Catch missing arguments for Query() Josiah Kiehl (formerly @bluepojo) 2014-11-29 14:08:02 -08:00
  • d10e2c8f62 Reset statement. Fixes #150 mattn 2014-11-16 23:51:46 +09:00
  • d9881e4de3 Update README.md mattn 2014-11-14 19:50:39 +09:00
  • 764faa850f Update README.md mattn 2014-11-14 19:49:22 +09:00
  • 817f281a0d Backup.Step may handle SQLITE_BUSY / SQLITE_LOCKED specifically. Close #133 mattn 2014-11-14 19:37:23 +09:00
  • acf1dd667b add .gitignore mattn 2014-11-14 17:20:14 +09:00
  • e63d2546a0 set/reset finalizer to free SQLite3 handles mattn 2014-11-14 17:13:35 +09:00
  • 1d8f24c39f Merge pull request #159 from michael-k/go-cover mattn 2014-11-14 08:53:17 +09:00
  • 239461c8b7 go cover has moved Michael K 2014-11-14 00:23:32 +01:00
  • 12a1c0f435 rows.Close() mattn 2014-11-14 02:21:49 +09:00
  • e5819757da Should affect on only 386 mattn 2014-10-24 19:38:05 +09:00
  • c1aa7ac706 Merge pull request #155 from kartaca/master mattn 2014-10-24 18:22:46 +09:00
  • 6710e996b5 fixed timezone problem for datetime types Mehmet Gurevin 2014-10-23 20:12:32 +03:00
  • 00716954b7 Specify by -D mattn 2014-10-22 13:31:54 +09:00
  • 1fbcb3cdc2 Thread safe mattn 2014-10-20 15:19:03 +09:00
  • ea3ab4d8f5 Merge pull request #152 from rhomel/master mattn 2014-10-13 20:00:57 +09:00
  • 86932b40b0 add Version func for retrieving SQLite library version info romo 2014-10-13 11:05:49 +09:00
  • a80c27ba33 Merge commit '3d78a08b9f3307ac3874f5c120f7d4166c62efb9' mattn 2014-09-10 15:02:09 +09:00
  • 3d78a08b9f Workaround for #109, #147 mattn 2014-09-10 14:58:32 +09:00
  • 3ab1d6f348 Merge branch 'master' of https://github.com/mattn/go-sqlite3 mattn 2014-09-03 09:21:35 +09:00
  • 0a0c543dc0 Merge branch 'pr/135' mattn 2014-09-03 09:21:15 +09:00
  • 764e046d89 Add "date" to decltypes parsed as a unix time Peter Waller 2014-09-02 16:36:34 +01:00
  • abd3d9caef Merge pull request #140 from pblaszczyk/patch-1 mattn 2014-08-21 09:56:28 +09:00
  • abf79dbdd5 Fix for sqlite3_test import. Paweł Błaszczyk 2014-08-20 16:13:15 +02:00
  • 72cb8db627 Fixed checking parameter count mattn 2014-08-18 18:48:48 +09:00
  • b718c29aea Merge branch 'master' of github.com:mattn/go-sqlite3 mattn 2014-08-18 18:24:12 +09:00
  • d069822191 Check parameter count mattn 2014-08-18 18:23:58 +09:00
  • 060db06a28 Add note about license of amalgamation code mattn 2014-08-18 17:05:50 +09:00
  • 6535341da9 Add one blank line for godoc mattn 2014-08-18 17:00:59 +09:00
  • 5b2191bd7a Remove license header from doc.go because it appear in godoc mattn 2014-08-18 16:58:14 +09:00
  • 5e5d088a36 Add license header mattn 2014-08-18 16:56:31 +09:00
  • 592f5d512e Add LICENSE file mattn 2014-08-18 16:52:12 +09:00
  • d3334c1381 Use code mattn 2014-08-18 16:52:06 +09:00
  • ff0960b999 Add 'date' to rc.decltypes interpreted as a time Peter Waller 2014-08-11 11:03:27 +01:00
  • 1704ea522d Merge pull request #134 from antoine-lizee/patch-1 mattn 2014-07-30 09:00:17 +09:00
  • 0cdea24bc7 Update simple.go (very small change) tonio3l 2014-07-29 11:46:30 -07:00
  • 9ac94b6fbf Prefer md mattn 2014-07-16 17:56:05 +09:00
  • 07b39a049e Add TestStress mattn 2014-07-16 17:44:23 +09:00
  • 3db806ab95 Merge pull request #132 from fiber/master mattn 2014-07-16 17:35:13 +09:00
  • deaffef7cb implicitly close Stmt in Queryer, Close #131 Sven Engelhardt 2014-07-15 18:11:07 +02:00
  • f87f73cc9a Merge pull request #130 from shuhaowu/sqlite-backup-step-done-check mattn 2014-07-12 23:38:18 +09:00
  • 6d40aa115a Changed interface for backup step Shuhao Wu 2014-07-11 10:31:28 -04:00
  • 9d2ae379b4 Upgrade amalgamation code mattn 2014-07-11 12:26:33 +09:00
  • f4a65d9497 Added an IsDone method for backup Shuhao Wu 2014-07-10 16:23:05 -04:00
  • fd3cd65a89 Merge pull request #127 from sean-duffy/master mattn 2014-07-08 19:06:22 +09:00
  • d444acb5da Add missing time format, fixes #43 Sean Duffy 2014-07-08 10:56:44 +01:00
  • 191ca24657 Rename mattn 2014-07-04 10:25:27 +09:00
  • ff8505c4ac Rename mattn 2014-07-04 10:21:58 +09:00
  • 9eb751e8f1 Add doc mattn 2014-07-04 09:54:28 +09:00
  • 5fb02bd99d Enable test for Queryer mattn 2014-06-26 04:06:39 +09:00
  • d9e7576acf Fix error on Execer. Close #124 mattn 2014-06-26 03:54:09 +09:00
  • d56eb93ecb Implements Execer/Queryer. Close #60, #82, #113 mattn 2014-06-25 11:41:58 +09:00
  • a59fbb40eb Merge pull request #116 from c14n/master mattn 2014-06-25 11:34:13 +09:00
  • f7d2df0102 Remove dead code in SQLiteRows.Bind. Close #119 mattn 2014-06-25 11:30:31 +09:00
  • 71e406bc79 Don't return error when succeeded mattn 2014-05-27 10:35:20 +09:00
  • 6ec1687716 Fix ErrNoticeRecoverWAL variable name. Christoph Martin 2014-04-01 18:09:00 +02:00
  • f395aa170e Enable extended error codes. Christoph Martin 2014-04-01 14:01:19 +02:00
  • ded4a4bb1b Add msvcr100 for 64bit mattn 2014-03-19 13:22:18 +09:00
  • 58c62dc30c Merge pull request #99 from fawick/master mattn 2014-03-19 13:20:30 +09:00
  • 980ea65c41 Merge pull request #114 from jkl1337/master mattn 2014-03-14 14:00:09 +09:00
  • 8c7b228d93 Update sqlite to 3.8.4.1. John K. Luebs 2014-03-14 00:37:16 -04:00
  • fb0ae12484 Merge pull request #110 from tpltnt/master mattn 2014-02-18 09:13:53 +09:00
  • 487e651e19 tiny typo fix tpltnt 2014-02-18 01:06:30 +01:00