User: hr      
Date: 2006/08/15 03:56:09

Modified:
   dba/dbaccess/source/ui/querydesign/QueryDesignView.cxx

Log:
 INTEGRATION: CWS dba30 (1.76.16); FILE MERGED
 2006/07/19 13:12:14 fs 1.76.16.4: RESYNC: (1.78-1.80); FILE MERGED
 2006/04/20 06:52:53 oj 1.76.16.3: RESYNC: (1.77-1.78); FILE MERGED
 2006/03/21 18:41:44 fs 1.76.16.2: RESYNC: (1.76-1.77); FILE MERGED
 2006/01/02 09:17:15 oj 1.76.16.1: #i44200# use 
supportsMixedCaseQuotedIdentifiers where storesMixedCaseQuotedIdentifiers was 
used

File Changes:

Directory: /dba/dbaccess/source/ui/querydesign/
===============================================

File [changed]: QueryDesignView.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/querydesign/QueryDesignView.cxx?r1=1.81&r2=1.82
Delta lines:  +4 -4
-------------------
--- QueryDesignView.cxx 4 Aug 2006 13:57:37 -0000       1.81
+++ QueryDesignView.cxx 15 Aug 2006 10:56:06 -0000      1.82
@@ -312,7 +312,7 @@
                                        {
                                                if(xMetaData.is())
                                                {
-                                                       
::comphelper::UStringMixEqual 
bCase(xMetaData->storesMixedCaseQuotedIdentifiers());
+                                                       
::comphelper::UStringMixEqual 
bCase(xMetaData->supportsMixedCaseQuotedIdentifiers());
                                                        if (bCase(rValue, 
String(ModuleRes(STR_QUERY_TRUE))))
                                                                rNewValue = 
::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("TRUE"));
                                                        else if (bCase(rValue, 
String(ModuleRes(STR_QUERY_FALSE))))
@@ -368,7 +368,7 @@
                        try
                        {
                                Reference<XDatabaseMetaData> xMeta = 
_pView->getController()->getConnection()->getMetaData();
-                               if ( xMeta.is() && 
xMeta->storesMixedCaseQuotedIdentifiers() )
+                if ( xMeta.is() && xMeta->supportsMixedCaseQuotedIdentifiers() 
)
                                        
_pView->getController()->appendError(SQLException(String(ModuleRes(STR_QRY_CHECK_CASESENSITIVE)),NULL,getStandardSQLState(
 SQL_GENERAL_ERROR ),1000,Any()));
                        }
                        catch(Exception&)
@@ -2920,7 +2920,7 @@
                                                                                
                                                nType,
                                                                                
                                                sal_False,
                                                                                
                                                sal_False,
-                                                                               
                                                xMeta.is() && 
xMeta->storesMixedCaseQuotedIdentifiers());
+                                                                               
                                                xMeta.is() && 
xMeta->supportsMixedCaseQuotedIdentifiers());
                _rxColumn = pColumn;
                pColumn->setFunction(sal_True);
                pColumn->setRealName(pEntry->GetField());




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to