... |
* _org.teiid.defaultNullOrder_ \- defaults to LOW. Can be one of LOW, FIRST, HIGH, LAST. Sets the default null order for the Teiid engine. This will not be used for source ordering unless org.teiid.pushdownDefaultNullOrder is also set. |
* _org.teiid.iso8601Week_ \- defaults to true. Set to true to use ISO 8601 rules for week calculations regardless of the locale. When true the week function will require that week 1 of a year contains the year's first Thursday. Pushdown week values will be calculated as ISO regardless of this setting. |
*Security* |
... |
{note}These affect Teiid globally, and not just through the ODBC transport.{note} |
* _org.teiid.iso8601Week_ \- defaults to false. Set to true to use ISO 8601 rules for week calculations regardless of the locale. When true the dayOfWeek function will begin with 1 for MONDAY rather than SUNDAY, and the week function will require that week 1 of a year contains the year's first Thursday. |
* _org.teiid.backslashDefaultMatchEscape_ \- defaults to false. Set to true to use '\' as the default escape character for LIKE and SIMILAR TO predicates when no escape is specified. Otherwise Teiid assumes the SQL specification compliant behavior of treating each non-wildcard character as an exact match character. |
Some of Teiid's low-level behavior can be configured via system properties, rather than through configuration files. A typical place to set system properties for JBoss AS launches is in the <jboss-install>/bin/<mode>.conf. A property setting has the format -Dproperty=value
Strings are always fully held in memory. Do not set this value too high as you may experience out of memory errors. |
Security
PostgreSQL Compatibility
These affect Teiid globally, and not just through the ODBC transport. |