Skip to content

0.2.17

Compare
Choose a tag to compare
@staabm staabm released this 10 Feb 11:44
· 271 commits to main since this release
6a03ce1

Major Changes

  • Prototype support for bindValue/bindParam on PDOStatement by @xPaw in #265
  • Add RuntimeConfiguration->defaultFetchMode() option by @xPaw in #256

What's Changed

  • Update README.md by @staabm in #250
  • support queries containing implode() of constant values by @staabm in #239
  • extracted PdoStatementReflection->getStatementResultType() for re-use by @staabm in #257
  • simplify PdoStatementExecuteTypeSpecifyingExtension by @staabm in #259
  • enforce strict comparison by @staabm in #260
  • Extract & refactor mysqli TypeMapping by @p4veI in #262
  • simplify PdoStatementReflection by @staabm in #263
  • refactored PdoStatementReflection by @staabm in #264
  • Refactoring by @staabm in #266
  • put both-type and fetch-type into PDOStatement generic by @staabm in #268
  • de-duplicate test bootstrap logic by @staabm in #271
  • simplify mapper to prepare re-use by @staabm in #272

New Contributors

Full Changelog: 0.2.16...0.2.17