Skip to content

Releases: hackolade/PostgreSQL

v0.2.35

21 Nov 17:21
90740d9

Choose a tag to compare

adjusted timestamp data type mapping when deriving from Polyglot and converting to Polyglot

v0.2.34

18 Oct 11:14
1cbc025

Choose a tag to compare

improved application of script generation options in ALTER script

v0.2.33

10 Oct 16:20
22705a0

Choose a tag to compare

added support for column-level check constraints; introduced flexibility in script generation for controlling constraints in CREATE scripts

v0.2.32

30 Sep 16:34
dd5077c

Choose a tag to compare

added fallback query to fetch table columns meta information without SELECT permission

v0.2.31

12 Sep 15:50
d9d0ad1

Choose a tag to compare

mapped empty index method to btree during reverse-engineering, added a technical name property with support for naming conventions

v0.2.30

29 Aug 16:56
bb4c0a9

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

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

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

Choose a tag to compare

added support for v17.x

v0.2.26

11 Jul 12:32
b3e9f10

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