Skip to content

Releases: schemacrawler/SchemaCrawler

Logging

15 Oct 01:29

Choose a tag to compare

Better logging for details on time taken at each step during crawling.

Miscellaneous fixes

12 Oct 02:03

Choose a tag to compare

  • Fix for broken -urlx switch.
  • Reworked command-line processing, and database plugins
  • Removed Apache Derby database plugin. Apache Derby is now supported using a database URL only
  • Added MariaDB database plugin

Faster retrieval of foreign keys

20 Sep 04:50

Choose a tag to compare

An attempt at faster retrieval of foreign keys in Oracle.

Fixing Lint Cycles

18 Sep 03:00

Choose a tag to compare

Added ability to report on tables causing a cycle in a lint, using Tarjan's algorithm.

Help on Lints from the Command-line

06 Sep 21:35

Choose a tag to compare

This release provides lint help from the commandline, using the options "-help -command=lint". New lints have been added too. For more details, see the release notes.

New Lints

14 Aug 03:50

Choose a tag to compare

New lints.

Lint Enhancements

10 Aug 04:17

Choose a tag to compare

  1. There is a new command-line option,
    -linterconfigs=<path>
    which replaces
    -Dschemacrawer.linter_configs.file=<path>
    This will make it easier for you to define an XML configuration file.
  2. Support for SQL lints, so that you can define your own data lints.
  3. Ability to exclude certain tables from lint.

Bug fixes for database URL

29 Jul 03:10

Choose a tag to compare

Bug fixes for database URL on the command-line.

14.01.01

21 Jul 03:19

Choose a tag to compare