aboutsummaryrefslogtreecommitdiff
path: root/sqlite3_libsqlite3.go (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-17Update README.mdPartho Kumar Rajvor1-1/+1
2023-04-05Fix virtual table example. (#1149)Andrew Zhang1-1/+1
2023-02-23Add build tags to support both x86 and ARM compilation on macOS (#1069)•••* Add build tags to support both x86 and ARM compilation on macOS * Documentation fix: command line for build under macOS * Global replace 'macOS X' -> 'macOS'. Fix typo in -tags cmd line param * `README.md`: fix all `--tags` -> `-tags` --------- Co-authored-by: Denis Dmitriev <dmitriev@itspartner.net>Denis Dmitriev3-18/+31
2023-02-15Add go 1.20 to workflow matrix, remove 1.17 (#1136)•••Closes #1129Connor Hindley1-2/+2
2023-02-11Replace namedValue with driver.NamedValue to avoid copying exec/query args (#...Charlie Vieth2-42/+20
2022-11-17Add Serialize and Deserialize support (#1089)•••Add support for Serialize and Deserialize, which wrap sqlite3_serialize and sqlite3_deserialize.Philip O'Toole4-0/+202
2022-10-26Update expected test output•••Broken in https://github.com/mattn/go-sqlite3/pull/1085 Philip O'Toole1-1/+1
2022-10-26Update amalgamation codeYasuhiro Matsumoto2-108/+205
2022-10-18Updating vtable example, "BestIndex" method (#1099)•••As it was, the vtable example will give an error when adding any kind of SQL constraint in the SQL statement. Updating the BestIndex method will ensure that adding SQL constraints will not result in errors Signed-off-by: David Vassallo <davevassallo@gmail.com> Signed-off-by: David Vassallo <davevassallo@gmail.com>David Vassallo1-1/+6
2022-10-18Update README.md to include vtable feature (#1100)•••Added documentation for sqlite_vtable build tag to the README.David Vassallo1-0/+1
2022-09-18Cross Compiling for Mac OS via `musl-cross`•••# Enhancement Update `README.md` with new instructions for Mac OS cross compiling. # Why? The current suggested solution `xgo` is no longer maintained (GitHub archived repository). # Credits Credits go to Pieter Claerhout (@pieterclaerhout) and his blog post: https://www.yellowduck.be/posts/cross-compile-a-go-package-which-uses-sqlite3Luca Guidi1-5/+4
2022-09-18Golang's linker add mingwex and mingw32 automatically,so we don't need add th...kkqy1-1/+0
2022-09-17Add support for sqlite_math_functions tag (#1059)•••Add support for SQLITE_ENABLE_MATH_FUNCTIONS compile-time option via the sqlite_math_functions build tag. Co-authored-by: Dominik Kraus <dominik.kraus@nktek.de>Levi Gruspe4-2/+46
2022-09-04こんにちわ is wrong Japanse. The correct word is こんにちはKiYugadgeter3-3/+3
2022-09-01Fix "ennviroment" (#1077)•••Fix typo in READMERewardedIvan1-1/+1
2022-09-01Rollback on constraint failure (#1071)•••Always rollback on a commit errorJoshua Hull2-2/+41
2022-09-02Fix TestQueryer test to use exec for multistatement insertionJoshua Hull1-10/+18
2022-09-02Fix TestQueryer testJoshua Hull1-1/+1
2022-09-01Update README to fix reference URL•••R.I.P. godoc.orgYoshiki Shibukawa1-1/+1
2022-08-16TestQueryer: actually check Rows returned•••Fixes a test which did not correctly exercise the multi-statement Queryer functionality Oliver Giles1-10/+12
2022-08-16Add build tag to enable OSTRACE() logging•••This commit adds the `sqlite_os_trace` build tag which sets the `SQLITE_FORCE_OS_TRACE` and `SQLITE_DEBUG_OS_TRACE` compilation flags. This produces verbose debugging output of every operating system call made by SQLite. Ben Johnson3-1/+17
2022-08-16Update amalgamation codeYasuhiro Matsumoto3-3513/+5717
2022-08-16Retract +incompatible releases•••(For #965.) This retraction will take effect when this commit is included in the latest v1 release (presumably v1.14.11). Bryan C. Mills1-1/+5
2022-08-15Update supported Go version to Go 1.19Aoang1-2/+2
2022-05-29Support returning any from callbacks (#1046)•••Support returning any from callbacksPhil Eaton3-0/+88
2022-05-28Add error checking in simple example for tx.Commit•••Based on https://golang.org/pkg/database/sql/#Tx.Commit this function returns an error type. So why not check it.Kristóf Havasi1-1/+4
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() support•••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. Ben Johnson2-0/+108
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)•••Currently, no way to fix failingmattn1-9/+4
2021-10-26Add go.mod and go.sum for upgrade (#978)•••* Add go.mod and go.sum for upgrade * Fix upgrade tools to have to run on upgrade directorymattn3-11/+37
2021-10-26Drop old versions (#979)mattn1-1/+1