View Issue Details

IDProjectCategoryView StatusLast Update
0001146Database Workbench v5Firebird Modulepublic2015-01-22 13:24
ReporterWolfgang Rohdewald Assigned ToMartijn Tonies  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
PlatformI86 32, VirtualboxOSWindowsOS VersionWindows 7 Pro
Product Version5.0.6 
Fixed in Version5.0.8 
Summary0001146: Code editors highlight the CASE statement incorrectly
DescriptionIn the script below, the first begin is associated with the END of the case statement.

    begin
      msg=case
                 when a=1 then '1'
                 when a=2 then '2'
          end
      msg='x'
    end

So when collapsing this, the editor shows

    begin..end
      msg='x'
    end
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2015-01-19 04:12 Wolfgang Rohdewald New Issue
2015-01-19 09:34 Martijn Tonies Assigned To => Martijn Tonies
2015-01-19 09:34 Martijn Tonies Status new => acknowledged
2015-01-20 09:28 Martijn Tonies Status acknowledged => assigned
2015-01-20 09:45 Martijn Tonies Status assigned => resolved
2015-01-20 09:45 Martijn Tonies Fixed in Version => 5.0.8
2015-01-20 09:45 Martijn Tonies Resolution open => fixed
2015-01-20 15:19 Martijn Tonies Summary SQL editor misparses the CASE statement => Code editors highlight the CASE statement incorrectly
2015-01-22 13:24 Martijn Tonies Status resolved => closed