[commits] Horde branch master updated. content-1.0.0alpha1-102-g965d096
Chuck Hagenbuch
chuck at horde.org
Sat Mar 12 23:09:13 UTC 2011
The branch "master" has been updated.
The following is a summary of the commits.
from: a73f42108ed921f951da09737140352ec6e94cf0
965d096 Bug #9153: Change how quoting of binary data is done, so that Postgres stores binary data correctly
-----------------------------------------------------------------------
commit 965d096694da47b40d483439fbfd08f1483ac9ca
Author: Chuck Hagenbuch <chuck at horde.org>
Date: Sat Mar 12 17:35:29 2011 -0500
Bug #9153: Change how quoting of binary data is done, so that Postgres stores binary data correctly
Data should be flagged by wrapping it in a Horde_Db_Value_Binary object. This
doesn't solve the problem that postgres blobs are streams when coming out of
PDO.
framework/Db/lib/Horde/Db/Adapter/Base/Column.php | 10 ---
framework/Db/lib/Horde/Db/Adapter/Base/Schema.php | 12 ++++
framework/Db/lib/Horde/Db/Adapter/Postgresql/Column.php | 27 ---------
framework/Db/lib/Horde/Db/Adapter/Postgresql/Schema.php | 32 +++++++++--
framework/Db/lib/Horde/Db/Adapter/Sqlite/Column.php | 5 --
framework/Db/lib/Horde/Db/Adapter/Sqlite/Schema.php | 8 +++
framework/Db/lib/Horde/Db/Value.php | 25 ++++++++
framework/Db/lib/Horde/Db/Value/Binary.php | 45 +++++++++++++++
framework/Db/package.xml | 6 ++
framework/Db/test/Horde/Db/Adapter/Pdo/PgsqlTest.php | 5 +-
framework/Prefs/lib/Horde/Prefs/Storage/Sql.php | 8 +--
11 files changed, 126 insertions(+), 57 deletions(-)
create mode 100644 framework/Db/lib/Horde/Db/Value.php
create mode 100644 framework/Db/lib/Horde/Db/Value/Binary.php
http://git.horde.org/horde-git/-/commit/965d096694da47b40d483439fbfd08f1483ac9ca
More information about the commits
mailing list