Skip to content

Releases: SQLFTW/sqlftw

v0.1.7

20 Feb 14:52

Choose a tag to compare

  • BCBreak: fixed := not being supported in all places. Classes ..\Dal\Set\SetAssignment and ..\Sql\Dml\Assignement merged into ..\Sql\Assignment. := is never normalized to = (fixes #19)
  • CHAR SET is another alias for CHARACTER SET and CHARSET (fixes #12)
  • Fix table options and alter options serialisation in ALTER TABLE

v0.1.6

10 Feb 10:53

Choose a tag to compare

  • Milestone: nearing 100% MySQL functionality coverage
  • added support for client-side parameter placeholders (Doctrine, Laravel)
  • loads of BC breaks

v0.1.5

08 Feb 16:27

Choose a tag to compare

  • Milestone: mysql-server test suite is now used to test parser output serialization

v0.1.4

29 Jun 14:42

Choose a tag to compare

  • fixed version constraint in composer.json (published on packagist)

v0.1.3

28 Jun 13:37

Choose a tag to compare

v0.1.2

08 May 17:08

Choose a tag to compare

  • Milestone: passes against several thousands of migrations and tables (first pretty usable version)

v0.1.1

08 May 17:07

Choose a tag to compare

  • fixes

v0.1

15 Feb 15:08

Choose a tag to compare

  • init