AntMetaDataExporter Defaults Incorrect #1483
Closed
Milestone
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The documentation for the ant metadata exporter says that exportTables, exportViews and exportForeignKeys all default to true. In fact, they all default to false (possibly exportPrimaryKeys as well). This was changed between 3.6.5 and 4.0.0.
This caused my build script to unexpectedly stop generating code with no error when I updated to 4.0.0. I solved it by explicitly setting exportTables and exportViews back to true.
The text was updated successfully, but these errors were encountered: