Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | fix all goconst issues | Mario Trangoni | 2018-04-17 | 1 | -2/+8 | |
| * | fix all unconvert issues | Mario Trangoni | 2018-04-17 | 1 | -7/+7 | |
* | | Merge pull request #530 from navytux/y/no-go-if-notneeded | mattn | 2018-02-18 | 1 | -19/+23 | |
|\ \ | ||||||
| * | | Don't spawn interrupt goroutine if we know that context cannot be canceled | Kirill Smelkov | 2018-02-17 | 1 | -19/+23 | |
* | | | only enable pread/pwrite for linux. fixes #533 and fixes #532 | Bas van Beek | 2018-02-17 | 1 | -1/+2 | |
* | | | Let SQLite use pread/pwrite | Kirill Smelkov | 2018-02-16 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge pull request #525 from mattn/add-usleep | mattn | 2018-02-07 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | add -DHAVE_USLEEP=1 | Yasuhiro Matsumoto | 2018-02-07 | 1 | -1/+1 | |
* | | | Add static_mock.go to allow building with CGO_ENABLED=0 | James C Kimble | 2018-01-31 | 1 | -0/+2 | |
|/ / | ||||||
* | | Merge pull request #462 from faruzzy/master | mattn | 2018-01-12 | 1 | -2/+1 | |
|\ \ | ||||||
| * | | Updated "context" import since it has become a standard library after go 1.7 ... | Roland Pangu | 2017-09-05 | 1 | -2/+1 | |
* | | | Fix race in ExecContext | Niklas Janlert | 2017-11-21 | 1 | -2/+6 | |
* | | | Merge pull request #479 from kenshaw/move-registeraggregator | mattn | 2017-11-14 | 1 | -0/+127 | |
|\ \ \ | ||||||
| * | | | Move RegisterAggregator implementation | Kenneth Shaw | 2017-11-05 | 1 | -0/+127 | |
| |/ / | ||||||
* | | | fix to be able to build with GOTAGS=libsqlite3 | Tetsuya Morimoto | 2017-11-05 | 1 | -0/+2 | |
* | | | update to call _sqlite3_limit as a wrapper instead of sqlite3_limit | Tetsuya Morimoto | 2017-11-05 | 1 | -2/+26 | |
* | | | support sqlite3_limit to get/set run time limit | Tetsuya Morimoto | 2017-11-05 | 1 | -0/+30 | |
|/ / | ||||||
* | | Merge branch 'master' into master | mattn | 2017-08-30 | 1 | -16/+136 | |
|\ \ | ||||||
| * | | fix race | Yasuhiro Matsumoto | 2017-08-30 | 1 | -10/+10 | |
| * | | fix race | Yasuhiro Matsumoto | 2017-08-30 | 1 | -1/+0 | |
| * | | fix lock | Yasuhiro Matsumoto | 2017-08-30 | 1 | -2/+24 | |
| * | | fixes #458 | Yasuhiro Matsumoto | 2017-08-28 | 1 | -0/+1 | |
| |/ | ||||||
| * | 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. | Yasuhiro Matsumoto | 2017-08-02 | 1 | -5/+9 | |
| * | Add connection option for recursive triggers | Ross Light | 2017-07-09 | 1 | -0/+26 | |
| * | Merge pull request #2 from mattn/master | Jason Abbott | 2017-07-06 | 1 | -1/+1 | |
| |\ | ||||||
| | * | SQLITE_THREADSAFE=1 | 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 | 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 | |
* | | Add support for collation sequences implemented in Go. | David Anderson | 2017-06-08 | 1 | -0/+25 | |
|/ | ||||||
* | Merge pull request #407 from zombiezen/foreignkeys | mattn | 2017-04-02 | 1 | -3/+43 | |
|\ | ||||||
| * | Add _foreign_keys connection parameter | 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. | 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 | Conor Branagan | 2017-03-04 | 1 | -1/+1 | |
* | rename function | Yasuhiro Matsumoto | 2017-03-05 | 1 | -2/+2 | |
* | workaround for a compiler | Yasuhiro Matsumoto | 2017-03-01 | 1 | -0/+1 | |
* | use variable db | Yasuhiro Matsumoto | 2017-02-16 | 1 | -1/+1 |