is there any way to report an error in <createProcedure> ... </createProcedure> ?

I’ll have to look into what information we get back from the database. I created http://liquibase.jira.com/browse/CORE-1059 to track the issue


Nathan

I am using liquibase with Oracle database. Even if the code inside  tag contains syntax error, liquibase happily returns “ChangeSet … ran successfully …”. I understand that JDBC does not throw an exception in this situation, but still it would be highly desirable to have an option to halt execution in such cases. Any ideas? May be check for sql warnings?