Skip to content

2.3.0

Compare
Choose a tag to compare
@roxblnfk roxblnfk released this 27 Dec 16:33
· 244 commits to 2.x since this release
9913d69

What's Changed

  • Add support for array values in the IN and NOT IN operators by @roxblnfk (#69, #70, #71)
  • Add PdoInterface as a possible return type for the Driver::getPDO() method by @roxblnfk (#76)
  • Add the options array parameter to all driver configs to pass additional driver options.
    The withDatetimeMicroseconds option can be set to true to store a DateTime with microseconds by @msmakouz (#86)
  • Add a config recovery mechanism via __set_state() by @wakebit (#83)
  • Add the ability to define the size of a datetime column by @msmakouz (#86)
  • Add support for the unsigned and zerofill properties in MySQL Integer types by @roxblnfk (#88)

New Contributors

Full Changelog: 2.2.1...2.3.0