View Issue Details

IDProjectCategoryView StatusLast Update
0001282Database Workbench v5Firebird Modulepublic2015-09-28 10:18
ReporterMichał Ziemski Assigned ToMartijn Tonies  
PrioritynormalSeveritymajorReproducibilityalways
Status feedbackResolutionopen 
Platformx86_64OSWinOS Version10
Product Version5.1.2 
Summary0001282: Exeption from "execute statement" swallowed in selectable "execute block"
DescriptionWhen using an "EXECUTE STATEMENT" that throws in an "EXECUTE BLOCK" procedure
the exception is not reported and the execution stops without any feedback.
Steps To ReproduceExample:

execute block returns (id int)
as begin
 execute statement 'dasdasda';
 suspend;
end

should show the exception
TagsNo tags attached.

Activities

Martijn Tonies

2015-09-28 10:18

administrator   ~0000388

In the Script Editor?

Issue History

Date Modified Username Field Change
2015-09-28 09:33 Michał Ziemski New Issue
2015-09-28 10:18 Martijn Tonies Note Added: 0000388
2015-09-28 10:18 Martijn Tonies Assigned To => Martijn Tonies
2015-09-28 10:18 Martijn Tonies Status new => feedback