eee
This commit is contained in:
@@ -28,7 +28,7 @@ use Kiri\Abstracts\Component;
|
|||||||
abstract class QueryTrait extends Component implements ActiveQueryInterface, ISqlBuilder
|
abstract class QueryTrait extends Component implements ActiveQueryInterface, ISqlBuilder
|
||||||
{
|
{
|
||||||
protected array $where = [];
|
protected array $where = [];
|
||||||
protected array $select = [];
|
protected array $select = ['t1.*'];
|
||||||
protected array $join = [];
|
protected array $join = [];
|
||||||
protected array $order = [];
|
protected array $order = [];
|
||||||
protected int $offset = -1;
|
protected int $offset = -1;
|
||||||
@@ -40,7 +40,7 @@ abstract class QueryTrait extends Component implements ActiveQueryInterface, ISq
|
|||||||
protected bool $lock = FALSE;
|
protected bool $lock = FALSE;
|
||||||
protected SqlBuilder $builder;
|
protected SqlBuilder $builder;
|
||||||
protected array $params = [];
|
protected array $params = [];
|
||||||
protected array $_alias = [];
|
protected array $_alias = ['t1.*'];
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user