0.1.6
Major Feautures
- MariaDB is now supported
- via
RuntimeConfigurationyou can enable adebugModewhich leads to more information, in case of errors SyntaxErrorInPreparedStatementMethodRulecan now be used with PreparedStatement objects__construct():
services:
-
class: staabm\PHPStanDba\Rules\SyntaxErrorInPreparedStatementMethodRule
tags: [phpstan.rules.rule]
arguments:
classMethods:
- 'staabm\PHPStanDba\Tests\Fixture\PreparedStatement::__construct'
What's Changed
- typo by @staabm in #80
- Update README.md by @staabm in #81
- Fix
RecordingQueryReflectorto work phpstan and phpunit in tandem by @staabm in #82 - fix cs by @staabm in #83
- added multi line query test by @staabm in #86
- added mariadb coverage to github actions by @staabm in #84
- output simulated query on syntax errors when in debug-mode by @staabm in #85
- support prepared statement analysis of
construct()-methods inSyntaxErrorInPreparedStatementMethodRuleby @staabm in #88
Full Changelog: 0.1.5...0.1.6