Markus Staab

Results 889 comments of Markus Staab

ohh I missunderstood your previous comment. record-and-replay can be used for cases when you really cannot setup a DB in CI. you would commit the recorded files into the repo...

> If we want to support SQL operators, would we need to duplicate all this logic from PHPStan? Even if we omit the parts that are irrelevant to SQL, this...

would be great if you would post a full example, which shows what does not work and what you expect

if you plan to work on this please do it for one operator at first and post a rough prototype, so we can decide how to approach/go on from it

don't let yourself be confused by this "help wanted" label. I just removed this label from the issue tracker, as all issues in the trackers are welcome to be fixed...

I never used right join personally. Have no idea when/why to use them

to clarify: this should not mean that we don't want support for right joins, but it needs some more intensive testing on your end how the sql actually behaves and...

the latest phpstan release fixed some result-cache issues. https://github.com/phpstan/phpstan/releases/tag/1.8.11 could you re-validate whether this might have fixed the underlying problem?

the linked fix was not merged. is the issue still resolved?

> But that does not explain why sometime phpstan-dba successfuly get my query return type, and sometime not. > For example, my code below : @noemi-salaun could you try to...