Skip to content

0.6.0

Compare
Choose a tag to compare
@cfebs cfebs released this 08 Feb 16:52
· 7 commits to master since this release
21a606f

What's Changed

mysql features/fixes

  • Add functions CURDATE and WEEKDAY by @dmitr1y in #20
  • Fix: MySQL function ROUND() can take 1 or 2 arguments. by @dmitr1y in #21
  • feat(FakePdoStatement): implement $pdoStatement->bindParam() method by @rtm-ctrlz in #23
  • Stub errorInfo() to prevent upstream issues by @Rarst in #22
  • Adds INET_ATON and INET_NTOA mysql methods by @aaronm67 in #30
  • feat(UNIX_TIMESTAMP): add basic support for UNIX_TIMESTAMP function by @rtm-ctrlz in #32
  • Fix field support for CHARACTER SET & COLLATE by @cfebs in #39
  • Add CEIL()/CEILING() and FLOOR() SQL Function Support by @sergiosalvatore in #38

other

Full Changelog: 0.5.6...0.6.0