aboutsummaryrefslogtreecommitdiff
path: root/sqlite3_opt_userauth.go (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-05-28Add error checking in simple example for tx.CommitKristóf Havasi1-1/+4
Based on https://golang.org/pkg/database/sql/#Tx.Commit this function returns an error type. So why not check it.
2022-05-18Update _example/simple/Dockerfilemattn1-1/+1
2022-05-18feat: simple example of Dockerfile w/ multi-stage buildKEINOS2-0/+67
2022-05-13Update amalgamation codeYasuhiro Matsumoto3-152/+354
2022-05-13Update .github/workflows/go.yamlmattn1-1/+1
2022-05-13Update supported Golang version to Go 1.18Aoang1-3/+3
2022-04-23Update sqlite3_opt_preupdate_omit.goCorey Butler1-1/+1
2022-04-23Update sqlite3_opt_preupdate_hook.goCorey Butler1-1/+1
2022-02-28Update amalgamationPhil Eaton3-3850/+5985
2022-01-29Add sqlite3_file_control() supportBen Johnson2-0/+108
This commit adds the SQLiteConn.FileControlInt() method which calls the underlying sqlite3_file_control() function with an int argument. This can be used for low-level operations on SQLite databases such as persisting the WAL file after database close.
2022-01-10Add example using driverNameYasuhiro Matsumoto2-0/+25
2022-01-10Add driverName to be possible change driver nameYasuhiro Matsumoto1-1/+8
2021-12-29Temporary disable test for dropping vtableYasuhiro Matsumoto1-1/+2
2021-12-29Update amalgamation codeYasuhiro Matsumoto3-6384/+8453
2021-10-26Fix GitHub workflowsYasuhiro Matsumoto1-1/+1
2021-10-26Do no test with go-acc on Windows (#980)mattn1-9/+4
Currently, no way to fix failing
2021-10-26Add go.mod and go.sum for upgrade (#978)mattn3-11/+37
* Add go.mod and go.sum for upgrade * Fix upgrade tools to have to run on upgrade directory
2021-10-26Drop old versions (#979)mattn1-1/+1