Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Revert d369cbb7d42232f785f51b3ef4c8b994dae83486 | mattn | 2014-12-19 | 2 | -8594/+4605 | |
| | | | | See https://github.com/golang/go/issues/9356 | |||||
* | Merge pull request #164 from nshalman/c99 | mattn | 2014-12-19 | 1 | -0/+1 | |
|\ | | | | | set CFLAGS: -std=gnu99 (fixes SmartOS) | |||||
| * | set CFLAGS: -std=gnu99 | Nahum Shalman | 2014-12-18 | 1 | -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/master | mattn | 2014-12-12 | 3 | -4607/+8626 | |
|\ | | | | | Update SQLite amalgamation to 3.8.7.4. | |||||
| * | Update SQLite amalgamation to 3.8.7.4. | Neil Conway | 2014-12-11 | 3 | -4607/+8626 | |
|/ | ||||||
* | Merge pull request #160 from capoferro/patch-1 | mattn | 2014-11-30 | 1 | -1/+5 | |
|\ | | | | | Catch missing arguments for Query() | |||||
| * | Catch missing arguments for Query() | Josiah Kiehl (formerly @bluepojo) | 2014-11-29 | 1 | -1/+5 | |
|/ | | | Also improved error message on Exec() for consistency. | |||||
* | Reset statement. Fixes #150 | mattn | 2014-11-16 | 1 | -0/+2 | |
| | ||||||
* | Update README.md | mattn | 2014-11-14 | 1 | -0/+1 | |
| | ||||||
* | Update README.md | mattn | 2014-11-14 | 1 | -0/+4 | |
| | ||||||
* | Backup.Step may handle SQLITE_BUSY / SQLITE_LOCKED specifically. Close #133 | mattn | 2014-11-14 | 1 | -1/+1 | |
| | ||||||
* | add .gitignore | mattn | 2014-11-14 | 1 | -0/+3 | |
| | ||||||
* | set/reset finalizer to free SQLite3 handles | mattn | 2014-11-14 | 2 | -9/+23 | |
| | ||||||
* | Merge pull request #159 from michael-k/go-cover | mattn | 2014-11-14 | 1 | -1/+1 | |
|\ | | | | | go cover has moved | |||||
| * | go cover has moved | Michael K | 2014-11-14 | 1 | -1/+1 | |
|/ | ||||||
* | rows.Close() | mattn | 2014-11-14 | 1 | -0/+1 | |
| | ||||||
* | Should affect on only 386 | mattn | 2014-10-24 | 2 | -7/+1 | |
| | ||||||
* | Merge pull request #155 from kartaca/master | mattn | 2014-10-24 | 1 | -2/+4 | |
|\ | | | | | fixed timezone problem for datetime types | |||||
| * | fixed timezone problem for datetime types | Mehmet Gurevin | 2014-10-23 | 1 | -2/+4 | |
| | | ||||||
* | | Specify by -D | mattn | 2014-10-22 | 3 | -6/+2 | |
| | | ||||||
* | | Thread safe | mattn | 2014-10-20 | 1 | -3/+11 | |
| | | ||||||
* | | Merge pull request #152 from rhomel/master | mattn | 2014-10-13 | 1 | -0/+8 | |
|\ \ | |/ |/| | add Version func for retrieving SQLite library version info | |||||
| * | add Version func for retrieving SQLite library version info | romo | 2014-10-13 | 1 | -0/+8 | |
|/ | ||||||
* | Merge commit '3d78a08b9f3307ac3874f5c120f7d4166c62efb9' | mattn | 2014-09-10 | 2 | -1/+4 | |
|\ | ||||||
| * | Workaround for #109, #147 | mattn | 2014-09-10 | 2 | -1/+4 | |
| | | ||||||
* | | Merge branch 'master' of https://github.com/mattn/go-sqlite3 | mattn | 2014-09-03 | 2 | -1/+4 | |
|\ \ | ||||||
| * \ | Merge pull request #140 from pblaszczyk/patch-1 | mattn | 2014-08-21 | 1 | -1/+1 | |
| |\ \ | | | | | | | | | Fix for sqlite3_test import. | |||||
| | * | | Fix for sqlite3_test import. | Paweł Błaszczyk | 2014-08-20 | 1 | -1/+1 | |
| |/ / | ||||||
| * | | Fixed checking parameter count | mattn | 2014-08-18 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge branch 'master' of github.com:mattn/go-sqlite3 | mattn | 2014-08-18 | 10 | -4/+68 | |
| |\ \ | ||||||
| * | | | Check parameter count | mattn | 2014-08-18 | 1 | -0/+3 | |
| | | | | ||||||
* | | | | Merge branch 'pr/135' | mattn | 2014-09-03 | 1 | -2/+2 | |
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | ||||||
| * | | Add "date" to decltypes parsed as a unix time | Peter Waller | 2014-09-02 | 1 | -1/+1 | |
| | | | ||||||
| * | | Add 'date' to rc.decltypes interpreted as a time | Peter Waller | 2014-08-11 | 1 | -1/+1 | |
| | | | ||||||
* | | | Add note about license of amalgamation code | mattn | 2014-08-18 | 1 | -0/+9 | |
| | | | ||||||
* | | | Add one blank line for godoc | mattn | 2014-08-18 | 6 | -0/+6 | |
| | | | ||||||
* | | | Remove license header from doc.go because it appear in godoc | mattn | 2014-08-18 | 1 | -5/+0 | |
| | | | ||||||
* | | | Add license header | mattn | 2014-08-18 | 8 | -0/+33 | |
| | | | ||||||
* | | | Add LICENSE file | mattn | 2014-08-18 | 1 | -0/+21 | |
| | | | ||||||
* | | | Use code | mattn | 2014-08-18 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge pull request #134 from antoine-lizee/patch-1 | mattn | 2014-07-30 | 1 | -3/+3 | |
|\ \ | | | | | | | Update simple.go (very small change) | |||||
| * | | Update simple.go (very small change) | tonio3l | 2014-07-29 | 1 | -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 md | mattn | 2014-07-16 | 1 | -0/+0 | |
|/ | ||||||
* | Add TestStress | mattn | 2014-07-16 | 1 | -0/+37 | |
| | ||||||
* | Merge pull request #132 from fiber/master | mattn | 2014-07-16 | 1 | -2/+8 | |
|\ | | | | | implicitly close Stmt in Queryer, Close #131 | |||||
| * | implicitly close Stmt in Queryer, Close #131 | Sven Engelhardt | 2014-07-15 | 1 | -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-check | mattn | 2014-07-12 | 1 | -4/+10 | |
|\ | | | | | Added an IsDone method for backup | |||||
| * | Changed interface for backup step | Shuhao Wu | 2014-07-11 | 2 | -14/+10 | |
| | | ||||||
| * | Added an IsDone method for backup | Shuhao Wu | 2014-07-10 | 2 | -0/+10 | |
| | | ||||||
* | | Upgrade amalgamation code | mattn | 2014-07-11 | 2 | -1919/+3406 | |
|/ |