"Noah Hart" <[EMAIL PROTECTED]> wrote:
> Thank you, so as I understand it, the option SQLITE_OMIT_PARSER mean
> that I've already parsed the statements, and are not supporting "ad-hoc"
> SQL.
>
> What about the compiler option SQLITE_OMIT_CHECK
>
CHECK constrants.
--
D. Richard Hipp <[EMAIL PR
Thank you, so as I understand it, the option SQLITE_OMIT_PARSER mean
that I've already parsed the statements, and are not supporting "ad-hoc"
SQL.
What about the compiler option SQLITE_OMIT_CHECK
Thanks,
Noah Hart
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Se
"Noah Hart" <[EMAIL PROTECTED]> wrote:
>
> However, I cannot find what is the purpose of the compiler option
> SSQLITE_OMIT_PARSER
>
> Clearly it "Omits" the "Parser", but my real questions are:
> what is the purpose of the parser.
> What are the ramification of omitting it from sqlite?
>
SQLit
You send it SQL statements. It has to parse and compile them for
execution. The parser understands the grammar of SQL and applies it.
Noah Hart wrote:
Hello all,
I've read the documentation, and the wiki and the pages at
http://www.sqlite.org/compile.html
However, I cannot find what is the
4 matches
Mail list logo