diff options
Diffstat (limited to 'connectivity/source/commontools/dbtools2.cxx')
-rw-r--r-- | connectivity/source/commontools/dbtools2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/commontools/dbtools2.cxx b/connectivity/source/commontools/dbtools2.cxx index 8590878dbcf6..c85a5440238f 100644 --- a/connectivity/source/commontools/dbtools2.cxx +++ b/connectivity/source/commontools/dbtools2.cxx @@ -439,7 +439,7 @@ namespace OUString sQuotedName = ::dbtools::quoteName(sQuote,_rName); OUString sComposedName = composeTableNameForSelect(_xConnection, getString( _aCatalog ), _aSchema, _aTable ); - ColumnInformationMap aInfo(_bCase); + ColumnInformationMap aInfo((UStringMixLess(_bCase))); collectColumnInformation(_xConnection,sComposedName,sQuotedName,aInfo); ColumnInformationMap::const_iterator aIter = aInfo.begin(); if ( aIter != aInfo.end() ) |