[commits] Horde branch master updated. cae2e1c4afd41cc22f2110d5686951ec451c11fd
Chuck Hagenbuch
chuck at horde.org
Tue Dec 23 19:22:09 UTC 2008
The branch master has been updated
via cae2e1c4afd41cc22f2110d5686951ec451c11fd (commit)
via 7af82c7a0168cd7d7f61d8518557576a1d3501ba (commit)
via 72f272b693cb1f8ed9b586fcaa3f43e644d90650 (commit)
via 22ce86081d00248fc748eecddde511756ba42f0b (commit)
via 39b28ae807cf1593eecf2757801128a35299c07f (commit)
via 030998ebc2c1d2841b75fe30282650bb80f65a37 (commit)
from 047fd1cb43cfa91f818ce307c46f18c0abc91279 (commit)
-----------------------------------------------------------------------
commit cae2e1c4afd41cc22f2110d5686951ec451c11fd
Author: Chuck Hagenbuch <chuck at horde.org>
Date: Tue Dec 23 14:22:07 2008 -0500
fix location of default mysql table options
framework/Db/lib/Horde/Db/Adapter/Mysql/Schema.php | 4 +-
.../lib/Horde/Db/Adapter/Mysql/TableDefinition.php | 38 ----------------
framework/Db/package.xml | 2 -
3 files changed, 2 insertions(+), 42 deletions(-)
delete mode 100644 framework/Db/lib/Horde/Db/Adapter/Mysql/TableDefinition.php
http://cvs.horde.org/diff.php/framework/Db/lib/Horde/Db/Adapter/Mysql/Schema.php?rt=horde-git&r1=72f272b693cb1f8ed9b586fcaa3f43e644d90650&r2=cae2e1c4afd41cc22f2110d5686951ec451c11fd
http://cvs.horde.org/diff.php/framework/Db/lib/Horde/Db/Adapter/Mysql/TableDefinition.php?rt=horde-git&r1=7af82c7a0168cd7d7f61d8518557576a1d3501ba&r2=cae2e1c4afd41cc22f2110d5686951ec451c11fd
http://cvs.horde.org/diff.php/framework/Db/package.xml?rt=horde-git&r1=624e873647e491b6cf1737e4e36a8aeb30a9c469&r2=cae2e1c4afd41cc22f2110d5686951ec451c11fd
-----------------------------------------------------------------------
commit 7af82c7a0168cd7d7f61d8518557576a1d3501ba
Author: Chuck Hagenbuch <chuck at horde.org>
Date: Tue Dec 23 14:14:55 2008 -0500
create tables with a default charset that honors the configured charset
.../lib/Horde/Db/Adapter/Mysql/TableDefinition.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://cvs.horde.org/diff.php/framework/Db/lib/Horde/Db/Adapter/Mysql/TableDefinition.php?rt=horde-git&r1=5605b1544e46d2d02658612555eeb7b29f451f11&r2=7af82c7a0168cd7d7f61d8518557576a1d3501ba
-----------------------------------------------------------------------
commit 72f272b693cb1f8ed9b586fcaa3f43e644d90650
Author: Chuck Hagenbuch <chuck at horde.org>
Date: Tue Dec 23 14:14:23 2008 -0500
add a function for setting a mysql connection's charset, turning a charset name into one that mysql understands, and make sure that the charset is set on connection
framework/Db/lib/Horde/Db/Adapter/Mysql/Schema.php | 32 +++++++++++++++-
framework/Db/lib/Horde/Db/Adapter/Mysqli.php | 8 +++-
framework/Db/lib/Horde/Db/Adapter/Pdo/Mysql.php | 6 ++-
framework/Db/test/Horde/Db/Adapter/MysqliTest.php | 9 ++++-
.../Db/test/Horde/Db/Adapter/Pdo/MysqlTest.php | 9 ++++-
5 files changed, 58 insertions(+), 6 deletions(-)
http://cvs.horde.org/diff.php/framework/Db/lib/Horde/Db/Adapter/Mysql/Schema.php?rt=horde-git&r1=22ce86081d00248fc748eecddde511756ba42f0b&r2=72f272b693cb1f8ed9b586fcaa3f43e644d90650
http://cvs.horde.org/diff.php/framework/Db/lib/Horde/Db/Adapter/Mysqli.php?rt=horde-git&r1=624e873647e491b6cf1737e4e36a8aeb30a9c469&r2=72f272b693cb1f8ed9b586fcaa3f43e644d90650
http://cvs.horde.org/diff.php/framework/Db/lib/Horde/Db/Adapter/Pdo/Mysql.php?rt=horde-git&r1=624e873647e491b6cf1737e4e36a8aeb30a9c469&r2=72f272b693cb1f8ed9b586fcaa3f43e644d90650
http://cvs.horde.org/diff.php/framework/Db/test/Horde/Db/Adapter/MysqliTest.php?rt=horde-git&r1=624e873647e491b6cf1737e4e36a8aeb30a9c469&r2=72f272b693cb1f8ed9b586fcaa3f43e644d90650
http://cvs.horde.org/diff.php/framework/Db/test/Horde/Db/Adapter/Pdo/MysqlTest.php?rt=horde-git&r1=624e873647e491b6cf1737e4e36a8aeb30a9c469&r2=72f272b693cb1f8ed9b586fcaa3f43e644d90650
-----------------------------------------------------------------------
commit 22ce86081d00248fc748eecddde511756ba42f0b
Author: Chuck Hagenbuch <chuck at horde.org>
Date: Tue Dec 23 14:07:14 2008 -0500
fix showVariable (was previously returning the variable name, not its value)
framework/Db/lib/Horde/Db/Adapter/Mysql/Schema.php | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
http://cvs.horde.org/diff.php/framework/Db/lib/Horde/Db/Adapter/Mysql/Schema.php?rt=horde-git&r1=0b3c59b1b8cbafcb02358ddf301d1cad3ff917bc&r2=22ce86081d00248fc748eecddde511756ba42f0b
-----------------------------------------------------------------------
commit 39b28ae807cf1593eecf2757801128a35299c07f
Author: Chuck Hagenbuch <chuck at horde.org>
Date: Tue Dec 23 14:04:24 2008 -0500
make sure that we have a charset parameter in the db config, and default it to UTF-8
framework/Db/lib/Horde/Db/Adapter/Abstract.php | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
http://cvs.horde.org/diff.php/framework/Db/lib/Horde/Db/Adapter/Abstract.php?rt=horde-git&r1=0b3c59b1b8cbafcb02358ddf301d1cad3ff917bc&r2=39b28ae807cf1593eecf2757801128a35299c07f
-----------------------------------------------------------------------
commit 030998ebc2c1d2841b75fe30282650bb80f65a37
Author: Chuck Hagenbuch <chuck at horde.org>
Date: Tue Dec 23 14:03:42 2008 -0500
notes on mssql needing nchar for unicode strings
framework/Db/lib/Horde/Db/Adapter/Mssql/Schema.php | 31 +++++++++++++++-
1 files changed, 30 insertions(+), 1 deletions(-)
http://cvs.horde.org/diff.php/framework/Db/lib/Horde/Db/Adapter/Mssql/Schema.php?rt=horde-git&r1=624e873647e491b6cf1737e4e36a8aeb30a9c469&r2=030998ebc2c1d2841b75fe30282650bb80f65a37
More information about the commits
mailing list