Bug 277365 - Error during executing query "UPDATE PimItemTable SET atime = :0"
Summary: Error during executing query "UPDATE PimItemTable SET atime = :0"
Status: RESOLVED FIXED
Alias: None
Product: Akonadi
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-08 13:29 UTC by Frédéric COIFFIER
Modified: 2011-07-20 06:57 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frédéric COIFFIER 2011-07-08 13:29:11 UTC
Version:           unspecified (using Devel) 
OS:                Linux

I'm using last git version of akonadi and kdepim (2011-07-08). 
When I launch Akonadi with akonadictl start in a Konsole and I use KMail, I get many message like :

Error during executing query "UPDATE PimItemTable SET atime = :0 WHERE ( PimItemTable.remoteId = ( :1 ) AND CollectionTable.resourceId = :2 AND ( PimItemTable.collectionId = CollectionTable.id ) )" :  " Parameter count mismatch" 
Unable to update item access time 
Error during executing query "UPDATE PimItemTable SET atime = :0 WHERE ( PimItemTable.remoteId = ( :1 ) AND CollectionTable.resourceId = :2 AND ( PimItemTable.collectionId = CollectionTable.id ) )" :  " Parameter count mismatch" 
Unable to update item access time 
Error during executing query "UPDATE PimItemTable SET atime = :0 WHERE ( PimItemTable.remoteId = ( :1 ) AND CollectionTable.resourceId = :2 AND ( PimItemTable.collectionId = CollectionTable.id ) )" :  " Parameter count mismatch" 

Reproducible: Always

Steps to Reproduce:
1. Launch akonadictl start
2. Launch kmail


Expected Results:  
No error should be displayed.
Comment 1 Christophe Marin 2011-07-13 10:46:23 UTC
Cannot reproduce with master.

just to be sure, what does akonadictl --version returns ?

What is kmail doing when you see this message ?
Comment 2 Frédéric COIFFIER 2011-07-20 06:57:05 UTC
I can't reproduce it with Akonadi 1.6.0 and KDEPIM 4.7 RC2.