[commits] Horde branch master updated. 9fdcf7521e1a931649d0a24af512e21130a15092
Michael M Slusarz
slusarz at horde.org
Mon Oct 3 05:43:01 UTC 2011
The branch "master" has been updated.
The following is a summary of the commits.
from: 555ededb0608c04fd9c8247bcff4a851820b5664
9fdcf75 Fix binary decoding of BLOB data on Postgresql 9.1+ servers.
-----------------------------------------------------------------------
commit 9fdcf7521e1a931649d0a24af512e21130a15092
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Sun Oct 2 16:59:03 2011 -0600
Fix binary decoding of BLOB data on Postgresql 9.1+ servers.
Quite honestly, have no idea whether this is a PDO issue or a Postgresql
9.1 issue. But all prefs stored in DB, for example, were broken because
the data contained within the resource return did NOT have characters
unescaped. E.g. this string:
a:0:{}
Was instead being returned as:
a:0:\173\175
This broke when I upgraded my server from Postgres 9.0 -> 9.1
framework/Db/lib/Horde/Db/Adapter/Postgresql/Column.php | 6 +++---
framework/Db/package.xml | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/9fdcf7521e1a931649d0a24af512e21130a15092
More information about the commits
mailing list