Skip to content
This repository was archived by the owner on Aug 13, 2023. It is now read-only.

Commit 2e70d83

Browse files
authored
Update SQLite.php
1 parent 730d87f commit 2e70d83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/QueryBuilder/Adapter/SQLite.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function columns()
5454
*/
5555
public function quote($string)
5656
{
57-
return '"' . str_replace('.', '"."', $string) . '"';
57+
return $string; //'"' . str_replace('.', '"."', $string) . '"';
5858
}
5959

6060
/**

0 commit comments

Comments
 (0)