add a function for setting a mysql connection's charset, turning a charset name into...
authorChuck Hagenbuch <chuck@horde.org>
Tue, 23 Dec 2008 19:14:23 +0000 (14:14 -0500)
committerChuck Hagenbuch <chuck@horde.org>
Tue, 23 Dec 2008 19:14:23 +0000 (14:14 -0500)
commit72f272b693cb1f8ed9b586fcaa3f43e644d90650
treeea6824bedb4eadd5b154d3233a535c08435dc49d
parent22ce86081d00248fc748eecddde511756ba42f0b
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
framework/Db/lib/Horde/Db/Adapter/Mysqli.php
framework/Db/lib/Horde/Db/Adapter/Pdo/Mysql.php
framework/Db/test/Horde/Db/Adapter/MysqliTest.php
framework/Db/test/Horde/Db/Adapter/Pdo/MysqlTest.php