Fixed excessive BuildMeta inserts.
This commit is contained in:
parent
cd6bfa5942
commit
c6ae043750
3 changed files with 48 additions and 19 deletions
|
|
@ -53,7 +53,7 @@ abstract class Store
|
|||
$manualWheres = [],
|
||||
$whereType = 'AND'
|
||||
) {
|
||||
$query = 'SELECT * FROM {{' . $this->tableName . '}}';
|
||||
$query = 'SELECT * FROM {{' . $this->tableName . '}}';
|
||||
$countQuery = 'SELECT COUNT(*) AS {{count}} FROM {{' . $this->tableName . '}}';
|
||||
|
||||
$wheres = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue