Completed
Push — master ( 585dd0...14c0cf )
by Oleg
03:48
created
db/drivers/PgsqlDriver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -162,7 +162,7 @@
 block discarded – undo
162 162
             $this->conn->beginTransaction();
163 163
 
164 164
             $dbh = null;
165
-            $res = $this->conn->prepare('INSERT INTO ' . $table . ' (' . $fields . ') VALUES (' . $values . ');');
165
+            $res = $this->conn->prepare('INSERT INTO '.$table.' ('.$fields.') VALUES ('.$values.');');
166 166
             foreach ($rows AS $row) {
167 167
                 $dbh = $res->execute($row);
168 168
             }
Please login to merge, or discard this patch.