On Thursday 24 January 2013, Kevin Krammer wrote: > > I guess that from that revision it started to generate queries that can't > > be parsed by sqlite? > > > > and any idea how and if this can be solved? > > It seems SQLite has some limitations when it comes to prepared queries. > From the Qt documentation on QSqlQuery::prepare > "For SQLite, the query string can contain only one statement at a time. If > more than one statements are give, the function returns false." > > Could you check if this is the case here? I.e. prepare returning false but > false not being handled? > > Cheers, > Kevin
mQuery.prepare( statement ); at line 281 of querybuilder.cpp? seems to always return true one thing that i see in the output is a lot of messages like: akonadi_maildispatcher_agent(19555)/libakonadi Akonadi::SpecialCollectionsRequestJob::slotResult: Failed SpecialCollectionsRequestJob::slotResult "Failed to fetch the resource collection." akonadi_maildispatcher_agent(19555)/libakonadi Akonadi::SpecialCollectionsRequestJobPrivate::resourceScanResult: Failed to request resource "akonadi_maildir_resource_3" : "Failed to fetch the resource collection." -- Marco Martin _______________________________________________ Active mailing list [email protected] https://mail.kde.org/mailman/listinfo/active
