View Issue Details

IDProjectCategoryView StatusLast Update
0001806Database Workbench v5Firebird Modulepublic2020-09-24 11:47
ReporterMartijn Tonies Assigned ToMartijn Tonies  
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status closedResolutionfixed 
Fixed in Version5.7.6 
Summary0001806: Parameter grid in Stored Procedure/Function Editors should include 'not null' checkbox for Firebird 2.1 and up
DescriptionParameter grid in Stored Procedure/Function Editors should include 'not null' checkbox
Additional InformationCREATE 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.
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

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