Skip to content

ReservedWords

Yong Zhu edited this page Jan 20, 2018 · 1 revision

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.

Clone this wiki locally