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

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -