From: Chuck Hagenbuch Date: Mon, 5 Jan 2009 05:10:37 +0000 (-0500) Subject: add a few methods from the latest rails code X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=e720de0aa56794280a2558d4b0e779bcde2e53d5;p=horde.git add a few methods from the latest rails code --- diff --git a/framework/Db/lib/Horde/Db/Adapter/Mysql/Schema.php b/framework/Db/lib/Horde/Db/Adapter/Mysql/Schema.php index eedf1d16f..a2d3c8533 100644 --- a/framework/Db/lib/Horde/Db/Adapter/Mysql/Schema.php +++ b/framework/Db/lib/Horde/Db/Adapter/Mysql/Schema.php @@ -361,6 +361,20 @@ class Horde_Db_Adapter_Mysql_Schema extends Horde_Db_Adapter_Abstract_Schema } /** + */ + public function caseSensitiveEqualityOperator() + { + return '= BINARY'; + } + + /** + */ + public function limitedUpdateConditions($whereSql, $quotedTableName, $quotedPrimaryKey) + { + return $whereSql; + } + + /** * Add AFTER option * * @param string $sql