aboutsummaryrefslogtreecommitdiff
path: root/ext/misc/stmt.c
Commit message (Expand)AuthorAge
* Fix lots of harmless, nuisance compiler warnings, mostly unused parameterdrh2022-12-23
* Use 64-bit memory allocation APIs in the sqlite_stmt virtual table, to avoiddrh2022-07-11
* In the sqlite_stmt extension, store the result of strlen() in a 64-bitdrh2022-07-11
* Have the sqlite_stmt table buffer all data for the current scan within the xF...dan2022-06-29
* Minor change to the sqlite_stmt virtual table, for test coverage.drh2020-05-04
* Initial code to make shadow tables read-only to ordinary SQL. The nowdrh2018-11-05
* Change the name of the STMT virtual table to SQLITE_STMT. Also remove thedrh2017-07-14
* Fix harmless compiler warnings about incomplete structure initializers.drh2017-07-12
* Fix errors in comments in the STMT virtual table. No code changes.drh2017-07-10
* Rename the "stmts" virtual table to just "stmt" without the final "s".drh2017-06-29