Skip to content

Releases: hackolade/PostgreSQL

v0.2.30

29 Aug 16:56
bb4c0a9
Compare
Choose a tag to compare

fixed double index statement in generation of ALTER script in case of new composite key

v0.2.29

29 Aug 10:53
75a4410
Compare
Choose a tag to compare

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

15 Aug 07:40
88395af
Compare
Choose a tag to compare

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

19 Jul 17:42
Compare
Choose a tag to compare

added support for v17.x

v0.2.26

11 Jul 12:32
b3e9f10
Compare
Choose a tag to compare

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

13 Jun 16:35
6288e4d
Compare
Choose a tag to compare

added handling for derive of arrays from Polyglot as columns with Array type in PostgreSQL

v0.2.24

18 Apr 16:57
67881dd
Compare
Choose a tag to compare

added support for Alternate Keys

v0.2.23

04 Apr 16:32
6238d1f
Compare
Choose a tag to compare

added mapping to target-specific maximum length when importing from DDL, referencing external definition, or deriving from Polyglot where char or nchar has MAX length

v0.2.22

28 Mar 18:49
925f60c
Compare
Choose a tag to compare

added mapping to target-specific maximum length when importing from DDL, referencing external definition, or deriving from Polyglot where varchar or varbinary has MAX length

v0.2.21

14 Mar 17:28
41717bb
Compare
Choose a tag to compare

added support for materialized views