Skip to content

Releases: hackolade/PostgreSQL

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

v0.2.20

28 Feb 18:23
5e05c04
Compare
Choose a tag to compare

enabled forward-engineering of models properties schema.yml files

v0.2.19

21 Dec 08:42
Compare
Choose a tag to compare

added commenting/filtering of DDL when schema is flagged as inactive, added support for reverse-engineering of vector data types, fixed clearing dependency when number field is out-of-range

v0.2.18

21 Dec 07:33
244aa83
Compare
Choose a tag to compare

added commenting/filtering of DDL when schema is flagged as inactive

v0.2.17

18 Dec 19:52
6920d6a
Compare
Choose a tag to compare

added a warning badge in the Properties Pane if an index does not have a name when required