Update PicoDb

This commit is contained in:
Frédéric Guillot
2014-10-19 14:45:34 -04:00
parent 4da627d1be
commit c1c4d8380e
3 changed files with 5 additions and 2 deletions

View File

@@ -70,7 +70,6 @@ class Mysql extends \PDO {
public function escapeIdentifier($value)
{
if (strpos($value, '.') !== false) return $value;
return '`'.$value.'`';
}
}