On 21 Feb 2014, at 9:15pm, Geo Wil <[email protected]> wrote: > I checked to see if sqlite3_step was producing an error but it was sending > back a value of 101 or SQLITE_DONE but the table data remained unchanged.
Putting this sentence together with the 'Subject' header, it might just be worth reminding you that a 'DELETE FROM' that deletes no rows is perfectly legit command and returns SQLITE_DONE. Simon. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

