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