[Akonadi] [Bug 331995] akonadi 4.13 beta 1 postgresql crash when starting

Daniel Vrátil dvratil at redhat.com
Wed Mar 12 13:51:52 GMT 2014


https://bugs.kde.org/show_bug.cgi?id=331995

Daniel Vrátil <dvratil at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |RESOLVED
   Version Fixed In|                            |1.12.0
         Resolution|---                         |FIXED
      Latest Commit|                            |http://commits.kde.org/akon
                   |                            |adi/85df6620848ed4d1222fb06
                   |                            |8b3aad1a3dcc2b1d3

--- Comment #7 from Daniel Vrátil <dvratil at redhat.com> ---
Git commit 85df6620848ed4d1222fb068b3aad1a3dcc2b1d3 by Dan Vrátil.
Committed on 12/03/2014 at 13:49.
Pushed by dvratil into branch '1.12'.

Fix PostgreSQL query in database update 25

The columns are already TEXT and not bytea, so we can't use encode()
on them. This was probably written before we migrated our string columns
in PostgreSQL to TEXT. The conversion from bytea to TEXT happens in
update 24, so before this one.
FIXED-IN: 1.12.0

M  +1    -1    server/src/storage/dbupdater.cpp

http://commits.kde.org/akonadi/85df6620848ed4d1222fb068b3aad1a3dcc2b1d3

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kdepim-bugs mailing list