SQLite Forum

Constexpr parsing of sql statement
Login
Hello

I know the Sqlite parser is generated and it would be nice to have some information at compile time. So would it be possible to change the parser to use constexpr so I could get some information about the statements like the count of columns of the select statement?

Best regards, Marco