Summary: | Akonadi postgresql backend ( qt 4.8.5+ ) | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Akonadi | Reporter: | Bruno Friedmann <bruno> |
Component: | libakonadi | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | grave | CC: | perezmeyer |
Priority: | NOR | ||
Version: | 4.10 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
URL: | https://bugreports.qt-project.org/browse/QTBUG-30076 | ||
Latest Commit: | http://commits.kde.org/akonadi/0a348cc98a458227bb28d89de584b61e31e1e9a8 | Version Fixed In: | 1.10.3 |
Sentry Crash Report: |
Description
Bruno Friedmann
2013-07-29 06:00:56 UTC
Could be linked to https://bugs.kde.org/show_bug.cgi?id=252120 But is definitively not the same. I don't really see the reason to open a bug report here if you already know the regression comes from upstream :) If upstream decide they already fix it. Everybody think it's fixed, And it's not the case actually. Downgrading to 4.8.4 will be soon a non option do "normal" users. I would have kept the open status just to be sure to track down any change on upstream. Upstream has just closed the bug stating the the problem is in akonadi. See https://bugreports.qt-project.org/browse/QTBUG-30076?focusedCommentId=216330&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-216330 So now we're sure it's not upstream : bug reopen. Akonadi guy have to change their usage : use text and QText or Bytea and corresponding QT object Git commit 0a348cc98a458227bb28d89de584b61e31e1e9a8 by Dan Vrátil, on behalf of Cédric Villemain. Committed on 04/10/2013 at 12:07. Pushed by dvratil into branch '1.10'. Map QString to text instead of Bytea with PostgreSQL backend It's what suggested by QTSql. It also happens to fix the recent issues raising around '\SEEN' errors in SQL queries. It was visible because QTSql somewhat improve the postgresql driver, and so... akonadi revealed its own bug. REVIEW: 112976 Related: bug 252120 FIXED-IN: 1.10.3 M +0 -7 server/src/storage/dbinitializer_p.cpp M +14 -0 server/src/storage/dbupdate.xml http://commits.kde.org/akonadi/0a348cc98a458227bb28d89de584b61e31e1e9a8 |