staabm / phpstan-dba

PHPStan based SQL static analysis and type inference for the database access layer
https://staabm.github.io/archive.html#phpstan-dba
MIT License
250 stars 17 forks source link

support for cross joins. don't error on joins of subqueries #569

Closed jakubvojacek closed 1 year ago

jakubvojacek commented 1 year ago

The changes works fine for my codebase

staabm commented 1 year ago

changes look good to me, but require test-cases which fail without the actual code changes

jakubvojacek commented 1 year ago

changes look good to me, but require test-cases which fail without the actual code changes

yea, I will try to add some