Skip to content

Releases: schemacrawler/SchemaCrawler

v14.07.08

15 Apr 01:42
Compare
Choose a tag to compare
Changing version to 14.07.08

v14.07.07

01 Apr 01:06
Compare
Choose a tag to compare
v14.07.07

v14.07.06

26 Mar 21:52
Compare
Choose a tag to compare
Update how an operation is called

v14.07.05

23 Mar 03:10
Compare
Choose a tag to compare
v14.07.05

v14.07.04

17 Mar 02:48
Compare
Choose a tag to compare
Website

v14.07.03

11 Mar 04:10
Compare
Choose a tag to compare
Downgrading

v14.07.02

03 Mar 00:32
Compare
Choose a tag to compare
Tweak to Travis build

Lint enhancements

27 Feb 20:40
Compare
Choose a tag to compare
  • Compiling with Java 8 Compact Profile 2
  • Adding support for lint dispatch, which allows linters to return a system return code to continuous integration tools. Based on an idea from Adrien Sales.

Minor bug fix

15 Feb 02:23
Compare
Choose a tag to compare

Fix for bug while retrieving metadata.

Support for hidden columns

14 Feb 22:29
Compare
Choose a tag to compare

Complete support for Oracle hidden columns. Hidden columns are indicated with Table.isHidden(). Similarly, generated columns (including Oracle function-based columns) are indicated with Table.isGenerated(). You can get a complete list of all table columns, including hidden columns, with Table.getColumns(), if you have used the "maximum" schema info-level.