User: vg      
Date: 2008-01-29 08:38:05+0000
Modified:
   dba/connectivity/source/drivers/jdbc/JDriver.cxx

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

File Changes:

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

File [changed]: JDriver.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/jdbc/JDriver.cxx?r1=1.40&r2=1.41
Delta lines:  +7 -0
-------------------
--- JDriver.cxx 2007-11-27 12:02:08+0000        1.40
+++ JDriver.cxx 2008-01-29 08:38:03+0000        1.41
@@ -242,6 +242,13 @@
                                ,::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( 
"false" ) )
                                ,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