| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix all unconvert issues | Mario Trangoni | 2018-04-17 | 1 | -7/+7 |
| * | Fix to pass TestNilAndEmptyBytes | Greg Holt | 2017-08-21 | 1 | -2/+3 |
| * | remove mutex | Yasuhiro Matsumoto | 2017-08-02 | 1 | -5/+4 |
| * | fix possibly double Close.•••fixes #448 | Yasuhiro Matsumoto | 2017-08-02 | 1 | -5/+9 |
| * | Add connection option for recursive triggers•••Similar to foreign keys, the recursive triggers PRAGMA affects the interpretation of all statements on a connection. | Ross Light | 2017-07-09 | 1 | -0/+26 |
| * | Merge pull request #2 from mattn/master•••Merge lastest from mattn | Jason Abbott | 2017-07-06 | 1 | -1/+1 |
| |\ | |||||
| | * | SQLITE_THREADSAFE=1•••fixes #274 | Yasuhiro Matsumoto | 2017-07-05 | 1 | -1/+1 |
| * | | Incorporate original PR 271 from https://github.com/brokensandals | Jason Abbott | 2017-07-03 | 1 | -0/+54 |
| |/ | |||||
| * | Don't convert Unix times to nanoseconds when querying datetime fields. Fixes ... | deepilla | 2017-06-30 | 1 | -2/+3 |
| * | Fix for cgo panic, issue #428: https://github.com/mattn/go-sqlite3/issues/428 | Evgeniy Makeev | 2017-06-20 | 1 | -7/+4 |
| * | Sync database-close and statement-close•••Potential fix for issue #426. | Philip O'Toole | 2017-06-17 | 1 | -1/+14 |
| * | Use global variable for better performance. | Xu Xinran | 2017-06-14 | 1 | -3/+4 |
| * | Treat []byte{} as empty bytes instead of NULL. | Xu Xinran | 2017-06-14 | 1 | -2/+4 |
| * | Merge pull request #407 from zombiezen/foreignkeys•••Add _foreign_keys connection parameter | mattn | 2017-04-02 | 1 | -3/+43 |
| |\ | |||||
| | * | Add _foreign_keys connection parameter•••Fixes #377 Updates #255 | Ross Light | 2017-04-01 | 1 | -3/+43 |
| * | | Avoid leaking db if setting busy timeout fails | Ross Light | 2017-04-01 | 1 | -0/+1 |
| |/ | |||||
| * | Removed ambitious conn.Close() | Marko Kungla | 2017-03-24 | 1 | -1/+0 |
| * | close connection when got errors in Open | Yasuhiro Matsumoto | 2017-03-24 | 1 | -0/+3 |
| * | fix breaking compatibility.•••revert cf4bd560f1588d96c502b4c3407fe1a10cef4a28 close #394 | Yasuhiro Matsumoto | 2017-03-21 | 1 | -6/+6 |
| * | fix build | Yasuhiro Matsumoto | 2017-03-20 | 1 | -2/+2 |
| * | fix build | Yasuhiro Matsumoto | 2017-03-20 | 1 | -3/+3 |
| * | fix build | Yasuhiro Matsumoto | 2017-03-20 | 1 | -1/+1 |
| * | return nil when last error is SQLITE_OK | Yasuhiro Matsumoto | 2017-03-20 | 1 | -1/+5 |
| * | refactoring | Yasuhiro Matsumoto | 2017-03-05 | 1 | -2/+2 |
| * | Add Go API for virtual tables•••See https://www.sqlite.org/vtab.html for more details. This work was started from https://github.com/gwenn/gosqlite/blob/master/vtab.{c,go} and adds: - Porting the API to go-sqlite3 APIs. - Support for >= Go 1.6 without requiring the `cgocheck` flag to be changed. - Filling out the unfinished callback functions for the `Vtable` struct. - A simple `Context` API layer for ease of use when adding modules. Tests are included. | Conor Branagan | 2017-03-04 | 1 | -1/+1 |
| * | rename function | Yasuhiro Matsumoto | 2017-03-05 | 1 | -2/+2 |
| * | workaround for a compiler•••Apple LLVM version 7.0.2 (clang-700.1.81) Close #386 | Yasuhiro Matsumoto | 2017-03-01 | 1 | -0/+1 |
| * | use variable db | Yasuhiro Matsumoto | 2017-02-16 | 1 | -1/+1 |
| * | 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.•••Close #352 | Yasuhiro Matsumoto | 2016-11-08 | 1 | -23/+33 |
| * | Fix data race introduced on 605d9d08•••This commit will fix a data race introduced on 605d9d08 and also make sure travis CI will now check for data races. | 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•••Close #343 | 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 |
