Markus Staab

Results 1232 comments of Markus Staab

danke für die info. ich habe rexfactor seit längerem nicht aktualisiert, da es anscheinend kaum jemand verwendet. falls es für euch wichtig ist, könnte ich es mal wieder auf den...

cs-fixer vendor update macht sicherlich sinn. einen anderen cs-fixer würd ich ungern reinnehmen

jop bzgl. 8.4 haste recht. aber der cs-fixer ist prinzipiell relativ alt in diesem addon (d.h. es gibt vermutlich auch bugs mit PHP 8.2/8.3 im aktuellen stand des addons)

which php version and which database access layer are you using?

I can reproduce the issue. it is caused by the `#cart-persister::load` line before the query. what is this thing about?

I didn't found comments with `#` in the mysql docs. Is this something db specific? Couldn't you use regular ansi sql comments? I guess it will just work

thanks for reporting. which database driver are you using? I guess the problem only happens for certain drivers (pdo, mysqli, doctrine/dbal,..?)

dbal tests are here: https://github.com/staabm/phpstan-dba/blob/main/tests/default/data/doctrine-dbal.php the used db schema for the tests is here: https://github.com/staabm/phpstan-dba/blob/main/tests/schema.sql I think it should be reproducible there