[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/kexi/kexidb
From:       Jaroslaw Staniek <js () iidea ! pl>
Date:       2004-10-15 18:20:21
Message-ID: 20041015182021.8187716D21 () office ! kde ! org
[Download RAW message or body]

CVS commit by staniek: 

fixed crash when no WHERE avail.


  M +1 -1      queryschema.cpp   1.33


--- koffice/kexi/kexidb/queryschema.cpp  #1.32:1.33
@@ -426,5 +426,5 @@ QString QuerySchema::debugString()
         }
         dbg += QString("-TABLE ALIASES:\n" + aliases);
-        QString where = d->whereExpr->debugString();
+        QString where = d->whereExpr ? d->whereExpr->debugString() : QString::null;
         if (!where.isEmpty())
                 dbg += QString("\n-WHERE EXPRESSION:\n" + where);


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic