Summary: | Can't get new e-mail with postgresql backend | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Akonadi | Reporter: | Ferry <ferry.toth> |
Component: | IMAP resource | Assignee: | Kevin Ottens <ervin> |
Status: | RESOLVED UPSTREAM | ||
Severity: | normal | CC: | dvratil, kdepim-bugs, vectro, vkrause |
Priority: | NOR | ||
Version: | 4.11 | ||
Target Milestone: | --- | ||
Platform: | Kubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Ferry
2013-08-21 19:21:25 UTC
probably this Qt-4.8.5 bug [1] [1]http://cgbdx.wordpress.com/2013/07/17/note-for-the-akonadi-pgsql-users/ I think not. I am on Quantal which has libqt4-* 4.8.3. Also I experienced the same problem on raring which has 4.8.4. The article you reference recommends to stay at or downgrade to 4.8.4. Don't forget before updating to kde 4.11 I had 4.10 which worked fine. I left the status resolved upstream, but can you confirm this is really the case (i.e. did you check)? Ferry I'm seeing this issue using libqt4-sql-psql 4:4.8.2+dfsg-2. The Akonadi console output has messages like: Error during executing query "INSERT INTO PimItemFlagRelation (PimItem_id, Flag_id) VALUES (:0, :1) RETURNING id" : "ERROR: syntax error at or near "(" LINE 1: EXECUTE (121022, 9) ^ QPSQL: Unable to create query" This does not seem to match the linked upstream bug. The importance of this bug should also be raised to "Grave", since Akonadi is almost useless without a fix. What version of PostgreSQL (pg_ctl --version) and Akonadi (akonadictl --version) do you have? postgresql: 9.1.9-0ubuntu12.04 akonadi: 1.10.1-0ubuntu1~ubuntu12.04~ppa1 libqt4-sql-psql: 4:4.8.2+dfsg-2ubuntu1~precise1~ppa5 Seems like this is an akonadi problem, fixed in 1.10.3. |