loadUpdateData problem

Pierre

Thanks, I created https://liquibase.jira.com/browse/CORE-1170 to track the change.


Nathan

Hi,

Found this issue too, when can we expect a solution (date?) for this?
This is a great function I need for handling my testdata so I’m kind of dependent of it.
Or is there any workarounds?

/Fredrik

There is a bug register for this. To work around this, I’m dropping the table and rebuilding it from scratch every time I run the script. No efficient, but does the work for me.

There is another work around, maybe simpler… you tell…


Insert this “code” after the statement, before closing the tag.

       

           

       

I would rather use the regExpReplace and remove the last ‘/’ like below.