Aleksei Gagarin

Results 236 comments of Aleksei Gagarin

Can be unresolved because [this test cases](https://github.com/yiisoft/yii-cycle/blob/master/tests/Factory/DbalFactory/DbalFactoryConfigureQueryLoggerTest.php) do fail And [this code](https://github.com/yiisoft/yii-cycle/blob/46dbbc3c6f4126caa8ac9fce4f19320bea9fd067/src/Factory/DbalFactory.php#L49-L51) is still actual

Это потому что пакетная вставка пока не поддерживается в орм. Каждая сущность вставляется отдельным запросом. Пакетную вставку планируем завозить в версию 2, вроде как

On the latest version of the Cycle ORM this bug is not reproduced. @vvval can you confirm this? My case: ```php /** @Entity() */ class A { /** @Column(type="primary") */...

I think we don't need to use the `lateral` baseword that is not supported in some DB, because regular subqueries also support for `order by` and `limit` instructions. Right now...

I have some doubts about the issue. If a string field is configured as `required', does that mean it must be filled? If so then an empty string must not...

> I think we should only fix the case with the "0" value. And i see this case also covered https://github.com/spiral/framework/blob/5dff8222f6ab4aae1afd02467afd9371cedb8788/src/Validation/src/Checker/Traits/NotEmptyTrait.php#L28-L30

@vval hello. Is the issue still relevant?

In your code, your `getPivot()` method gets the same `$rule` object, so you get the same `$pivot` too. The "many to many" relation means that the Pivot will be the...