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

Daniel Vrátil <[email protected]> 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 <[email protected]> ---
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.
_______________________________________________
Kdepim-bugs mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kdepim-bugs

Reply via email to