Skip to content

Releases: hackolade/PostgreSQL

added logic so unique key and primary key constraints are mutually exclusive

04 Oct 14:53
d9b50d7

Choose a tag to compare

added logic so unique key and primary key constraints are mutually exclusive

added possibility for a foreign key relationship to reference a parent column with a (composite) unique key constraint, even if it is not a primary key

27 Sep 17:56
dde0402

Choose a tag to compare

added possibility for a foreign key relationship to reference a parent column with a (composite) unique key constraint, even if it is not a primary key

added possibility for a foreign key relationship to reference a parent column with a (composite) unique key constraint, even if it is not a primary key

25 Sep 15:38
988bcaf

Choose a tag to compare

added possibility for a foreign key relationship to reference a parent column with a (composite) unique key constraint, even if it is not a primary key

added commenting of trailing comma if last attribute is deactivated

20 Sep 17:35
92cf09e

Choose a tag to compare

added commenting of trailing comma if last attribute is deactivated

disabled wrapping of CURRENT_USER in quotes

18 Sep 14:49
1401872

Choose a tag to compare

disabled wrapping of CURRENT_USER in quotes

added support for new mandatory SSL setup when connecting to RDS or Aurora with SSH tunneling

14 Sep 09:45
3354a5b

Choose a tag to compare

added support for new mandatory SSL setup when connecting to RDS or Aurora with SSH tunneling

removed from persistence default options changed by user

23 Aug 16:59
5f35358

Choose a tag to compare

removed from persistence default options changed by user

added support for SET DEFAULT in ALTER COLUMN script

13 Aug 18:42
4a60513

Choose a tag to compare

added support for SET DEFAULT in ALTER COLUMN script

adjusted default names of Foreign Key relationships to avoid blanks

09 Aug 17:21
c4324ea

Choose a tag to compare

adjusted default names of Foreign Key relationships to avoid blanks

added tolerance for and filtering of empty indexes in forward-engineering of ALTER scripts

26 Jul 17:07
0eb2065

Choose a tag to compare

added tolerance for and filtering of empty indexes in forward-engineering of ALTER scripts