Patrick Earl <pate...@patearl.net> писал(а) в своём письме Wed, 01 Jun 2011 
22:24:10 +0600:

>  Is there another work-around?

Yes. Do not feed SQLite with stupid queries. ;)

If, according to SQLite standards, LIMIT shouldn't be specified in that 
subquery, then you shouldn't use it. Especially with bind parameters. Just 
optimize your query, make it more sensible - and the problem disappears. No 
need to change SQLite itself IMO.

Remember, it's you who should write essential and good queries, not SQLite 
should do that for you.

Regards,
Serge
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to