Hi,
currently I’m working with liquibase on a database project which has a predefined structure. Within
this structure I’ve got tables which are using reserved words. In such case normally the column names
are escaped. But when I’ve got a look into liquibase.database.core.OracleDatabase I wonder that all these reserved words
are listed but commented. Why? I don’t think that someone has successfully made an “insert into xy (cancel, after) values (1,0)” or something like this.
I think these words are reserved so there is no reason to not-escape them…
Marc