Commit 63e121f3 authored by Juozas Kaziukenas's avatar Juozas Kaziukenas

Changed to use default quatation for identifiers

parent 966e2bb4
......@@ -104,14 +104,6 @@ class MsSqlPlatform extends AbstractPlatform
return false;
}
/**
* @override
*/
public function quoteIdentifier($str)
{
return '[' . $str . ']';
}
/**
* @override
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment