Kirill Zaytsev

Results 14 comments of Kirill Zaytsev

@alexander-akait, I just rebased my branch, so I think a new review is not required yet. However, I have some questions: * Is there any instruction for the tests? How...

```php $id = $I->haveInDatabase('my_table', []); ``` Message was about sql syntax error, resulting sql query looked like ```sql INSERT INTO my_table() VALUES () ``` my_table has only id autoincrement column...

> What exactly is a use case for inserting a row with auto increment id with no known fields? I have a system with multiple entities of different nature and...