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

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