-
Notifications
You must be signed in to change notification settings - Fork 13
ReservedWords
Yong Zhu edited this page Jan 20, 2018
·
1 revision
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.