Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fixes race | Yasuhiro Matsumoto | 2017-02-11 | 1 | -4/+8 | |
* | close statement | Yasuhiro Matsumoto | 2017-01-07 | 1 | -0/+1 | |
* | fix race condition | Yasuhiro Matsumoto | 2017-01-03 | 1 | -3/+3 | |
* | fix named args | Yasuhiro Matsumoto | 2016-12-09 | 1 | -1/+1 | |
* | use prepare instead of Prepare | Yasuhiro Matsumoto | 2016-11-09 | 1 | -2/+2 | |
* | fix build | Yasuhiro Matsumoto | 2016-11-08 | 1 | -1/+1 | |
* | fix build | Yasuhiro Matsumoto | 2016-11-08 | 1 | -3/+3 | |
* | revert Multiple Result Set | Yasuhiro Matsumoto | 2016-11-08 | 1 | -23/+1 | |
* | fix trace callback. | Yasuhiro Matsumoto | 2016-11-08 | 1 | -1/+1 | |
* | fix trace callback. | Yasuhiro Matsumoto | 2016-11-08 | 1 | -23/+33 | |
* | Fix data race introduced on 605d9d08 | andrefsp | 2016-11-07 | 1 | -1/+0 | |
* | cancel | Yasuhiro Matsumoto | 2016-11-06 | 1 | -0/+12 | |
* | cancel | Yasuhiro Matsumoto | 2016-11-06 | 1 | -1/+25 | |
* | go vet && golint | Yasuhiro Matsumoto | 2016-11-05 | 1 | -25/+25 | |
* | add BeginContext | Yasuhiro Matsumoto | 2016-11-04 | 1 | -0/+4 | |
* | add PrepareContext | Yasuhiro Matsumoto | 2016-11-04 | 1 | -0/+4 | |
* | support named params | Yasuhiro Matsumoto | 2016-11-04 | 1 | -28/+20 | |
* | context features | Yasuhiro Matsumoto | 2016-11-04 | 1 | -11/+63 | |
* | remove -Wno-c99-extension | Yasuhiro Matsumoto | 2016-10-28 | 1 | -1/+1 | |
* | Added CFLAG config to ignore deprecations | Judson | 2016-10-04 | 1 | -0/+1 | |
* | fix build | Yasuhiro Matsumoto | 2016-09-08 | 1 | -183/+0 | |
* | fix build | Yasuhiro Matsumoto | 2016-09-08 | 1 | -1/+6 | |
* | Provide access to sqlite3_trace_v2(). | A.N | 2016-09-07 | 1 | -0/+52 | |
* | Merge pull request #300 from sqweek/issue184 | mattn | 2016-07-15 | 1 | -0/+6 | |
|\ | ||||||
| * | Fix inconsistent tx state with database/sql. | sqweek | 2016-04-18 | 1 | -0/+6 | |
* | | Set SQLITE_DETERMINISTIC if undefined | Zbigniew Mandziejewicz | 2016-04-23 | 1 | -0/+4 | |
|/ | ||||||
* | Move sqlite3 amalgation files a directory up. | David Bariod | 2016-04-02 | 1 | -0/+4 | |
* | Add SQLiteRows.DeclTypes() method | Zac Medico | 2016-03-06 | 1 | -6/+12 | |
* | Fix minor typos in comments | Philip O Toole | 2016-02-23 | 1 | -3/+3 | |
* | Merge pull request #267 from ianlancetaylor/go16 | mattn | 2016-02-01 | 1 | -4/+4 | |
|\ | ||||||
| * | bind: pass &v[0] in direct call to C | Ian Lance Taylor | 2016-01-29 | 1 | -4/+4 | |
* | | callback: use handles rather than passing Go pointers | Ian Lance Taylor | 2016-01-29 | 1 | -2/+3 | |
|/ | ||||||
* | avoid cgoCheckPointer. ref https://github.com/golang/go/issues/12416 | Yasuhiro Matsumoto | 2015-12-30 | 1 | -2/+16 | |
* | Merge branch 'master' of https://github.com/mattn/go-sqlite3 | Yasuhiro Matsumoto | 2015-11-02 | 1 | -11/+11 | |
|\ | ||||||
| * | Store/retrieve timezones for time.Time values. | Augusto Roman | 2015-10-09 | 1 | -11/+11 | |
* | | Merge branch 'pr/207' | Yasuhiro Matsumoto | 2015-11-02 | 1 | -1/+1 | |
|\ \ | |/ |/| | ||||||
| * | Fix doc comment | Lars Buitinck | 2015-06-05 | 1 | -1/+1 | |
* | | Add FTS4 unicode61 tokenizer support | looi | 2015-09-21 | 1 | -1/+1 | |
* | | Merge pull request #229 from danderson/master | mattn | 2015-09-16 | 1 | -3/+320 | |
|\ \ | ||||||
| * | | Implement support for aggregation functions implemented in Go. | David Anderson | 2015-09-15 | 1 | -33/+210 | |
| * | | Add support for interface{} arguments in Go SQLite functions. | David Anderson | 2015-08-21 | 1 | -5/+8 | |
| * | | Implement support for variadic functions. | David Anderson | 2015-08-21 | 1 | -10/+42 | |
| * | | Move argument converters to callback.go, and optimize return value handling. | David Anderson | 2015-08-21 | 1 | -104/+18 | |
| * | | Implement support for passing Go functions as custom functions to SQLite. | David Anderson | 2015-08-21 | 1 | -0/+191 | |
* | | | introduce ability to pass sqlite_omit_load_extension | Jessica Frazelle | 2015-09-04 | 1 | -17/+2 | |
|/ / | ||||||
* / | Add fix for go-sqlite3 truncating 64-bit integers when compiled by 32-bit min... | kiwih | 2015-08-07 | 1 | -8/+8 | |
|/ | ||||||
* | Z suffix should be no-op | Yasuhiro Matsumoto | 2015-04-15 | 1 | -0/+1 | |
* | Merge pull request #194 from hallyn/tximm.2 | mattn | 2015-04-14 | 1 | -4/+23 | |
|\ | ||||||
| * | Add a txlock option when opening databases (v2) | Serge Hallyn | 2015-04-13 | 1 | -4/+23 | |
* | | Fix NULs in text. | Egon Elbre | 2015-04-12 | 1 | -1/+3 | |
|/ |