From e720de0aa56794280a2558d4b0e779bcde2e53d5 Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Mon, 5 Jan 2009 00:10:37 -0500 Subject: [PATCH] add a few methods from the latest rails code --- framework/Db/lib/Horde/Db/Adapter/Mysql/Schema.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 -- 2.11.0