However, SQLite does not return this row if there are no results, from setting limit 0, from a where clause that finds no results or if there is no data yet in the table. Is that correct behavior?
You need to use:
PRAGMA empty_result_callbacks = ON;
Check out the PRAGMAs here:
<http://sqlite.org/lang.html#pragma>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]