Pavlo Milkevych

Results 4 comments of Pavlo Milkevych

Thank you for the answer! I didn't find this behavior in the documentation. Maybe it should be added. I replaced UPDATE with REPLACE, but now the number of killed_documents increases...

My version constraint are as follows: `php: ^8.1` `lcobucci/clock: ^3.0` I need the code to work with both PHP 8.1 and PHP 8.3. Therefore, the `composer require php:^8.3` suggestion does...

@vtsykun, @lcobucci thank you for your advice. I used composer.json with `replace`, it works.

Thank you for your answer. The `SHOW QUERIES` is just an example. I want to write a plugin that handles queries like `INSERT INTO tbl2 SELECT * FROM tbl1`. I...