ReservedWords - drinkjava2/jDialects GitHub Wiki
Reserved Words Checking
When jDialects output DDL, will do a reserved words checking, if reserved words found, will throw a run-time exception to force programmer to fix this issue. if use reserved words for other databases, will only output a warning in log.
Call static global method Dialect.setAllowReservedWords(true) can skip reserved words checking, but not recommended.