[sqlite] Work toward making the schema parsing logic simplier

2016-01-15 Thread Zsbán Ambrus
On 1/15/16, Domingo Alvarez Duarte wrote: > Now that you are refactoring on the schema parsing could be nice if somehow > sqlite3 expose the schema/sql parser for developers. Note that sqlite3 already exposes most of the schema in a form readable to an application. The SQLITE_MASTER and

[sqlite] Work toward making the schema parsing logic simplier

2016-01-15 Thread Domingo Alvarez Duarte
Hello Richard ! Now that you are refactoring on the schema parsing could be nice if somehow sqlite3 expose the schema/sql parser for developers. A kind of sax style parser, with callbacks given option to do some rewrite/extend syntax ? (ideas welcome) An interesting project can be seem