View Issue Details

IDProjectCategoryView StatusLast Update
0001281Database Workbench v5Firebird Modulepublic2017-04-18 13:25
ReporterWolfgang Rohdewald Assigned ToMartijn Tonies  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
PlatformFirebird 2.5, I86 32, VirtualboxOSWindowsOS VersionWindows 7 Pro
Product Version5.1.2 
Fixed in Version5.3.0 
Summary0001281: debugger does not understand datevariable='TODAY'
Descriptionin this SP, both assignments show wrong results in the debugger.

set term ^^ ;
create procedure datecast returns (result date) as begin
  result = 'TODAY';
  result = result - 120;
  suspend;
end ^^
set term ; ^^
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2015-09-27 13:41 Wolfgang Rohdewald New Issue
2017-02-06 13:55 Martijn Tonies Status new => resolved
2017-02-06 13:55 Martijn Tonies Fixed in Version => 5.3.0
2017-02-06 13:55 Martijn Tonies Resolution open => fixed
2017-02-06 13:55 Martijn Tonies Assigned To => Martijn Tonies
2017-04-18 13:25 Martijn Tonies Status resolved => closed