]
Work on TEIID-5360 started by Steven Hawkins.
---------------------------------------------
DatabaseMetaData nullsAreSortedLow should not be true
-----------------------------------------------------
Key: TEIID-5360
URL:
https://issues.jboss.org/browse/TEIID-5360
Project: Teiid
Issue Type: Quality Risk
Components: JDBC Driver
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 11.0
Since there isn't a hard guarantee of null sorts (without an explicit null sort) we
should not indicate nulls are low in the DatabaseMetaData. This will leave all of the
null sort methods as false, which may be an issue for some clients so a flag should be
added to control this behavior.