Resolving Keyword Conflicts
- Last Updated: December 15, 2016
- 1 minute read
- DataDirect Connectors
- JDBC
- MongoDB 6.0
- Documentation
Keyword conflicts occur when the name of an object matches the name of a SQL engine
keyword. You can use the KeywordConflictSuffix configuration option to avoid such
conflicts. KeywordConflictSuffix specifies a string of up to five alphanumeric
characters that the driver appends to any object or field name that conflicts with a SQL
engine keyword. For example, if you specify KeywordConflictSuffix=TAB, the driver maps the Case object to CASETAB.
For details, see "Identifiers" and "ConfigOptions" in the driver documentation.