[Akonadi] [Bug 305543] Paramter count mismatch during akonadi start-up due to broken SQL query

2013-11-28 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=305543 --- Comment #9 from Daniel Vrátil dvra...@redhat.com --- I committed the files in /server/src/search stuff accidentally, the real fix is the +52 in querybuilder.cpp :-) -- You are receiving this mail because: You are the assignee for the bug.

[Akonadi] [Bug 305543] Paramter count mismatch during akonadi start-up due to broken SQL query

2013-11-27 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=305543 Daniel Vrátil dvra...@redhat.com changed: What|Removed |Added Status|UNCONFIRMED |CONFIRMED Ever

[Akonadi] [Bug 305543] Paramter count mismatch during akonadi start-up due to broken SQL query

2013-11-27 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=305543 Daniel Vrátil dvra...@redhat.com changed: What|Removed |Added Status|CONFIRMED |RESOLVED Version Fixed In|

[Akonadi] [Bug 305543] Paramter count mismatch during akonadi start-up due to broken SQL query

2013-11-27 Thread Maciej Mrozowski
https://bugs.kde.org/show_bug.cgi?id=305543 --- Comment #8 from Maciej Mrozowski reave...@gmail.com --- Wow, so many changes. Was updating item access time actually worth it? -- You are receiving this mail because: You are the assignee for the bug.

[Akonadi] [Bug 305543] Paramter count mismatch during akonadi start-up due to broken SQL query

2013-11-26 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=305543 Daniel Vrátil dvra...@redhat.com changed: What|Removed |Added CC||dvra...@redhat.com ---

[Akonadi] [Bug 305543] Paramter count mismatch during akonadi start-up due to broken SQL query

2013-11-26 Thread Maciej Mrozowski
https://bugs.kde.org/show_bug.cgi?id=305543 --- Comment #4 from Maciej Mrozowski reave...@gmail.com --- Relation CollectionPimItemRelation exists in my case, still query in question fails. UPDATE PimItemTable SET atime = :0 WHERE ( CollectionPimItemRelation.Collection_id = :1 AND (

[Akonadi] [Bug 305543] Paramter count mismatch during akonadi start-up due to broken SQL query

2013-11-26 Thread Maciej Mrozowski
https://bugs.kde.org/show_bug.cgi?id=305543 --- Comment #5 from Maciej Mrozowski reave...@gmail.com --- Btw, it seems related code is below: void FetchHelper::updateItemAccessTime() { Transaction transaction( mConnection-storageBackend() ); QueryBuilder qb( PimItem::tableName(),

[Akonadi] [Bug 305543] Paramter count mismatch during akonadi start-up due to broken SQL query

2013-11-25 Thread Maciej Mrozowski
https://bugs.kde.org/show_bug.cgi?id=305543 Maciej Mrozowski reave...@gmail.com changed: What|Removed |Added CC||reave...@gmail.com ---