Tag: cws_src680_sqlite
User: aklitzing
Date: 2006/08/16 09:00:45

Modified:
   dba/connectivity/source/drivers/sqlite3/sqDriver.cxx

Log:
 * Wrong size of the new driver-name

File Changes:

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

File [changed]: sqDriver.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/sqlite3/sqDriver.cxx?r1=1.1.2.1&r2=1.1.2.2
Delta lines:  +4 -4
-------------------
--- sqDriver.cxx        16 Aug 2006 14:57:10 -0000      1.1.2.1
+++ sqDriver.cxx        16 Aug 2006 16:00:42 -0000      1.1.2.2
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: sqDriver.cxx,v $
  *
- *  $Revision: 1.1.2.1 $
+ *  $Revision: 1.1.2.2 $
  *
- *  last change: $Author: aklitzing $ $Date: 2006/08/16 14:57:10 $
+ *  last change: $Author: aklitzing $ $Date: 2006/08/16 16:00:42 $
  *
  *  Original contributor: André Klitzing
  *
@@ -134,7 +134,7 @@
 sal_Bool SAL_CALL SQLiteDriver3::acceptsURL( const ::rtl::OUString& url )
                throw(SQLException, RuntimeException)
 {
-       return 
(!url.compareTo(::rtl::OUString::createFromAscii("sdbc:sqlite3:"),14));
+       return 
(!url.compareTo(::rtl::OUString::createFromAscii("sdbc:sqlite3:"),12));
 }
 // 
--------------------------------------------------------------------------------
 Sequence< DriverPropertyInfo > SAL_CALL SQLiteDriver3::getPropertyInfo( const 
::rtl::OUString& url, const Sequence< PropertyValue >& info ) 
throw(SQLException, RuntimeException)




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

Reply via email to