Skip to content

Releases: inlm/schema-generator

Version 0.9.0

05 May 09:41
Compare
Choose a tag to compare

Version 0.8.0

05 May 09:39
Compare
Choose a tag to compare
  • allows nette/neon, nette/utils & nette/robot-loader ^3.0
  • Integrations: AbstractIntegration - added getDatabaseType()
  • Integrations: LeanMapperIntegration - database type is autodetected from Connection
  • Utils: DataTypeParser - quoted argument is always string
  • some small fixes

Version 0.7.3

26 May 15:49
Compare
Choose a tag to compare
  • LeanMapperExtractor: fixed extracting of indexes with relationship

Version 0.7.2

26 May 15:49
Compare
Choose a tag to compare
  • LeanMapperExtractor: ignores entities without doc-comment

Version 0.7.1

26 May 15:48
Compare
Choose a tag to compare
  • DibiMysql: workaround for PHP bug Cannot use Dibi as Dibi because the name is already in use

Version 0.7.0

11 Dec 12:38
Compare
Choose a tag to compare
  • MySQL - added custom types bcrypt & md5
  • added support for ... AFTER column in ALTER TABLE statements
  • improved detection of column position changes
  • ConfigurationSerializer - updated export of names
  • SqlDumper - doesn't print empty line on begin of file
  • dropped support for Lean Mapper 2.x & Dibi 2.x
  • DiffGenerator - tables are always sorted by name
  • LeanMapperExtractor - entities are sorted by name

Version 0.6.4

10 Jul 14:18
Compare
Choose a tag to compare
  • Utils\Generator - for MySQL automatically adds default parameters (INT => INT(11), INT UNSIGNED => INT(10) UNSIGNED,...)

Version 0.6.3

07 Jul 09:17
Compare
Choose a tag to compare
  • DataTypeParser - returns NULL for empty parameters
  • DataTypeProcessor - fixed handling of custom types
  • MemoryAdapter accepts $schema = NULL (#2)

Version 0.6.2

12 Jun 15:47
Compare
Choose a tag to compare
  • IIntegration - added method initFromDatabase() (little BC break)

Version 0.6.1

11 Jun 14:36
Compare
Choose a tag to compare
  • Utils\Generator - relationships are created after primary indexes
  • Utils\Generator - throws exception only for incompatible primary keys