Tag: cws_src680_kaddrbook
User: ebischoff
Date: 05/10/07 07:30:14

Modified:
 /dba/connectivity/source/drivers/kab/
  KStatement.cxx

Log:
 I can finally trigger syntax problems

File Changes:

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

File [changed]: KStatement.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/kab/KStatement.cxx?r1=1.1.2.7&r2=1.1.2.8
Delta lines:  +3 -5
-------------------
--- KStatement.cxx      13 Sep 2005 18:20:42 -0000      1.1.2.7
+++ KStatement.cxx      7 Oct 2005 14:30:10 -0000       1.1.2.8
@@ -2,9 +2,9 @@
  *
  *  $RCSfile: KStatement.cxx,v $
  *
- *  $Revision: 1.1.2.7 $
+ *  $Revision: 1.1.2.8 $
  *
- *  last change: $Author: ebischoff $ $Date: 2005/09/13 18:20:42 $
+ *  last change: $Author: ebischoff $ $Date: 2005/10/07 14:30:10 $
  *
  *  The Contents of this file are made available subject to the terms of
  *  either of the following licenses
@@ -353,9 +353,7 @@
 
        m_pParseTree = m_aParser.parseTree(aErr, sql);
        if (m_pParseTree == NULL)
-               throw SQLException(aErr, *this, ::rtl::OUString(), 0, Any());
-// the above line is copied from another driver, but I did not succeed in
-// triggering a single case where m_ParseTree was NULL or where aErr was not 
empty
+               throw SQLException(aErr, *this, aErr, 0, Any());
 
        m_aSQLIterator.setParseTree(m_pParseTree);
        m_aSQLIterator.traverseAll();




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

Reply via email to