Skip to content

0.2.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@staabm staabm released this 25 Jan 22:49
· 314 commits to main since this release
619b186

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