Skip to content

Releases: hackolade/Oracle

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

04 Oct 14:52
52807af
Compare
Choose a tag to compare

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

added filtering of sequences and synonyms that are not used by the tables or views being reverse-engineered, added support for ON NULL clause for column default value

27 Sep 17:59
a45f532
Compare
Choose a tag to compare

added filtering of sequences and synonyms that are not used by the tables or views being reverse-engineered, added support for ON NULL clause for column default value

Oracle: added timeout on fetching sequence information if instance is too large, and fallback to graceful degradation

24 Sep 16:23
3d2db19
Compare
Choose a tag to compare

Oracle: added timeout on fetching sequence information if instance is too large, and fallback to graceful degradation

re-enabled service name for basic method and service identifier

21 Sep 16:07
65ea7f9
Compare
Choose a tag to compare

re-enabled service name for basic method and service identifier

enhanced support for auth with Oracle Wallet - no longer need to declare service name

17 Sep 11:53
7fe22d6
Compare
Choose a tag to compare

enhanced support for auth with Oracle Wallet - no longer need to declare service name

upgraded to latest client SDK, added automatic setting of NOT NULL property if column is marked as Primary Key

14 Sep 09:44
3f86c27
Compare
Choose a tag to compare

upgraded to latest client SDK, added automatic setting of NOT NULL property if column is marked as Primary Key

defaulted new columns to data type varchar2

06 Sep 16:35
5dde684
Compare
Choose a tag to compare

defaulted new columns to data type varchar2

added WHERE clause at root table level of 23ai Duality Views

31 Aug 07:28
dfc2f61
Compare
Choose a tag to compare

added WHERE clause at root table level of 23ai Duality Views

fixed issue with insufficient privileges when applying creation of Duality Views to instance

23 Aug 17:00
7906d13
Compare
Choose a tag to compare

fixed issue with insufficient privileges when applying creation of Duality Views to instance

temporarily remove OS dependency

20 Aug 09:31
914975e
Compare
Choose a tag to compare

temporarily remove OS dependency