Releases: schemacrawler/SchemaCrawler
Releases · schemacrawler/SchemaCrawler
v14.07.08
Changing version to 14.07.08
v14.07.07
v14.07.07
v14.07.06
Update how an operation is called
v14.07.05
v14.07.05
v14.07.04
Website
v14.07.03
Downgrading
v14.07.02
Tweak to Travis build
Lint enhancements
- 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
Fix for bug while retrieving metadata.
Support for hidden columns
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.