projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7a3fce
)
add a few methods from the latest rails code
author
Chuck Hagenbuch
<chuck@horde.org>
Mon, 5 Jan 2009 05:10:37 +0000
(
00:10
-0500)
committer
Chuck Hagenbuch
<chuck@horde.org>
Mon, 5 Jan 2009 05:10:37 +0000
(
00:10
-0500)
framework/Db/lib/Horde/Db/Adapter/Mysql/Schema.php
patch
|
blob
|
history
diff --git
a/framework/Db/lib/Horde/Db/Adapter/Mysql/Schema.php
b/framework/Db/lib/Horde/Db/Adapter/Mysql/Schema.php
index
eedf1d1
..
a2d3c85
100644
(file)
--- 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