On Fri, May 2, 2014 at 2:09 PM, Petite Abeille <petite.abei...@gmail.com> wrote:
>
> On May 2, 2014, at 8:54 PM, Richard Hipp <d...@sqlite.org> wrote:
>
>> I'm guessing that Mr. Abeille is upset that SQLite …
>
> … doesn’t even bother with SQL syntax and will happily accept any old junk as 
> a sorry excuse for a query.
>
> select 1 where null;
> select 1 where not null;
>
> When SQLite 4 sees the light of the day, I wish for a strict SQL parser and 
> proper error messages.
>

You'll have a lot of trouble finding a SQL implementation that doesn't
have any non-standard features or quirks. As an Open Source project,
you're always develop patches. I think pluggable parsers would
actually be pretty interesting.

Alternately, you might inquire ways to contribute to documentation
what to expect when using this syntax.

-- 
Cory Nelson
http://int64.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to