Tag: cws_src680_dba204a
User: oj      
Date: 06/05/22 05:27:18

Modified:
 /dba/connectivity/source/drivers/file/
  FDatabaseMetaData.cxx

Log:
 #i64000# change supportsOrderByUnrelated to true

File Changes:

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

File [changed]: FDatabaseMetaData.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/file/FDatabaseMetaData.cxx?r1=1.30&r2=1.30.100.1
Delta lines:  +4 -4
-------------------
--- FDatabaseMetaData.cxx       8 Sep 2005 05:55:12 -0000       1.30
+++ FDatabaseMetaData.cxx       22 May 2006 12:27:15 -0000      1.30.100.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: FDatabaseMetaData.cxx,v $
  *
- *  $Revision: 1.30 $
+ *  $Revision: 1.30.100.1 $
  *
- *  last change: $Author: rt $ $Date: 2005/09/08 05:55:12 $
+ *  last change: $Author: oj $ $Date: 2006/05/22 12:27:15 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -940,7 +940,7 @@
 // -------------------------------------------------------------------------
 sal_Bool SAL_CALL ODatabaseMetaData::supportsOrderByUnrelated(  ) 
throw(SQLException, RuntimeException)
 {
-       return sal_False;
+       return sal_True;
 }
 // -------------------------------------------------------------------------
 sal_Bool SAL_CALL ODatabaseMetaData::supportsUnion(  ) throw(SQLException, 
RuntimeException)




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

Reply via email to