add a few methods from the latest rails code
authorChuck Hagenbuch <chuck@horde.org>
Mon, 5 Jan 2009 05:10:37 +0000 (00:10 -0500)
committerChuck Hagenbuch <chuck@horde.org>
Mon, 5 Jan 2009 05:10:37 +0000 (00:10 -0500)
framework/Db/lib/Horde/Db/Adapter/Mysql/Schema.php

index eedf1d1..a2d3c85 100644 (file)
@@ -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