Kamil Ruczyński

Results 5 issues of Kamil Ruczyński

Recently, I found that ClockworkLogger is not working correctly with custom types. It's caused because a lack of types passed to the formatter in src/Loggers/Clockwork/DoctrineDataSource.php. ``` Given query param is...

I've added this link because it seems valuable for PHP programmers (1.1k stars). https://testing-tips.sarvendev.com/

It should slightly optimize bootstrap time, especially for large applications with many providers. I've encountered that the method getProvider has O(n) complexity, but it could be optimized to O(1). -...

## Description I've described the problem here: https://sarvendev.com/2024/10/uuid-orm-and-strange-deadlocks/ ## Steps to reproduce 1. create an entity with string $id, mapped as uuid_type 2. save this entity 3. get the entity...

bug

### Bug Report | Q | A |------------ | ------ | BC Break | yes | Version | 2.9.0 #### Summary I discovered a problem when the table in MSSQL...

Bug
SQL Server
QueryBuilder