*** 1,3 **** --- 1,5 ---- A place to request SQLite features. *:UserDefinedFunctions: Create User Defined Functions in SQLite. + + *:<HTML>sqlite3_step_back: A function that when called, will receive a <B>sqlite3_statement</B> and will act like an inverse <B>sqlite3_step</B>. <BR>Providing a way to go back and forward in the <I>prepared sql statement</I> and the resulting rows.</HTML>