Dialect compatibility
Applies to ❌ Open Source Edition ✅ Express Edition ✅ Professional Edition ✅ Enterprise Edition
When supporting multiple dialects, there are some dialect specific behaviours that are inconsistent between dialects. This is especially true for NULL
values in Oracle.
The following settings govern dialect compatibility behaviour:
-
Settings.renderCoalesceToEmptyStringInConcat
: This flag will use COALESCE on all operands of a String concatenation expression in order to turnNULL
values to''
, which is Oracle's more useful, but not standards compliant behaviour.
Feedback
Do you have any feedback about this page? We'd love to hear it!