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

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -