View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000992 | Database Workbench v4 | Firebird Module | public | 2014-08-18 09:52 | 2014-09-17 08:38 |
Reporter | Martijn Tonies | Assigned To | Martijn Tonies | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Fixed in Version | 4.4.8 | ||||
Summary | 0000992: 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. | ||||
DBMS & Version | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2014-08-18 09:52 | Martijn Tonies | New Issue | |
2014-08-18 10:05 | Martijn Tonies | Steps to Reproduce Updated | |
2014-08-18 10:06 | Martijn Tonies | Issue cloned: 0000993 | |
2014-08-18 10:18 | Martijn Tonies | Status | new => resolved |
2014-08-18 10:18 | Martijn Tonies | Fixed in Version | => 4.4.8 |
2014-08-18 10:18 | Martijn Tonies | Resolution | open => fixed |
2014-08-18 10:18 | Martijn Tonies | Assigned To | => Martijn Tonies |
2014-09-17 08:38 | Martijn Tonies | Status | resolved => closed |