fixed wrapper method on mysql query driver.
This commit is contained in:
@@ -11,6 +11,9 @@ class MySQL extends Query {
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function wrapper() { return '`'; }
|
||||
public function wrapper()
|
||||
{
|
||||
return '`';
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user