Details
-
Type: Improvement
-
Status: Closed
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: 1.1.0
-
Fix Version/s: 1.2.0
-
Component/s: None
-
Labels:None
-
Environment:JDBC
Description
If the SessionQualifier is not used, it is left as an empty string.
Some database, e.g. Oracle, treat the empty string as a null value which is not allowed for the SessionQualifier column.
Therefore, I suggest to use a string with exactly one space instead of an empty string if the SessionQualifier is not set.
Steve, what do you think?