Skip to content

Releases: staabm/phpstan-dba

0.2.13

03 Feb 11:46
fdb8265
Compare
Choose a tag to compare

Major Changes

  • added stringifyTypes to RuntimeConfiguration option by @staabm in #227

What's Changed

  • ReflectionCache: fix error message by @voku in #233
  • ReflectionCache::load() is deprecated by @staabm in #235

New Contributors

  • @voku made their first contribution in #233

Full Changelog: 0.2.12...0.2.13

0.2.12

03 Feb 09:35
5227c73
Compare
Choose a tag to compare

Improvements

  • added Stringable object support by @staabm in #229
  • added minimal IntersectionType support by @staabm in #228
  • fix query reflection on mariadb with latest php-src by @staabm in #231

What's Changed

Full Changelog: 0.2.11...0.2.12

0.2.11

27 Jan 20:13
4a95735
Compare
Choose a tag to compare

What's Changed

  • removed code duplication by @staabm in #219
  • validate parameter count only with unnamed placeholders by @staabm in #220

Full Changelog: 0.2.10...0.2.11

0.2.10

27 Jan 11:11
88dac16
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.9...0.2.10

0.2.9

26 Jan 15:18
a6395f2
Compare
Choose a tag to compare

Major Features

Doctrine DBAL Type Inference for

  • Result->iterateKeyValue
  • Result->fetchAllKeyValue
  • Connection->iterateKeyValue
  • Connection->fetchAllKeyValue

See progress on #197

What's Changed

  • doctrine-dbal: implement fetchAllKeyValue & iterateKeyValue on Result by @staabm in #215
  • doctrine-dbal: doctrine-dbal: implement fetchAllKeyValue & iterateKeyValue on Connection by @staabm in #216

Full Changelog: 0.2.8...0.2.9

0.2.8

26 Jan 13:34
Compare
Choose a tag to compare
0.2.8 Pre-release
Pre-release

What's Changed

  • Update README.md by @staabm in #211
  • doctrine-dbal: remove iterateAllNumeric from Connection by @staabm in #212
  • doctrine-dbal: support several Result->* type inference by @staabm in #214

Full Changelog: 0.2.7...0.2.8

0.2.7

25 Jan 22:49
619b186
Compare
Choose a tag to compare
0.2.7 Pre-release
Pre-release

Major Features

Doctrine DBAL Type Inference for

  • Connection->fetchOne()
  • Connection->fetchFirstColumn()
  • Connection->iterateColumn()
  • Connection->fetchAllNumeric()
  • Connection->fetchAllAssociative()
  • Result->fetchFirstColumn()

See progress on #197

What's Changed

  • Readme: added note about mysql only support atm by @staabm in #201
  • implement more doctrine dbal methods by @staabm in #207
  • doctrine-dbal: implement Connection->fetchOne() by @staabm in #208
  • doctrine-dbal: implement Connection->fetchFirstColumn(), Result->fetchFirstColumn() by @staabm in #209
  • doctrine-dbal: implement Connection->iterateColumn() by @staabm in #210

Full Changelog: 0.2.6...0.2.7

0.2.6

23 Jan 21:40
cbe8452
Compare
Choose a tag to compare
0.2.6 Pre-release
Pre-release

Major Features

  • doctrine-dbal: added executeQuery() and executeCacheQuery() type inference by @staabm in #191
  • doctrine-dbal: added Doctrine\DBAL\Statement type inferrence by @staabm in #192
  • doctrine-dbal: added type inferrence fetchAssocitive() and fetchNumeric() on Connection by @staabm in #193
  • doctrine-dbal: added type inferrence for iterateAssociative and iterateNumeric on Connection by @staabm in #194
  • doctrine-dbal: fetchAssociative() and fetchNumeric() both can return false by @staabm in #195

What's Changed

  • introduce Parameter object by @staabm in #182
  • refactor PlaceholderValidation by @staabm in #183
  • added support for unions mixing non-simulatable and simulatable types by @staabm in #184
  • typo by @staabm in #185
  • support optional parameter values by @staabm in #181
  • support conditional number of placeholders by @staabm in #187
  • simplify doctrine query extension by @staabm in #190
  • detect syntax error in conditional union by @staabm in #128
  • prevent wrong type inference on queries containing string by @staabm in #198
  • Added branches tests by @staabm in #12

Full Changelog: 0.2.5...0.2.6

0.2.5

22 Jan 10:37
646c3a8
Compare
Choose a tag to compare
0.2.5 Pre-release
Pre-release

What's Changed

  • disable generic type check for stubbed generic classes by @staabm in #180

Full Changelog: 0.2.4...0.2.5

0.2.4

22 Jan 08:09
76fea3a
Compare
Choose a tag to compare
0.2.4 Pre-release
Pre-release

Major Features

  • doctrine-dbal: cover all EntityManagerInterface query methods by @staabm in #173

What's Changed

Full Changelog: 0.2.3...0.2.4