User: kz      
Date: 06/02/03 09:14:33

Modified:
 /dba/connectivity/source/drivers/mysql/
  YDriver.cxx

Log:
 INTEGRATION: CWS nomysqlversion (1.13.64); FILE MERGED
 2006/02/01 08:39:55 fs 1.13.64.1: #i60273# when running the ODBC driver, 
prevent calls to getVersionColumn

File Changes:

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

File [changed]: YDriver.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mysql/YDriver.cxx?r1=1.13&r2=1.14
Delta lines:  +5 -0
-------------------
--- YDriver.cxx 8 Sep 2005 06:31:41 -0000       1.13
+++ YDriver.cxx 3 Feb 2006 17:14:31 -0000       1.14
@@ -185,6 +185,11 @@
                                                                        ,0
                                                                        
,makeAny(sal_True)
                                                                        
,PropertyState_DIRECT_VALUE) );
+                               aProps.push_back( PropertyValue(
+                                                                       
::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("PreventGetVersionColumns"))
+                                                                       ,0
+                                                                       
,makeAny(sal_True)
+                                                                       
,PropertyState_DIRECT_VALUE) );
                        }
                        else
                        {




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

Reply via email to