aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert d369cbb7d42232f785f51b3ef4c8b994dae83486mattn2014-12-192-8594/+4605
| | | | See https://github.com/golang/go/issues/9356
* Merge pull request #164 from nshalman/c99mattn2014-12-191-0/+1
|\ | | | | set CFLAGS: -std=gnu99 (fixes SmartOS)
| * set CFLAGS: -std=gnu99Nahum Shalman2014-12-181-0/+1
|/ | | | | | | | | Fixes the following error message on SmartOS: $ go get github.com/mattn/go-sqlite3 In file included from /usr/include/stdio.h:37:0, from go/src/github.com/mattn/go-sqlite3/sqlite3.c:8422: /opt/local/gcc47/lib/gcc/i386-sun-solaris2.11/4.7.3/include-fixed/sys/feature_tests.h:366:2: error: #error "Compiler or options invalid; UNIX 03 and POSIX.1-2001 applications require the use of c99"
* Merge pull request #161 from neilconway/mastermattn2014-12-123-4607/+8626
|\ | | | | Update SQLite amalgamation to 3.8.7.4.
| * Update SQLite amalgamation to 3.8.7.4.Neil Conway2014-12-113-4607/+8626
|/
* Merge pull request #160 from capoferro/patch-1mattn2014-11-301-1/+5
|\ | | | | Catch missing arguments for Query()
| * Catch missing arguments for Query()Josiah Kiehl (formerly @bluepojo)2014-11-291-1/+5
|/ | | Also improved error message on Exec() for consistency.
* Reset statement. Fixes #150mattn2014-11-161-0/+2
|
* Update README.mdmattn2014-11-141-0/+1
|
* Update README.mdmattn2014-11-141-0/+4
|
* Backup.Step may handle SQLITE_BUSY / SQLITE_LOCKED specifically. Close #133mattn2014-11-141-1/+1
|
* add .gitignoremattn2014-11-141-0/+3
|
* set/reset finalizer to free SQLite3 handlesmattn2014-11-142-9/+23
|
* Merge pull request #159 from michael-k/go-covermattn2014-11-141-1/+1
|\ | | | | go cover has moved
| * go cover has movedMichael K2014-11-141-1/+1
|/
* rows.Close()mattn2014-11-141-0/+1
|
* Should affect on only 386mattn2014-10-242-7/+1
|
* Merge pull request #155 from kartaca/mastermattn2014-10-241-2/+4
|\ | | | | fixed timezone problem for datetime types
| * fixed timezone problem for datetime typesMehmet Gurevin2014-10-231-2/+4
| |
* | Specify by -Dmattn2014-10-223-6/+2
| |
* | Thread safemattn2014-10-201-3/+11
| |
* | Merge pull request #152 from rhomel/mastermattn2014-10-131-0/+8
|\ \ | |/ |/| add Version func for retrieving SQLite library version info
| * add Version func for retrieving SQLite library version inforomo2014-10-131-0/+8
|/
* Merge commit '3d78a08b9f3307ac3874f5c120f7d4166c62efb9'mattn2014-09-102-1/+4
|\
| * Workaround for #109, #147mattn2014-09-102-1/+4
| |
* | Merge branch 'master' of https://github.com/mattn/go-sqlite3mattn2014-09-032-1/+4
|\ \
| * \ Merge pull request #140 from pblaszczyk/patch-1mattn2014-08-211-1/+1
| |\ \ | | | | | | | | Fix for sqlite3_test import.
| | * | Fix for sqlite3_test import.Paweł Błaszczyk2014-08-201-1/+1
| |/ /
| * | Fixed checking parameter countmattn2014-08-181-1/+1
| | |
| * | Merge branch 'master' of github.com:mattn/go-sqlite3mattn2014-08-1810-4/+68
| |\ \
| * | | Check parameter countmattn2014-08-181-0/+3
| | | |
* | | | Merge branch 'pr/135'mattn2014-09-031-2/+2
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Add "date" to decltypes parsed as a unix timePeter Waller2014-09-021-1/+1
| | |
| * | Add 'date' to rc.decltypes interpreted as a timePeter Waller2014-08-111-1/+1
| | |
* | | Add note about license of amalgamation codemattn2014-08-181-0/+9
| | |
* | | Add one blank line for godocmattn2014-08-186-0/+6
| | |
* | | Remove license header from doc.go because it appear in godocmattn2014-08-181-5/+0
| | |
* | | Add license headermattn2014-08-188-0/+33
| | |
* | | Add LICENSE filemattn2014-08-181-0/+21
| | |
* | | Use codemattn2014-08-181-1/+1
|/ /
* | Merge pull request #134 from antoine-lizee/patch-1mattn2014-07-301-3/+3
|\ \ | | | | | | Update simple.go (very small change)
| * | Update simple.go (very small change)tonio3l2014-07-291-3/+3
|/ / | | | | Renaming the string "sql" into "sqlStmt" in order to prevent mixing with package types & functions sql.* in future edits or code reuse.
* / Prefer mdmattn2014-07-161-0/+0
|/
* Add TestStressmattn2014-07-161-0/+37
|
* Merge pull request #132 from fiber/mastermattn2014-07-161-2/+8
|\ | | | | implicitly close Stmt in Queryer, Close #131
| * implicitly close Stmt in Queryer, Close #131Sven Engelhardt2014-07-151-2/+8
|/ | | | | the cls field tracks if the Stmt should be implicitly closed, in the Exec() call the generated statement is always closed
* Merge pull request #130 from shuhaowu/sqlite-backup-step-done-checkmattn2014-07-121-4/+10
|\ | | | | Added an IsDone method for backup
| * Changed interface for backup stepShuhao Wu2014-07-112-14/+10
| |
| * Added an IsDone method for backupShuhao Wu2014-07-102-0/+10
| |
* | Upgrade amalgamation codemattn2014-07-112-1919/+3406
|/