On 2/9/17, Bart Smissaert <[email protected]> wrote: > I have seen a prepare take over a second. > Take for example this recursive Sudoku SQL: >
I think you are confusing "prepare" with "prepare and execute". The prepare for the SQL query you provided takes less than 60 microseconds on my desktop. -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

