View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001435 | Database Workbench v5 | Oracle Module | public | 2016-09-21 09:33 | 2016-10-10 16:23 |
Reporter | Martijn Tonies | Assigned To | Martijn Tonies | ||
Priority | normal | Severity | minor | Reproducibility | sometimes |
Status | closed | Resolution | fixed | ||
Product Version | 5.2.2 | ||||
Fixed in Version | 5.2.4 | ||||
Summary | 0001435: Possible assertion error when loading stored procedure | ||||
Description | When expanding specific stored procedure, an assertion error is raised. | ||||
Steps To Reproduce | 1) this procedure fails create or replace PROCEDURE uf_addmonth(ADATE in TIMESTAMP, AMONTH in NUMBER, RESULT OUT timestamp) as begin Result := ADD_MONTHS(ADate,AMonth); end; 2) this works create or replace PROCEDURE uf_addmonth2(ADATE in TIMESTAMP, AMONTH in NUMBER, RESULT1 OUT timestamp) as begin Result1 := ADD_MONTHS(ADate,AMonth); end; | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2016-09-21 09:33 | Martijn Tonies | New Issue | |
2016-09-21 09:33 | Martijn Tonies | Assigned To | => Martijn Tonies |
2016-09-21 09:33 | Martijn Tonies | Status | new => confirmed |
2016-09-26 13:16 | Martijn Tonies | Status | confirmed => resolved |
2016-09-26 13:16 | Martijn Tonies | Fixed in Version | => 5.2.4 |
2016-09-26 13:16 | Martijn Tonies | Resolution | open => fixed |
2016-10-10 16:23 | Martijn Tonies | Status | resolved => closed |