tagDatabase construction should be better

I’m creating a structure to work with liquibase and I’m using tagDatabase.
It creates tags on the timestamp DATEEXECUTED, it overwrites other tags.

Maybe you can change update from tag.
UPDATE DATABASECHANGELOG TAG=’’ ‘’ WHERE ID=" " AND FILENAME=" " AND AUTHOR=" ";

Or add some code that the tag function takes 1 second. So DATEEXECUTED will never be the same after tagDatabase.

I hope you will find a nice solution

Thanks,
Erwin

There is a bug submitted for this that is planned to be in 2.0.2.


Nathan

Do you already know something about the release of 2.0.2

will it be in the next two weeks or so? (internship is ending)

Thanks,
Erwin

I don’t have a release timeline for 2.0.2 yet. It will probably not be within the next two weeks, though.


Nathan