Nekrasov Ilya
Nekrasov Ilya
Hello, what if we have a jsonb column addresses with ` [ {...}. {...}, {...} ] ` Is there any way to cast it to ` [ Address(...), Address(...), Address(...),...
## Rule request A new rule that detects characters before
Laravel does a lot of stuff with timezones charset etc to configure connection. As a result we have some issues with PG connection and charset now e.g
Steps to reproduce: 1. Install basic yii2 template 2. Add tests https://github.com/arrilot/yii2-codeception-memory-leak-demo/pull/1/files 3. run `vendor/bin/codecept run tests/unit/leak/A500Test.php` ``` Time: 00:02.015, Memory: 156.00 MB OK (500 tests, 500 assertions) ``` 4....