Skip to content

Releases: vimeo/php-mysql-engine

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

Support BINARY columns distinct from CHAR

22 Apr 14:17
Compare
Choose a tag to compare
0.5.6

Support BINARY columns

Integer fields are nullable by default

07 Apr 21:51
Compare
Choose a tag to compare
0.5.5

Integer fields default to nullable

Remove unused code

30 Mar 00:08
Compare
Choose a tag to compare

Also fixes an additional lastInsertId bug

Fix lastInsertId to use auto-incremented values

29 Mar 23:52
Compare
Choose a tag to compare
Fix lastInsertId implementation

last_insert_id returns autoincrement column values

0.5.2: Merge pull request #15 from Javakky-pxv/feature/default-fetch-mode

24 Mar 22:08
9afb99f
Compare
Choose a tag to compare

Fix code gen for nullable decimal columns

12 Mar 04:10
Compare
Choose a tag to compare
0.5.1

Fix support for decimal columns with null defaults