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

Popular posts from this blog

blackberry 10 - how to add multiple markers on the google map just by url? -

php - guestbook returning database data to flash -

delphi - Dynamic file type icon -