View Issue Details

IDProjectCategoryView StatusLast Update
0001011HopperGeneralpublic2014-09-10 14:32
ReporterMartijn Tonies Assigned ToMartijn Tonies  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Fixed in Version1.5.2 
Summary0001011: Particular syntax could mess up code parsing
DescriptionParticular syntax could mess up code parsing
Steps To Reproducecreate a routine with the following syntax included:

begin
  myvar = othervar-notanumber; /* doesn't work */
  myvar = othervar - notanumber; /* works */

If the minus sign is attached to the variable (not a valid number value), it fails.
TagsNo tags attached.
DBMS Version

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2014-09-08 10:39 Martijn Tonies New Issue
2014-09-08 10:39 Martijn Tonies Status new => resolved
2014-09-08 10:39 Martijn Tonies Fixed in Version => 1.5.2
2014-09-08 10:39 Martijn Tonies Resolution open => fixed
2014-09-08 10:39 Martijn Tonies Assigned To => Martijn Tonies
2014-09-10 08:11 Martijn Tonies Steps to Reproduce Updated
2014-09-10 14:32 Martijn Tonies Status resolved => closed