mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 11:00:44 -06:00
We don't do anything with the extended parser yet but I'm not even sure the window functions can be used in CREATE TABLE or CREATE INDEX statements anyway.
To generate c++ code from the grammar(sqlit3.g) you need antlr 2.7.7. Download it from www.antlr2.org. Either put the antlr.jar into your system classpath or start it like this: java -cp .:/pathto/antlr.jar antlr.Tool sqlite3.g