20250801
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
use goodboyalex\php_db_components_pack\attributes\ConvertToDB;
|
||||
use goodboyalex\php_db_components_pack\attributes\FieldName;
|
||||
use goodboyalex\php_db_components_pack\attributes\IgnoredInDB;
|
||||
use goodboyalex\php_db_components_pack\classes\ConditionBuilder;
|
||||
use goodboyalex\php_db_components_pack\enums\DBOperation;
|
||||
use goodboyalex\php_db_components_pack\interfaces\IDBItem;
|
||||
use PDO;
|
||||
@@ -235,7 +236,7 @@
|
||||
*
|
||||
* @return string SQL-запрос
|
||||
*/
|
||||
private function PrepareSQLForRowsQuery (string $table, array $columns = [], array $where = [],
|
||||
private function PrepareSQLForRowsQuery (string $table, array $columns, ConditionBuilder $where,
|
||||
array &$params = []): string
|
||||
{
|
||||
// Очищаю параметры
|
||||
|
Reference in New Issue
Block a user