Kaydet (Commit) 633549af authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS dba30 (1.29.14); FILE MERGED

2006/07/19 13:14:40 fs 1.29.14.2: RESYNC: (1.29-1.30); FILE MERGED
2006/01/02 09:17:17 oj 1.29.14.1: #i44200# use supportsMixedCaseQuotedIdentifiers where storesMixedCaseQuotedIdentifiers was used
üst 91595c8b
......@@ -4,9 +4,9 @@
*
* $RCSfile: TableWindowListBox.cxx,v $
*
* $Revision: 1.30 $
* $Revision: 1.31 $
*
* last change: $Author: hr $ $Date: 2006-06-20 03:29:11 $
* last change: $Author: hr $ $Date: 2006-08-15 10:56:32 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -136,7 +136,7 @@ SvLBoxEntry* OTableWindowListBox::GetEntryFromText( const String& rEntryText )
{
Reference<XDatabaseMetaData> xMeta = xConnection->getMetaData();
if(xMeta.is())
bCase = xMeta->storesMixedCaseQuotedIdentifiers();
bCase = xMeta->supportsMixedCaseQuotedIdentifiers();
}
while( pEntry )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment