Kamil Michalak

Results 6 issues of Kamil Michalak

Long polling - missing eventid parameter

…ribute table) to avoid ........pg.dropped.x....... | Q | A |------------- | ----------- | Type | bug | Fixed issues | #6248 #### Summary Avoid fetching deleted columns for tables structure

Missing Tests
Bug
PostgreSQL
Schema Introspection

When we have table with deleted columns and we wanna renameColumn this deleted column is still fetched by getListTableColumnsSQL and Dbal cannot fetch type for this column and cast them...

Bug
PostgreSQL
Schema Introspection

Hi, vendor/reliese/laravel/src/Coders/Model/Relations/HasOneOrMany.php Wrong constant is used ![image](https://user-images.githubusercontent.com/1311334/216851439-5b280d70-cbc7-4e75-873b-73115474d97f.png)

The bug occures after sending big message to 20k connected users. nginx version: nginx/1.12.2 built with OpenSSL 1.0.2l 25 May 2017 TLS SNI support enabled nchan last master version ```...

Hi, I wanna implement simple counter bassed on redis location = /counter.gif { redis2_pass redis_backend; redis2_query incr counter; access_log off; empty_gif; add_header Cache-Control "max-age=0, no-cache, no-store"; } The main problem...