Oleg Kolesov

Results 7 comments of Oleg Kolesov

Added simple test for connection close.

Try to cancel query before `pg_close()` in `src/PgSqlHandle.php::close()`. >Start Query Loop heartbeat: 1661196633 Loop heartbeat: 1661196634 Close connection The connection was closed Loop heartbeat: 1661196635 Loop heartbeat: 1661196636 Loop heartbeat:...

> Thank you for putting effort in the improvement of the Yii framework. We have reviewed your pull request. > > In order for the framework and your solution to...

I don't know "out of the box" method to create FK on array in PostgreSQL. If remove `with()` from query and disable eager loading, everything works fine, items are displayed....

Ok, `Order` `Item` is not the best example. Table `A` is some dictionary. Table `B` is some entity, `B 1->n A`. Table `C` is some another entity, `C 1->n A`,...

I also was a little surprised when `hasMany` didn't throw exception in this case. But it works ) Then with eager loading caught exception `convertable to string`. `ActiveRelationTrait::populateRelation` support array....