Show WARNING when executing dropAll as SYSTEM on oracle

If it wouldn’t bee too much trouble, can you write this up as a ticket in Jira? That will help us get the issue addressed.

https://liquibase.jira.com/projects/CORE/issues

Steve Donie
Principal Software Engineer
Datical, Inc. http://www.datical.com/

Thanks!

Steve Donie
Principal Software Engineer
Liquibase Community Engagement
Datical, Inc. http://www.datical.com/

Hi,

I’m not sure whether I’m not doing something wrong (only simple dev here) but trying to execute dropAll on connection with oracle SYSTEM results with nothing being dropped.

I did some digging and found out the there is a DIFF being calculated and on connection with oracle SYSTEM this always results in empty list (unexpectedObjects = 0).

This works just find on usual connections. Now I know using SYSTEM is extremely nasty but hey I work with what I get from admins…

If its easily possible it would be nice to print a WARNING, I have spent whole morning of debugging Liquibase internals to find out.

Thanks and keep the good job, Liquibase is awesome!

Zbynek

Here you go https://liquibase.jira.com/browse/CORE-3510.

Zbynek