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

List:       kde-commits
Subject:    koffice/kexi/kexidb
From:       Laurent Montel <montel () kde ! org>
Date:       2009-01-12 8:13:08
Message-ID: 1231747988.603103.11049.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 909780 by mlaurent:

Fix compile


 M  +1 -1      connection.cpp  


--- trunk/koffice/kexi/kexidb/connection.cpp #909779:909780
@@ -953,7 +953,7 @@
     if (objType == KexiDB::AnyObjectType)
         sql = "SELECT o_id, o_name FROM kexi__objects ORDER BY o_id";
     else
-        sql = QString::fromLatin1("SELECT o_id, o_name FROM kexi__objects WHERE \
o_type=%1 ORDER BY o_id").arg(objType)); +        sql = QString::fromLatin1("SELECT \
o_id, o_name FROM kexi__objects WHERE o_type=%1 ORDER BY o_id").arg(objType);  
     Cursor *c = executeQuery(sql);
     if (!c)


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

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