Skip to content

Releases: vimeo/php-mysql-engine

0.7.7

14 Aug 21:12
4cb334b
Compare
Choose a tag to compare

What's Changed

  • fixes duplicate key error when limit operation is applied with UPDATE statement by @hedyyytang in #60

Full Changelog: 0.7.6...0.7.7

0.7.6

14 Aug 14:29
696de1c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.7.5...0.7.6

0.7.5

08 Jul 14:10
3ae9c6c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.4...0.7.5

0.7.4

08 Jul 13:27
9573a8e
Compare
Choose a tag to compare

What's Changed

  • add mysql 8 utf8 default charset to character set map. by @manu844 in #47

New Contributors

Full Changelog: 0.7.3...0.7.4

0.7.3

27 Jun 18:18
09be725
Compare
Choose a tag to compare

What's Changed

  • fix: use default fetch mode for PHP8 PDO implementation by @Kenneth-Sills in #46
  • fix: correctly handle the default ::fetch style for statements by @Kenneth-Sills in #45

Full Changelog: 0.7.2...0.7.3

0.7.2

16 May 17:08
c438184
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.1...0.7.2

0.7.1

15 Feb 19:15
f845214
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.0...0.7.1

0.7.0

23 Jan 19:50
efb1538
Compare
Choose a tag to compare

What's Changed

  • Add missing #[\ReturnTypeWillChange] for PHP 8.1 support by @zonuexe in #37
  • Convenience Method for Instantiating the Right FakePDO by @sergiosalvatore in #41

Full Changelog: 0.6.1...0.7.0

0.6.1

09 Feb 23:07
1b71076
Compare
Choose a tag to compare

What's Changed

  • fix text and char column php code args by @cfebs in #40

Full Changelog: 0.6.0...0.6.1

0.6.0

08 Feb 16:52
21a606f
Compare
Choose a tag to compare

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