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

nullability and join types #527

Closed staabm closed 1 year ago

staabm commented 1 year ago

When e.g. outer joining a table a column which is defined as non-null can/will still contain null when not matched

We should add test coverage for all join cases