Hello SQLite users,
Hello Dr. Hipp,

I would like to reuse sqlite's parser to do some sql parsing against CREATE TABLE 
statements. However, while stepping through code from an sqlite_compile, into 
sqliteRunParser I cannot see the Parse structure filling appropriatelly (e.g.: trying 
to execute a CREATE TABLE statement, after parsing the Parse struct isn't filled with 
a Table structure).

Any ideas ?

Best regards,
George Ionescu

PS: I don't want to 'reinvent the wheel': since the parser is already there, I don't 
want to create my own sql parsing functions.

Reply via email to