0.2.23
Major Improvements
- PDOStatement generic types got simplified, to no longer include the previous technically necessary BOTH type
- Preparations for PGSQL support
What's Changed
- added
PdoStatementObjectType
by @staabm in #322 - fix typo in
PdoStatement.stub
by @staabm in #324 - simplify
PdoStatementColumnCountDynamicReturnTypeExtension
by @staabm in #325 - added doctrine-ObjectTypes by @staabm in #326
- added
MysqliResultObjectType
by @staabm in #327 - fix cs by @staabm in #329
- fix cs by @staabm in #330
- Add Postgres to Github workflows by @p4veI in #320
- tests: change adaid type to smallint, to easy cross-db tests by @staabm in #331
- tests: use more portable types by @staabm in #332
- GithubActions: re-evaluate cs job on „ready-to-review“ by @staabm in #334
- Remove phpstan-ignore-next-line by @staabm in #333
- Remove ignore-next-line by @staabm in #335
Full Changelog: 0.2.22...0.2.23