aboutsummaryrefslogtreecommitdiff
path: root/sqlite3.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* set/reset finalizer to free SQLite3 handlesmattn2014-11-141-2/+7
* rows.Close()mattn2014-11-141-0/+1
* Should affect on only 386mattn2014-10-241-7/+0
* Merge pull request #155 from kartaca/mastermattn2014-10-241-2/+4
|\
| * fixed timezone problem for datetime typesMehmet Gurevin2014-10-231-2/+4
* | Specify by -Dmattn2014-10-221-4/+0
* | Thread safemattn2014-10-201-3/+11
* | add Version func for retrieving SQLite library version inforomo2014-10-131-0/+8
|/
* Merge commit '3d78a08b9f3307ac3874f5c120f7d4166c62efb9'mattn2014-09-101-0/+3
|\
| * Workaround for #109, #147mattn2014-09-101-0/+3
* | Merge branch 'master' of https://github.com/mattn/go-sqlite3mattn2014-09-031-0/+3
|\ \
| * | Fixed checking parameter countmattn2014-08-181-1/+1
| * | Merge branch 'master' of github.com:mattn/go-sqlite3mattn2014-08-181-0/+5
| |\ \
| * | | 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 one blank line for godocmattn2014-08-181-0/+1
* | Add license headermattn2014-08-181-0/+4
|/
* implicitly close Stmt in Queryer, Close #131Sven Engelhardt2014-07-151-2/+8
* Add missing time format, fixes #43Sean Duffy2014-07-081-0/+1
* Fix error on Execer. Close #124mattn2014-06-261-41/+44
* Implements Execer/Queryer. Close #60, #82, #113mattn2014-06-251-73/+60
* Merge pull request #116 from c14n/mastermattn2014-06-251-2/+4
|\
| * Enable extended error codes.Christoph Martin2014-04-011-2/+4
* | Remove dead code in SQLiteRows.Bind. Close #119mattn2014-06-251-8/+0
|/
* tiny typo fixtpltnt2014-02-181-1/+1
* Next(): populate Row with []byte instead of string, as per driver docmpl2013-12-051-1/+1
* Provide more detailed error messagesRobert Knight2013-11-191-13/+19
* Merge pull request #88 from hattya/close_v2mattn2013-10-241-6/+1
|\
| * Use sqlite3_close_v2()Akinori Hattori2013-10-241-6/+1
* | sqlite3_column_blob() returns NULL for zero-length BLOBAkinori Hattori2013-10-241-0/+4
|/
* Include errno.h when build on cygwin. Closes #87mattn2013-10-021-0/+4
* Disable Execer/Queryer until database/sql/driver implement QueryRow: #82mattn2013-09-121-59/+61
* Execer/Queryer should use transactionmattn2013-09-121-0/+14
* Fixes Queryermattn2013-09-091-5/+8
* Fixes Execer/Queryermattn2013-09-091-18/+19
* Close rows if not nilmattn2013-09-091-1/+3
* Must not close statementmattn2013-09-091-2/+2
* Implements Queryermattn2013-09-091-1/+24
* Remove debug messagemattn2013-09-091-1/+0
* Implements Execermattn2013-09-091-4/+30
* Start work on introducing machine-readable error codes.Jochen Voss2013-08-301-11/+15
* Changed extension support to load from a string list of extensionsCarlos Castillo2013-08-241-12/+30
* Added error return to ConnectHook and fixed extension exampleCarlos Castillo2013-08-241-2/+4
* Fixes typomattn2013-08-231-6/+6
* Add AutoCommitmattn2013-08-231-0/+4
* Possible to register custom drivermattn2013-08-231-5/+11
* Add new driver name 'sqlite3_with_extensions'mattn2013-08-231-1/+12
* Rervert ff8e6729ce0628c3da97bd8e85c636f3645c2516mattn2013-08-141-15/+11