Native SQLite breaks on 'LIMIT' command;

 

The following query returns a status code 0 with no output. I would like to be able to use the LIMIT function.

SELECT 1 LIMIT 1;

 

No idea. If you don't get an answer here try it also on Stack Overflow, they got an MQL section there.

If it turns out to be a bug report it to the Russian part of the forum.


ps Ignore that link, it's auto-generated by the forum software. 

 
Does a LIMIT work on static SELECTS?

Have you tried this on a table query?