X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fpq-gateway;a=blobdiff_plain;f=lib%2Fpq%2FGateway%2FCell.php;h=b284b75a7d98b7205f70bf3c54f1fc3487e7cf76;hp=f29fd1f5499cdf4f0ed2042378683d2d3eed880a;hb=e2709f3f6de6d5c5ba272d353db16b015b5258b3;hpb=4879955d1b86d606dc24401f26ebde9be7612fbf diff --git a/lib/pq/Gateway/Cell.php b/lib/pq/Gateway/Cell.php index f29fd1f..b284b75 100644 --- a/lib/pq/Gateway/Cell.php +++ b/lib/pq/Gateway/Cell.php @@ -88,7 +88,7 @@ class Cell $this->data->add(new Expr("+ $data")); } else { $data = $this->row->getTable()->getConnection()->quote($data); - $this->data->add(new Expr("%s %s"), isset($op) ? $op : "||", $data); + $this->data->add(new Expr("%s %s", isset($op) ? $op : "||", $data)); } $this->dirty = true;