View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001011 | Hopper | General | public | 2014-09-08 10:39 | 2014-09-10 14:32 |
Reporter | Martijn Tonies | Assigned To | Martijn Tonies | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Fixed in Version | 1.5.2 | ||||
Summary | 0001011: Particular syntax could mess up code parsing | ||||
Description | Particular syntax could mess up code parsing | ||||
Steps To Reproduce | create 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. | ||||
Tags | No tags attached. | ||||
DBMS Version | |||||
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 |