User: hr Date: 2006/08/15 03:56:35 Modified: dba/dbaccess/source/ui/querydesign/TableWindowListBox.cxx
Log: 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 File Changes: Directory: /dba/dbaccess/source/ui/querydesign/ =============================================== File [changed]: TableWindowListBox.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/querydesign/TableWindowListBox.cxx?r1=1.30&r2=1.31 Delta lines: +1 -1 ------------------- --- TableWindowListBox.cxx 20 Jun 2006 03:29:11 -0000 1.30 +++ TableWindowListBox.cxx 15 Aug 2006 10:56:32 -0000 1.31 @@ -136,7 +136,7 @@ { Reference<XDatabaseMetaData> xMeta = xConnection->getMetaData(); if(xMeta.is()) - bCase = xMeta->storesMixedCaseQuotedIdentifiers(); + bCase = xMeta->supportsMixedCaseQuotedIdentifiers(); } while( pEntry ) { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
