Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Fix lots of harmless, nuisance compiler warnings, mostly unused parameter | drh | 2022-12-23 |
* | Use 64-bit memory allocation APIs in the sqlite_stmt virtual table, to avoid | drh | 2022-07-11 |
* | In the sqlite_stmt extension, store the result of strlen() in a 64-bit | drh | 2022-07-11 |
* | Have the sqlite_stmt table buffer all data for the current scan within the xF... | dan | 2022-06-29 |
* | Minor change to the sqlite_stmt virtual table, for test coverage. | drh | 2020-05-04 |
* | Initial code to make shadow tables read-only to ordinary SQL. The now | drh | 2018-11-05 |
* | Change the name of the STMT virtual table to SQLITE_STMT. Also remove the | drh | 2017-07-14 |
* | Fix harmless compiler warnings about incomplete structure initializers. | drh | 2017-07-12 |
* | Fix errors in comments in the STMT virtual table. No code changes. | drh | 2017-07-10 |
* | Rename the "stmts" virtual table to just "stmt" without the final "s". | drh | 2017-06-29 |