Skip to content

0.2.6

Pre-release
Pre-release

Choose a tag to compare

@staabm staabm released this 23 Jan 21:40
· 384 commits to main since this release
cbe8452

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