A place to request SQLite features.
- UserDefinedFunctions: Create User Defined Functions in SQLite.
- sqlite3_step_back: A function that when called, will receive a sqlite3_statement and will act like an inverse sqlite3_step. Providing a way to go back and forward in the
prepared sql statement and the resulting rows.
Please send comments to croscato@hotmail.com.
See ScrollingCursor for remarks on why this feature is unlikely to ever be implemented.
- There should be a way to check the progress of a long running
sqlite3_get_table() call.
- Implement a function strfmt() with behavior of printf or something like it