Andrey Pyzhikov

Results 6 issues of Andrey Pyzhikov

### CodeIgniter4 Version dev ### What happened? If you specify a custom error message for a field with an asterisk, the default error text will be used. This is due...

bug

### PHP Version 7.4 ### CodeIgniter4 Version dev ### CodeIgniter4 Installation Method Git ### Which operating systems have you tested for this bug? Windows ### Which server did you use?...

bug
database

### CodeIgniter4 Version 4.2.1 ### What happened? Missing $dbGroup argument. https://github.com/codeigniter4/CodeIgniter4/blob/7439b6ec5134492bbbf466d99bc206aa883a4b54/system/Validation/Validation.php#L109 https://github.com/codeigniter4/CodeIgniter4/blob/7439b6ec5134492bbbf466d99bc206aa883a4b54/system/Validation/ValidationInterface.php#L28

bug

**Describe the bug** Wrong approach to implementing a generic BaseBuilder instance in the model and post processing queries to the database. When using a subquery, the work of the model...

database

I believe that the behavior of Entity::toRawArray is not correct and not fully tested. For example, I'll take a test https://github.com/codeigniter4/CodeIgniter4/blob/4cbfe2cd25ff8b08eee323cc734a2113cead8eb1/tests/system/EntityTest.php#L773-L792 If the toRawArray() method is called with arguments $onlyChanged...

bug
database

### PHP Version 7.4 ### CodeIgniter4 Version 4.4 ### CodeIgniter4 Installation Method Git ### Which operating systems have you tested for this bug? Windows ### Which server did you use?...

bug