aboutsummaryrefslogtreecommitdiff
path: root/sqlite3.go (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * fix all goconst issuesMario Trangoni2018-04-171-2/+8
| * fix all unconvert issuesMario Trangoni2018-04-171-7/+7
* | Merge pull request #530 from navytux/y/no-go-if-notneededmattn2018-02-181-19/+23
|\ \
| * | Don't spawn interrupt goroutine if we know that context cannot be canceledKirill Smelkov2018-02-171-19/+23
* | | only enable pread/pwrite for linux. fixes #533 and fixes #532Bas van Beek2018-02-171-1/+2
* | | Let SQLite use pread/pwriteKirill Smelkov2018-02-161-1/+1
|/ /
* | Merge pull request #525 from mattn/add-usleepmattn2018-02-071-1/+1
|\ \
| * | add -DHAVE_USLEEP=1Yasuhiro Matsumoto2018-02-071-1/+1
* | | Add static_mock.go to allow building with CGO_ENABLED=0James C Kimble2018-01-311-0/+2
|/ /
* | Merge pull request #462 from faruzzy/mastermattn2018-01-121-2/+1
|\ \
| * | Updated "context" import since it has become a standard library after go 1.7 ...Roland Pangu2017-09-051-2/+1
* | | Fix race in ExecContextNiklas Janlert2017-11-211-2/+6
* | | Merge pull request #479 from kenshaw/move-registeraggregatormattn2017-11-141-0/+127
|\ \ \
| * | | Move RegisterAggregator implementationKenneth Shaw2017-11-051-0/+127
| |/ /
* | | fix to be able to build with GOTAGS=libsqlite3Tetsuya Morimoto2017-11-051-0/+2
* | | update to call _sqlite3_limit as a wrapper instead of sqlite3_limitTetsuya Morimoto2017-11-051-2/+26
* | | support sqlite3_limit to get/set run time limitTetsuya Morimoto2017-11-051-0/+30
|/ /
* | Merge branch 'master' into mastermattn2017-08-301-16/+136
|\ \
| * | fix raceYasuhiro Matsumoto2017-08-301-10/+10
| * | fix raceYasuhiro Matsumoto2017-08-301-1/+0
| * | fix lockYasuhiro Matsumoto2017-08-301-2/+24
| * | fixes #458Yasuhiro Matsumoto2017-08-281-0/+1
| |/
| * Fix to pass TestNilAndEmptyBytesGreg Holt2017-08-211-2/+3
| * remove mutexYasuhiro Matsumoto2017-08-021-5/+4
| * fix possibly double Close.Yasuhiro Matsumoto2017-08-021-5/+9
| * Add connection option for recursive triggersRoss Light2017-07-091-0/+26
| * Merge pull request #2 from mattn/masterJason Abbott2017-07-061-1/+1
| |\
| | * SQLITE_THREADSAFE=1Yasuhiro Matsumoto2017-07-051-1/+1
| * | Incorporate original PR 271 from https://github.com/brokensandalsJason Abbott2017-07-031-0/+54
| |/
| * Don't convert Unix times to nanoseconds when querying datetime fields. Fixes ...deepilla2017-06-301-2/+3
| * Fix for cgo panic, issue #428: https://github.com/mattn/go-sqlite3/issues/428Evgeniy Makeev2017-06-201-7/+4
| * Sync database-close and statement-closePhilip O'Toole2017-06-171-1/+14
| * Use global variable for better performance.Xu Xinran2017-06-141-3/+4
| * Treat []byte{} as empty bytes instead of NULL.Xu Xinran2017-06-141-2/+4
* | Add support for collation sequences implemented in Go.David Anderson2017-06-081-0/+25
|/
* Merge pull request #407 from zombiezen/foreignkeysmattn2017-04-021-3/+43
|\
| * Add _foreign_keys connection parameterRoss Light2017-04-011-3/+43
* | Avoid leaking db if setting busy timeout failsRoss Light2017-04-011-0/+1
|/
* Removed ambitious conn.Close()Marko Kungla2017-03-241-1/+0
* close connection when got errors in OpenYasuhiro Matsumoto2017-03-241-0/+3
* fix breaking compatibility.Yasuhiro Matsumoto2017-03-211-6/+6
* fix buildYasuhiro Matsumoto2017-03-201-2/+2
* fix buildYasuhiro Matsumoto2017-03-201-3/+3
* fix buildYasuhiro Matsumoto2017-03-201-1/+1
* return nil when last error is SQLITE_OKYasuhiro Matsumoto2017-03-201-1/+5
* refactoringYasuhiro Matsumoto2017-03-051-2/+2
* Add Go API for virtual tablesConor Branagan2017-03-041-1/+1
* rename functionYasuhiro Matsumoto2017-03-051-2/+2
* workaround for a compilerYasuhiro Matsumoto2017-03-011-0/+1
* use variable dbYasuhiro Matsumoto2017-02-161-1/+1