Releases: hackolade/PostgreSQL
v0.2.33
v0.2.32
added fallback query to fetch table columns meta information without SELECT permission
v0.2.31
mapped empty index method to btree during reverse-engineering, added a technical name property with support for naming conventions
v0.2.30
fixed double index statement in generation of ALTER script in case of new composite key
v0.2.29
improved generation of ALTER script in forward-engineering when an attribute is added or removed to a composite key, enhanced sequence of generated ALTER script in forward-engineering
v0.2.28
added possibility for views to be based on another view (not just on a table), added support for single unique constraint options in the alter script of delta models
v0.2.27
added support for v17.x
v0.2.26
moved comma position in forward-engineered DDL in case of warning comment about invalid constraint name; enhanced JSON Schema forward-engineering to only expose additionalProperties property when its value is false
v0.2.25
added handling for derive of arrays from Polyglot as columns with Array type in PostgreSQL
v0.2.24
added support for Alternate Keys