Skip to content

Releases: thecodingmachine/schema-analyzer

v2.0.1

Choose a tag to compare

@homersimpsons homersimpsons released this 28 Aug 16:43

Full Changelog: v2.0.0...v2.0.1

  • 👽 Remove deprecated hasPrimaryKey and some getLocalTable (ee7448b)

v2.0.0

Choose a tag to compare

@homersimpsons homersimpsons released this 09 Jun 15:12

What's Changed

New Contributors

Full Changelog: v1.1.5...v2.0.0

v2.0.0-beta.2

v2.0.0-beta.2 Pre-release
Pre-release

Choose a tag to compare

@homersimpsons homersimpsons released this 01 Feb 11:56

What's Changed

New Contributors

Full Changelog: v1.1.5...v2.0.0-beta.2

Update to DBAL 3

Choose a tag to compare

@nguyenk nguyenk released this 12 Jan 10:55
bb3e99e
Merge pull request #12 from moufmouf/bugfix/quotedcolumns

Fixing bug in quoted columns (on Oracle)

v1.1.5

Choose a tag to compare

@moufmouf moufmouf released this 01 Aug 21:26
bb3e99e

Bugfix:

  • #12 Fixing a bug when using foreign keys on quoted columns (common in Oracle) (@moufmouf )

Adding support for @Autoincrement annotation

Choose a tag to compare

@moufmouf moufmouf released this 04 Sep 15:39

Useful for databases that do not support the auto-increment feature natively like Oracle.

Bugfix release

Choose a tag to compare

@moufmouf moufmouf released this 26 Jun 12:24

See #9

Minor improvement

Choose a tag to compare

@moufmouf moufmouf released this 05 Jun 14:28

Making isJunctionTable method public.

Bugfix release

Choose a tag to compare

@moufmouf moufmouf released this 31 May 16:00

Fixes problems with duplicate foreign keys in some schema.
See #7

Better exception messages

Choose a tag to compare

@moufmouf moufmouf released this 25 Mar 15:41

Improves exception messages when a path between 2 table is not found because one of the tables does not exists.