aboutsummaryrefslogtreecommitdiff
path: root/sqlite3_opt_unlock_notify.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Build with "go tool" and hackishly bundle code from same package into one ↵EuAndreh2024-08-121-93/+0
| | | | file each
* go fmt ./...Yasuhiro Matsumoto2024-01-251-2/+2
|
* change angle bracket import to quotes (#868)Hanzhen Yi2021-10-261-1/+1
|
* Add build constraints for non cgoYasuhiro Matsumoto2019-11-181-1/+1
|
* Fix build failure of incorrect expression for unsafe.SizeofMura Li2018-10-241-1/+1
|
* Fix build failure on Windows/386Mura Li2018-10-241-1/+2
| | | | | The array size exceeds the address space of 32-bit platform. See https://github.com/mattn/go-sqlite3/issues/238
* Add support for sqlite3_unlock_notifyMura Li2018-10-201-0/+92