View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000993 | Database Workbench v5 | Firebird Module | public | 2014-08-18 10:06 | 2014-09-09 13:31 |
Reporter | Martijn Tonies | Assigned To | Martijn Tonies | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Fixed in Version | 5.0 | ||||
Summary | 0000993: Procedure parameter default with syntax " = <value> " fails DDL extraction | ||||
Description | Procedure parameter default with syntax " = <value> " fails DDL extraction | ||||
Steps To Reproduce | create procedure test_proc ( a varchar(10) = 'Y' ) ... This is extracted as create procedure test_proc ( a varchar(10) DEFAULT = 'Y' ) | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2014-08-18 10:06 | Martijn Tonies | New Issue | |
2014-08-18 10:06 | Martijn Tonies | Issue generated from: 0000992 | |
2014-08-18 10:06 | Martijn Tonies | Project | Database Workbench v4 => Database Workbench v5 |
2014-08-18 10:06 | Martijn Tonies | Status | new => resolved |
2014-08-18 10:06 | Martijn Tonies | Fixed in Version | => 5.0 |
2014-08-18 10:06 | Martijn Tonies | Resolution | open => fixed |
2014-08-18 10:06 | Martijn Tonies | Assigned To | => Martijn Tonies |
2014-09-09 13:31 | Martijn Tonies | Status | resolved => closed |