Skip to content

0.5.0

Compare
Choose a tag to compare
@kocsismate kocsismate released this 12 Sep 07:51
· 97 commits to master since this release
0.5.0
a9efc1b

ADDED:

  • Support for TRUNCATE
  • Support for UNION in SELECT queries

CHANGED:

  • Increased minimum PHP version requirement to 7.1
  • Added missing type declarations
  • Translator objects are loaded lazily
  • SQL statements aren't pretty printed
  • Updated development docker images

FIXED:

  • Subqueries in FROM clauses will be translated properly when using the MySQL driver
  • Renamed WoohooLabs\Larva\Driver\Mysql namespace to WoohooLabs\Larva\Driver\MySql to match its filesystem path
  • MasterSlaveConnection::getLastInsertedId didn't use the $name parameter