aboutsummaryrefslogtreecommitdiff
path: root/sqlite3_go113_test.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Build with "go tool" and hackishly bundle code from same package into one fil...EuAndreh2024-08-121-120/+0
* go fmt ./...Yasuhiro Matsumoto2024-01-251-0/+1
* update go version to 1.19Yasuhiro Matsumoto2024-01-251-2/+2
* Export sqlite3_stmt_readonly() via SQLiteStmt.Readonly() (#895)Martin Tournoij2020-12-281-0/+41
* sqlite3_test.go: Move Go 1.13 test to sqlite3_go113_test.go (#883)Evan Jones2020-11-171-0/+4
* Fix "cannot start a transaction within a transaction" issue (#764) (#765)Andrii Zavorotnii2020-08-291-0/+74