| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 1.14.49 source code.tar.gz | 2026-07-29 | 2.8 MB | |
| 1.14.49 source code.zip | 2026-07-29 | 2.8 MB | |
| README.md | 2026-07-29 | 1.6 kB | |
| Totals: 3 Items | 5.6 MB | 0 | |
What's Changed
- Release vtable and cursor handles when SQLite destroys them by @mattn in https://github.com/mattn/go-sqlite3/pull/1429
- Do not clobber SQLite's default cost estimates in BestIndex by @mattn in https://github.com/mattn/go-sqlite3/pull/1430
- Translate SQL NULL filter arguments to nil like goVUpdate by @mattn in https://github.com/mattn/go-sqlite3/pull/1431
- Identify updated row by argv 0 in goVUpdate by @mattn in https://github.com/mattn/go-sqlite3/pull/1432
- Ignore Used for constraints SQLite marked not usable by @mattn in https://github.com/mattn/go-sqlite3/pull/1433
- Reject nil module and nil BestIndex result by @mattn in https://github.com/mattn/go-sqlite3/pull/1434
- Fail upgrade tool on download and write errors by @mattn in https://github.com/mattn/go-sqlite3/pull/1435
- Fix off-by-one truncating SQL in fuzz target by @mattn in https://github.com/mattn/go-sqlite3/pull/1436
- Fix wrong results and cursor state sharing in series example by @mattn in https://github.com/mattn/go-sqlite3/pull/1437
- Use the table name from xCreate args in vtable example by @mattn in https://github.com/mattn/go-sqlite3/pull/1438
- Close leaked rows in hook example by @mattn in https://github.com/mattn/go-sqlite3/pull/1439
- Close prepared statement and fail if limit is not enforced in limit example by @mattn in https://github.com/mattn/go-sqlite3/pull/1440
- Upgrade SQLite to version 3053004 by @mattn in https://github.com/mattn/go-sqlite3/pull/1442
Full Changelog: https://github.com/mattn/go-sqlite3/compare/v1.14.48...v1.14.49