Tag: cws_src680_qiq
User: fs      
Date: 2006/06/30 06:33:30

Modified:
   dba/dbaccess/source/core/api/querycontainer.cxx

Log:
 #i51143# do not obtain the columns of a newly created query object

File Changes:

Directory: /dba/dbaccess/source/core/api/
=========================================

File [changed]: querycontainer.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/querycontainer.cxx?r1=1.23.4.7&r2=1.23.4.8
Delta lines:  +5 -3
-------------------
--- querycontainer.cxx  28 Jun 2006 10:31:07 -0000      1.23.4.7
+++ querycontainer.cxx  30 Jun 2006 13:33:27 -0000      1.23.4.8
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: querycontainer.cxx,v $
  *
- *  $Revision: 1.23.4.7 $
+ *  $Revision: 1.23.4.8 $
  *
- *  last change: $Author: fs $ $Date: 2006/06/28 10:31:07 $
+ *  last change: $Author: fs $ $Date: 2006/06/30 13:33:27 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -411,7 +411,9 @@
                xReturn = pNewObject;
 
                pNewObject->setWarningsContainer( m_pWarnings );
-               pNewObject->getColumns();
+//             pNewObject->getColumns();
+        // Why? This is expensive. If you comment this in 'cause you really 
need it, be sure to run the
+        // QueryInQuery test in dbaccess/qa/complex/dbaccess ...
        }
 
        return xReturn;




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

Reply via email to