I am wondering if there is a way to log the result output of insert/update/delete commands for example if I run the below, I would like to find the "1 row affected" output which I would otherwise see if I ran in SQL Server Management Studio.
--liquibase formatted sql
--changeset tester:2
INSERT INTO liquibaseTest(id, description)
values (3, 'some really cool stuff')