sqlpp11
sqlpp11 copied to clipboard
Update ddl2cpp script to ignore OR REPLACE CLAUSE
ddl2cpp parser failed if the table was created with CREATE OR REPLACE TABLE... type of instructions. This patch ignores the OR REPLACE clause.
Nice, I did not know the OR REPLACE clause :-)
Could you extend the test as well?