mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 19:11:39 -06:00
Support conflict clauses (like ON CONFLICT REPLACE) inside a PRIMARY KEY column constraint. See https://www.sqlite.org/syntax/column-constraint.html
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