Releases: staabm/phpstan-dba
Releases · staabm/phpstan-dba
0.2.85
0.2.84
0.2.83
0.2.82
Improvements
- Fix getting columns when sql mode is using ansi_quotes by @lode in #669
- Drop PHP 7.2/7.3 support by @staabm in #682
- Drop mysql57 in CI by @staabm in #684
- Simplify QuerySimulation by @staabm in #685
- Test unspecified lists by @staabm in #686
- Support more array types by @staabm in #687
Internals
- Fix PHPStan deprecations by @staabm in #683
- Bump ramsey/composer-install from 2 to 3 by @dependabot in #646
- Update phpstan/extension-installer requirement from ^1.2 to ^1.4 by @dependabot in #659
- Update tomasvotruba/unused-public requirement from ^0.3 to ^1.0 by @dependabot in #681
- Update php-parallel-lint/php-parallel-lint requirement from ^1.3 to ^1.4 by @dependabot in #647
- Update symplify/easy-coding-standard requirement from ^11.4 to ^12.3 by @dependabot in #660
New Contributors
Full Changelog: 0.2.81...0.2.82
0.2.81
0.2.80
Bugfixes 🐞
- FetchAll actually returns list of results, not an array per se. by @patrickkusebauch in #638
- Support nested quotes by @b-viguier in #651
New Contributors
- @patrickkusebauch made their first contribution in #638
- @b-viguier made their first contribution in #651
Full Changelog: 0.2.79...0.2.80
0.2.79
0.2.78
0.2.77
0.2.76
Improved query parameter/placeholder validation
- Named placeholders only need to be contained in one of the union queries by @staabm in #625
- Fix false positive with unnamed placeholders by @staabm in #628
Internals
Full Changelog: 0.2.75...0.2.76