View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001806 | Database Workbench v5 | Firebird Module | public | 2020-08-26 14:07 | 2020-09-24 11:47 |
Reporter | Martijn Tonies | Assigned To | Martijn Tonies | ||
Priority | normal | Severity | feature | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Fixed in Version | 5.7.6 | ||||
Summary | 0001806: Parameter grid in Stored Procedure/Function Editors should include 'not null' checkbox for Firebird 2.1 and up | ||||
Description | Parameter grid in Stored Procedure/Function Editors should include 'not null' checkbox | ||||
Additional Information | CREATE PROCEDURE P_DEMO ( PIN_ID BigInt) returns ( POUT_ID BigInt NOT NULL) AS BEGIN POUT_ID = PIN_ID; END This is not supported in procedure editor as always removes the NOT NULL constraint. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2020-08-26 14:07 | Martijn Tonies | New Issue | |
2020-08-28 12:22 | Martijn Tonies | Summary | Parameter grid in Stored Procedure/Function Editors should include 'not null' checkbox => Parameter grid in Stored Procedure/Function Editors should include 'not null' checkbox for Firebird 2.1 and up |
2020-08-31 11:23 | Martijn Tonies | Assigned To | => Martijn Tonies |
2020-08-31 11:23 | Martijn Tonies | Status | new => resolved |
2020-08-31 11:23 | Martijn Tonies | Resolution | open => fixed |
2020-08-31 11:23 | Martijn Tonies | Fixed in Version | => 5.7.6 |
2020-09-24 11:47 | Martijn Tonies | Status | resolved => closed |