Releases: staabm/phpstan-dba
Releases · staabm/phpstan-dba
0.2.35
0.2.34
0.2.33
0.2.32
New Features
- Within your
phpstan-dba-bootstrap.phpfile, you can optionally enable query plan analysis.
When enabled,phpstan-dbawill error when queries are not using indices or queries are inefficient.
DEMO
What's Changed
- mysql query plan analyzer by @staabm in #377
- fix reflection-cache error by @staabm in #382
- Added
nullto PDO default types by @staabm in #381
Full Changelog: 0.2.31...0.2.32
0.2.31
0.2.30
Notable Changes
- Fixed a few glitches when working with the recording feature and using the record-information across operating systems
PdoQueryReflectorwas marked as deprecated andPdoMysqlQueryReflectorshould be used as a 1:1 replacement instead- we won't drop
PdoQueryReflectorin the near future though
- we won't drop
What's Changed
- introduce PdoMysqlQueryReflector and deprecate PdoQueryReflector by @staabm in #370
- cleanup internal types by @staabm in #362
- make sure recording information works consistent across OS (line delims) by @staabm in #374
- normalize EOL also in prepared queries by @staabm in #375
- trim queries for cross-OS compat by @staabm in #376
Full Changelog: 0.2.29...0.2.30
0.2.29
0.2.28
0.2.27
What's Changed
- Move ext-mysqli to require-dev by @marmichalski in #352
- overhaul docs by @staabm in #351
New Contributors
- @marmichalski made their first contribution in #352
Full Changelog: 0.2.26...0.2.27
0.2.26
This is the first release which supports pgsql databases (beta quality).
Early adopters can find a preliminary description on how to enable pgsql-support.
Notable Changes
- Postgres support by @p4veI in #328
- pgsql compat preparation by @staabm in #345
- separated non-pgsql test by @staabm in #346
- github actions: remove pgsql replay job by @staabm in #347
- moved mysql specific test into pdo-mysql by @staabm in #349
- moved more mysql specific tests by @staabm in #350
Full Changelog: 0.2.25...0.2.26