| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2022-09-02 | Fix TestQueryer test | Joshua Hull | 1 | -1/+1 | |
| 2022-09-01 | Update README to fix reference URL | Yoshiki Shibukawa | 1 | -1/+1 | |
| R.I.P. godoc.org | |||||
| 2022-08-16 | TestQueryer: actually check Rows returned | Oliver Giles | 1 | -10/+12 | |
| Fixes a test which did not correctly exercise the multi-statement Queryer functionality | |||||
| 2022-08-16 | Add build tag to enable OSTRACE() logging | Ben Johnson | 3 | -1/+17 | |
| 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. | |||||
| 2022-08-16 | Update amalgamation code | Yasuhiro Matsumoto | 3 | -3513/+5717 | |
| 2022-08-16 | Retract +incompatible releases | Bryan C. Mills | 1 | -1/+5 | |
| (For #965.) This retraction will take effect when this commit is included in the latest v1 release (presumably v1.14.11). | |||||
| 2022-08-15 | Update supported Go version to Go 1.19 | Aoang | 1 | -2/+2 | |
| 2022-05-29 | Support returning any from callbacks (#1046) | Phil Eaton | 3 | -0/+88 | |
| Support returning any from callbacks | |||||
| 2022-05-28 | Add error checking in simple example for tx.Commit | Kristóf Havasi | 1 | -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-18 | Update _example/simple/Dockerfile | mattn | 1 | -1/+1 | |
| 2022-05-18 | feat: simple example of Dockerfile w/ multi-stage build | KEINOS | 2 | -0/+67 | |
| 2022-05-13 | Update amalgamation code | Yasuhiro Matsumoto | 3 | -152/+354 | |
| 2022-05-13 | Update .github/workflows/go.yaml | mattn | 1 | -1/+1 | |
| 2022-05-13 | Update supported Golang version to Go 1.18 | Aoang | 1 | -3/+3 | |
| 2022-04-23 | Update sqlite3_opt_preupdate_omit.go | Corey Butler | 1 | -1/+1 | |
| 2022-04-23 | Update sqlite3_opt_preupdate_hook.go | Corey Butler | 1 | -1/+1 | |
| 2022-02-28 | Update amalgamation | Phil Eaton | 3 | -3850/+5985 | |
| 2022-01-29 | Add sqlite3_file_control() support | Ben Johnson | 2 | -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-10 | Add example using driverName | Yasuhiro Matsumoto | 2 | -0/+25 | |
| 2022-01-10 | Add driverName to be possible change driver name | Yasuhiro Matsumoto | 1 | -1/+8 | |
| 2021-12-29 | Temporary disable test for dropping vtable | Yasuhiro Matsumoto | 1 | -1/+2 | |
| 2021-12-29 | Update amalgamation code | Yasuhiro Matsumoto | 3 | -6384/+8453 | |
| 2021-10-26 | Fix GitHub workflows | Yasuhiro Matsumoto | 1 | -1/+1 | |
| 2021-10-26 | Do no test with go-acc on Windows (#980) | mattn | 1 | -9/+4 | |
| Currently, no way to fix failing | |||||
| 2021-10-26 | Add go.mod and go.sum for upgrade (#978) | mattn | 3 | -11/+37 | |
| * Add go.mod and go.sum for upgrade * Fix upgrade tools to have to run on upgrade directory | |||||
| 2021-10-26 | Drop old versions (#979) | mattn | 1 | -1/+1 | |
