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
249 stars 17 forks source link

Support for PDO parameter binding with PDOStatement::execute() #623

Closed thbley closed 10 months ago

thbley commented 11 months ago

relates to https://github.com/staabm/phpstan-dba/issues/603

Added support for parameter bindings from PDOStatement::execute() with checking for syntax error and query plan analyzer.

@staabm could you check this PR?

thbley commented 10 months ago

Closing due to inactivity of project maintainer.

staabm commented 10 months ago

Sorry, I don't have time for a in detail review. The original issue is still valid.

When time allows I will take your tests and fix it