Merge pull request #505 from schmengler/index-fix

BUGFIX: Added double quotes to column names in automatically generated i...
This commit is contained in:
Sam Minnée 2012-06-14 17:19:48 -07:00
commit aebfea7f68

View File

@ -391,7 +391,7 @@ abstract class SS_Database {
//DB Abstraction: remove this ===true option as a possibility?
if($spec === true) {
$spec = "($index)";
$spec = "(\"$index\")";
}
//Indexes specified as arrays cannot be checked with this line: (it flattens out the array)