Tag: cws_dev300_dba31b
User: oj      
Date: 2008-08-18 08:05:06+0000
Modified:
   dba/connectivity/source/drivers/dbase/DDatabaseMetaData.cxx
   dba/connectivity/source/inc/dbase/DDatabaseMetaData.hxx

Log:
 #i70174# make dbase case sensitive for columns

File Changes:

Directory: /dba/connectivity/source/drivers/dbase/
==================================================

File [changed]: DDatabaseMetaData.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/dbase/DDatabaseMetaData.cxx?r1=1.35&r2=1.35.56.1
Delta lines:  +12 -2
--------------------
--- DDatabaseMetaData.cxx       2008-04-10 08:33:22+0000        1.35
+++ DDatabaseMetaData.cxx       2008-08-18 08:05:03+0000        1.35.56.1
@@ -7,7 +7,7 @@
  * OpenOffice.org - a multi-platform office productivity suite
  *
  * $RCSfile: DDatabaseMetaData.cxx,v $
- * $Revision: 1.35 $
+ * $Revision: 1.35.56.1 $
  *
  * This file is part of OpenOffice.org.
  *
@@ -367,5 +367,15 @@
        return bReadOnly;
 }
 // 
-----------------------------------------------------------------------------
+sal_Bool ODbaseDatabaseMetaData::impl_storesMixedCaseQuotedIdentifiers_throw(  
) 
+{
+       return sal_True;
+}
+// 
-----------------------------------------------------------------------------
+sal_Bool 
ODbaseDatabaseMetaData::impl_supportsMixedCaseQuotedIdentifiers_throw(  )
+{
+       return sal_True;
+}
+// 
-----------------------------------------------------------------------------
 
 

Directory: /dba/connectivity/source/inc/dbase/
==============================================

File [changed]: DDatabaseMetaData.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/dbase/DDatabaseMetaData.hxx?r1=1.10&r2=1.10.56.1
Delta lines:  +5 -2
-------------------
--- DDatabaseMetaData.hxx       2008-04-10 11:06:45+0000        1.10
+++ DDatabaseMetaData.hxx       2008-08-18 08:05:03+0000        1.10.56.1
@@ -7,7 +7,7 @@
  * OpenOffice.org - a multi-platform office productivity suite
  *
  * $RCSfile: DDatabaseMetaData.hxx,v $
- * $Revision: 1.10 $
+ * $Revision: 1.10.56.1 $
  *
  * This file is part of OpenOffice.org.
  *
@@ -57,6 +57,9 @@
 
                        virtual sal_Bool SAL_CALL 
supportsAlterTableWithAddColumn(  ) throw(::com::sun::star::sdbc::SQLException, 
::com::sun::star::uno::RuntimeException);
             virtual sal_Bool SAL_CALL supportsAlterTableWithDropColumn(  ) 
throw(::com::sun::star::sdbc::SQLException, 
::com::sun::star::uno::RuntimeException);
+
+            virtual sal_Bool        
impl_storesMixedCaseQuotedIdentifiers_throw(  );
+            virtual sal_Bool        
impl_supportsMixedCaseQuotedIdentifiers_throw(  );
                protected:
                        virtual ~ODbaseDatabaseMetaData();
                public:




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

Reply via email to