Commit 3cee383a by 冷斌

debug

parent 9d9e3ecc
...@@ -383,9 +383,6 @@ class NotORM_Result extends NotORM_Abstract implements Iterator, ArrayAccess, Co ...@@ -383,9 +383,6 @@ class NotORM_Result extends NotORM_Abstract implements Iterator, ArrayAccess, Co
if($this->parameters){ if($this->parameters){
$parameters = array_merge($parameters, $this->parameters); $parameters = array_merge($parameters, $this->parameters);
} }
var_dump('----a-----');
var_dump("UPDATE" . $this->topString($this->limit, $this->offset) . " $this->table SET " . implode(", ", $values) . $this->whereString(), $parameters);
var_dump('----a-----');
// joins in UPDATE are supported only in MySQL // joins in UPDATE are supported only in MySQL
$return = $this->query("UPDATE" . $this->topString($this->limit, $this->offset) . " $this->table SET " . implode(", ", $values) . $this->whereString(), $parameters); $return = $this->query("UPDATE" . $this->topString($this->limit, $this->offset) . " $this->table SET " . implode(", ", $values) . $this->whereString(), $parameters);
if(!$return){ if(!$return){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment