Quantcast
Channel: Toad for MySQL
Viewing all articles
Browse latest Browse all 1315

Forum Post: Resignal in stored procedure

$
0
0
Toad's SQL editor is signaling incorrect syntax near 'resignal' when resignal is used in a stored procedure. Syntax is actually correct and procedure executes successfully and without errors. For example: declare exit handler for sqlexception     begin       rollback;       call p_log_event();       commit;       resignal;     end; ... When I have any other error in further code, Messages tab in Results window is always pointing to the line where resignal is called, so i get mislead.

Viewing all articles
Browse latest Browse all 1315

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>