java - How can I get SQL print statements in Flyway logs? -
i have sql stored procedure prints line when exception occurs. not getting print statements in flyway logs, though debug mode on.
begin transaction if object_id('dbo.sp_test') not null begin begin try exec dbo.sp_test end try begin catch print 'error occured'; end catch end commit transaction
this not supported. please file issue , specify dbms type , version.
Comments
Post a Comment