diffChangeLog generates illformed XML
Description
Environment
Windows 7 64-bit, sqlite-jdbc-3.7.2
Attachments
3
- 11 Jul 2014, 08:13 PM
- 11 Jul 2014, 08:13 PM
- 11 Jul 2014, 08:13 PM
Activity
Show:
Details
Details
Created July 11, 2014 at 8:13 PM
Updated July 11, 2014 at 8:13 PM
When I have an empty changelog and try to create a changeset using diffChangeLog, I get an illformed xml.
Empty changeLog has a self-closing tag databaseChangeLog and when I add changeSet, there is still self-closing tag at the start, but it looks like it should be opening tag:
<databaseChangeLog .../>
<changeSet...>...</changeSet>
</databaseChangeLog>
I have attached repeatable script that shows the bug.
The validation ends with
Unexpected error running Liquibase: The markup in the document following the root element must be well-formed.