-
Committer:
Vladislav Vaintroub
-
Date:
2013-07-15 22:11:30 UTC
-
Revision ID:
wlad@montyprogram.com-20130715221130-mmpwu70dzb2sdipk
CONJ-55 : Fix DatabaseMetaData methods identifier methods dealing with case sensitivity, according to JDBC spec.
- supportsMixedCase[Quoted]Identifiers() will return true if lower_case_table_names is 0 (case-sensitive)
- storesLowerdCase[Quoted]Identifiers() will return true if lower_case_table_names is 1 ( case-insensitive, lowercase conversion)
- storesMixedCase[Quoted]Identifiers() will returns true if lower_case_table_names is 2 (case-insensitive, but case-preserving)