View Issue Details

IDProjectCategoryView StatusLast Update
0001508Database Workbench v5MySQL Modulepublic2017-10-27 12:38
ReporterMartijn Tonies Assigned ToMartijn Tonies  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version5.3.2 
Fixed in Version5.3.4 
Summary0001508: Debugger fails to retreive diagnostics for named SIGNAL statements
DescriptionDebugger fails to retreive diagnostics for named SIGNAL statements
Steps To Reproduce  /* declare named condition for SQL state */
  declare test_cond condition for sqlstate '20000';

/* handler for condition */
  declare continue handler for test_cond
  begin
    get diagnostics condition 1
    msg = message_text;
    set msg = concat('Handled: ', msg), o = 5;
  end;

  signal test_cond;

> get diagnostics condition 1 fails because there's no real exception raised
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2017-07-31 09:48 Martijn Tonies New Issue
2017-08-03 14:16 Martijn Tonies Status new => resolved
2017-08-03 14:16 Martijn Tonies Fixed in Version => 5.3.4
2017-08-03 14:16 Martijn Tonies Resolution open => fixed
2017-08-03 14:16 Martijn Tonies Assigned To => Martijn Tonies
2017-10-27 12:38 Martijn Tonies Status resolved => closed