Skip to content

Releases: czproject/sql-generator

Version 2.0.0

06 Jan 19:57

Choose a tag to compare

  • removed support for PHP 5.4 & 5.5
  • fixed compatibility with PHP 8.0
  • coding style

Version 1.3.0

29 Mar 21:20

Choose a tag to compare

  • added method SqlDocument::save()
  • SqlDocument::getSql() doesn't print empty line on begin of file

Version 1.2.3

11 Jun 14:42

Choose a tag to compare

  • fixed order of CHARACTER SET & COLLATE for MySQL

Version 1.2.2

11 Jun 14:41

Choose a tag to compare

  • DropIndex - added support for primary key
  • improved tests

Version 1.2.1

11 Jun 14:40

Choose a tag to compare

  • fixed ACTION_NO_ACTION & ACTION_SET_NULL

Version 1.2.0

11 Jun 14:40

Choose a tag to compare

  • added SqlDocument::comment()
  • added SqlDocument::command()

Version 1.1.1

11 Jun 14:39

Choose a tag to compare

  • Travis: added PHP 7.2
  • fixed PhpDoc comments

Version 1.1.0

18 Sep 15:23

Choose a tag to compare

  • SqlDocument: added method getSqlQueries

Version 1.0.2

18 Sep 15:22

Choose a tag to compare

  • fixed AlterTable

Version 1.0.1

18 Sep 15:15

Choose a tag to compare

  • ColumnDefinition: fixed formatting of parameters