I would like to be able to extend the liquibase.database.core.OracleDatabase Class to override the "isReservedWord" Method to work around this issue without modifying my changeSet statements.
My current extension seems to not be picked up by Liquibase, as it defaults to it's own OracleDatabase Class.
Is it not possible to do this kind of workaround in current Liquibase (v3.8) or did i do something wrong?