Releases: thecodingmachine/schema-analyzer
Releases · thecodingmachine/schema-analyzer
v2.0.0-beta.2
Update to DBAL 3
Merge pull request #12 from moufmouf/bugfix/quotedcolumns Fixing bug in quoted columns (on Oracle)
v1.1.5
Adding support for @Autoincrement annotation
Useful for databases that do not support the auto-increment feature natively like Oracle.
Bugfix release
See #9
Minor improvement
Making isJunctionTable method public.
Bugfix release
Fixes problems with duplicate foreign keys in some schema.
See #7
Better exception messages
Improves exception messages when a path between 2 table is not found because one of the tables does not exists.
Tagging first stable release
Merge pull request #5 from moufmouf/1.0 Adding a parameter to ignore junction tables pointed by foreign keys
Adds inheritance detection
Inheritance between tables (via primary keys that are also foreign keys) can now be detected.
Also, inheritance relationships has a very low cost when computing shortest path.