Skip to content

Releases: hackolade/PostgreSQL

v0.2.37

19 Dec 17:34
1d2deea

Choose a tag to compare

introduced automatic generation of associative entities for many-to-many relationships during derive operations into Polyglot and RDMBS targets

v0.2.36

05 Dec 16:36
23b5e53

Choose a tag to compare

ensured that definition names (UDTs) with special characters (including forward slashes) are correctly resolved throughout DDL generation process

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