Commit Graph

422 Commits (51f43971ab75845a1ba0ba2f9a5dba3da0834c75)

Author SHA1 Message Date
Mehmet Gurevin 6710e996b5 fixed timezone problem for datetime types 2014-10-23 20:12:32 +03:00
mattn 00716954b7 Specify by -D 2014-10-22 13:31:54 +09:00
mattn 1fbcb3cdc2 Thread safe 2014-10-20 15:19:03 +09:00
mattn ea3ab4d8f5 Merge pull request #152 from rhomel/master
add Version func for retrieving SQLite library version info
2014-10-13 20:00:57 +09:00
romo 86932b40b0 add Version func for retrieving SQLite library version info 2014-10-13 11:05:49 +09:00
mattn a80c27ba33 Merge commit '3d78a08b9f3307ac3874f5c120f7d4166c62efb9' 2014-09-10 15:02:09 +09:00
mattn 3d78a08b9f Workaround for #109, #147 2014-09-10 14:58:32 +09:00
mattn 3ab1d6f348 Merge branch 'master' of https://github.com/mattn/go-sqlite3 2014-09-03 09:21:35 +09:00
mattn 0a0c543dc0 Merge branch 'pr/135' 2014-09-03 09:21:15 +09:00
Peter Waller 764e046d89 Add "date" to decltypes parsed as a unix time 2014-09-02 16:36:34 +01:00
mattn abd3d9caef Merge pull request #140 from pblaszczyk/patch-1
Fix for sqlite3_test import.
2014-08-21 09:56:28 +09:00
Paweł Błaszczyk abf79dbdd5 Fix for sqlite3_test import. 2014-08-20 16:13:15 +02:00
mattn 72cb8db627 Fixed checking parameter count 2014-08-18 18:48:48 +09:00
mattn b718c29aea Merge branch 'master' of github.com:mattn/go-sqlite3 2014-08-18 18:24:12 +09:00
mattn d069822191 Check parameter count 2014-08-18 18:23:58 +09:00
mattn 060db06a28 Add note about license of amalgamation code 2014-08-18 17:05:50 +09:00
mattn 6535341da9 Add one blank line for godoc 2014-08-18 17:00:59 +09:00
mattn 5b2191bd7a Remove license header from doc.go because it appear in godoc 2014-08-18 16:58:14 +09:00
mattn 5e5d088a36 Add license header 2014-08-18 16:56:31 +09:00
mattn 592f5d512e Add LICENSE file 2014-08-18 16:52:12 +09:00
mattn d3334c1381 Use code 2014-08-18 16:52:06 +09:00
Peter Waller ff0960b999 Add 'date' to rc.decltypes interpreted as a time 2014-08-11 11:03:27 +01:00
mattn 1704ea522d Merge pull request #134 from antoine-lizee/patch-1
Update simple.go (very small change)
2014-07-30 09:00:17 +09:00
tonio3l 0cdea24bc7 Update simple.go (very small change)
Renaming the string "sql" into "sqlStmt" in order to prevent mixing with package types & functions sql.* in future edits or code reuse.
2014-07-29 11:46:30 -07:00
mattn 9ac94b6fbf Prefer md 2014-07-16 17:56:05 +09:00
mattn 07b39a049e Add TestStress 2014-07-16 17:44:23 +09:00
mattn 3db806ab95 Merge pull request #132 from fiber/master
implicitly close Stmt in Queryer, Close #131
2014-07-16 17:35:13 +09:00
Sven Engelhardt deaffef7cb implicitly close Stmt in Queryer, Close #131
the cls field tracks if the Stmt should be implicitly closed, in the
Exec() call the generated statement is always closed
2014-07-15 18:13:47 +02:00
mattn f87f73cc9a Merge pull request #130 from shuhaowu/sqlite-backup-step-done-check
Added an IsDone method for backup
2014-07-12 23:38:18 +09:00
Shuhao Wu 6d40aa115a Changed interface for backup step 2014-07-11 10:31:28 -04:00
mattn 9d2ae379b4 Upgrade amalgamation code 2014-07-11 12:26:33 +09:00
Shuhao Wu f4a65d9497 Added an IsDone method for backup 2014-07-10 16:23:05 -04:00
mattn fd3cd65a89 Merge pull request #127 from sean-duffy/master
Add missing time format, fixes #43
2014-07-08 19:06:22 +09:00
Sean Duffy d444acb5da Add missing time format, fixes #43 2014-07-08 10:56:44 +01:00
mattn 191ca24657 Rename 2014-07-04 10:25:27 +09:00
mattn ff8505c4ac Rename 2014-07-04 10:21:58 +09:00
mattn 9eb751e8f1 Add doc 2014-07-04 09:54:28 +09:00
mattn 5fb02bd99d Enable test for Queryer 2014-06-26 04:06:39 +09:00
mattn d9e7576acf Fix error on Execer. Close #124 2014-06-26 03:54:30 +09:00
mattn d56eb93ecb Implements Execer/Queryer. Close #60, #82, #113 2014-06-25 11:41:58 +09:00
mattn a59fbb40eb Merge pull request #116 from c14n/master
Enable extended error codes.
2014-06-25 11:34:13 +09:00
mattn f7d2df0102 Remove dead code in SQLiteRows.Bind. Close #119 2014-06-25 11:30:31 +09:00
mattn 71e406bc79 Don't return error when succeeded 2014-05-27 10:35:20 +09:00
Christoph Martin 6ec1687716 Fix ErrNoticeRecoverWAL variable name. 2014-04-01 18:09:00 +02:00
Christoph Martin f395aa170e Enable extended error codes. 2014-04-01 14:01:19 +02:00
mattn ded4a4bb1b Add msvcr100 for 64bit 2014-03-19 13:22:18 +09:00
mattn 58c62dc30c Merge pull request #99 from fawick/master
Enable Sqlite R*Tree Module
2014-03-19 13:20:30 +09:00
mattn 980ea65c41 Merge pull request #114 from jkl1337/master
Update sqlite to 3.8.4.1.
2014-03-14 14:00:09 +09:00
John K. Luebs 8c7b228d93 Update sqlite to 3.8.4.1.
Updating to 3.8.4.1 fixes some minor performance problems and also gains support
for CTEs (common table expressions).
2014-03-14 00:37:16 -04:00
mattn fb0ae12484 Merge pull request #110 from tpltnt/master
tiny typo fix
2014-02-18 09:13:53 +09:00