modify
This commit is contained in:
@@ -133,7 +133,7 @@ class SqlBuilder extends Component
|
|||||||
|
|
||||||
$this->query->from = null;
|
$this->query->from = null;
|
||||||
|
|
||||||
return $delete . $this->_prefix(true);
|
return $delete . ' WHERE ' . $this->_prefix(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user