User: vg      
Date: 2008-01-29 08:38:33+0000
Modified:
   dba/connectivity/source/drivers/odbc/ODriver.cxx

Log:
 INTEGRATION: CWS dba24e_SRC680 (1.16.136); FILE MERGED
 2007/12/03 11:09:55 lla 1.16.136.1: #i78988# add EscapeDateTime property

File Changes:

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

File [changed]: ODriver.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/odbc/ODriver.cxx?r1=1.16&r2=1.17
Delta lines:  +8 -0
-------------------
--- ODriver.cxx 2006-12-13 16:22:01+0000        1.16
+++ ODriver.cxx 2008-01-29 08:38:30+0000        1.17
@@ -214,6 +214,14 @@
                                ,::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( 
"true" ) )
                                ,aBooleanValues)
                                );
+               aDriverInfo.push_back(DriverPropertyInfo(
+                               
::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("EscapeDateTime"))
+                               
,::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Escape date time format."))
+                               ,sal_False
+                               ,::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( 
"true" ) )
+                               ,aBooleanValues)
+                               );
+
                return Sequence< DriverPropertyInfo 
>(&aDriverInfo[0],aDriverInfo.size());
        }
        
::dbtools::throwGenericSQLException(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Invalid
 URL!")) ,*this);




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

Reply via email to