2.3.0
What's Changed
- Add support for array values in the
IN
andNOT IN
operators by @roxblnfk (#69, #70, #71) - Add
PdoInterface
as a possible return type for theDriver::getPDO()
method by @roxblnfk (#76) - Add the
options
array parameter to all driver configs to pass additional driver options.
ThewithDatetimeMicroseconds
option can be set totrue
to store aDateTime
with microseconds by @msmakouz (#86) - Add a config recovery mechanism via
__set_state()
by @wakebit (#83) - Add the ability to define the
size
of adatetime
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