Hello everyone,
I would like to know if there is any progress to this topic.
Here is a different Thread with the same question:
Thanks!
Hello everyone,
I would like to know if there is any progress to this topic.
Here is a different Thread with the same question:
Thanks!
It’s not possible to display output from stored procedures into the Liquibase output with Liquibase Community, but you can use runWith:sqlplus if you have PRO. If not, I’d suggest writing messages to a database table.
Also, depending on your use case @Dennis, you might be able to accomplish your goal by using preconditions. See Preconditions