What are we supposed to be seeing there?

> -----Original Message-----
> From: sqlite-users-bounces at mailinglists.sqlite.org [mailto:sqlite-users-
> bounces at mailinglists.sqlite.org] On Behalf Of Domingo Alvarez Duarte
> Sent: Monday, 18 January, 2016 06:09
> To: SQLite mailing list
> Subject: [sqlite] Wish list: allow developers use the power of sqlite
> parser
> 
> Hello Richard !
> 
> Can we have a sqlite function that given a sql string return something
> like
> this https://codeschool.github.io/sqlite-parser/demo/ =>
> 
> Syntax Tree ?
> 
> 
> syntax_tree sqlite3_sql_syntax_tree(const char *zSql);
> 
> Possible return types for sqlite3_sql_syntax_tree:
> 
> - json structure/string
> 
> - string with sql schema representing the syntax tree populated
> (containing
> the sane info above)
> 
> - a memory database with a schema populated with the syntax tree (above)
> 
> - ???
> 
> It's a shame that the sqlite parser can not expose this information to
> developers.
> 
> Cheers !
> 
> 
> 
> _______________________________________________
> sqlite-users mailing list
> sqlite-users at mailinglists.sqlite.org
> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users



Reply via email to