View Issue Details

IDProjectCategoryView StatusLast Update
0002024Database Workbench v6Firebird Modulepublic2022-09-19 13:40
ReporterMartijn Tonies Assigned ToMartijn Tonies  
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status closedResolutionfixed 
Fixed in Version6.1.0 
Summary0002024: Support for UDRs
Descriptionhttps://firebirdsql.org/file/documentation/release_notes/html/en/3_0/rnfb30-engine.html#rnfb30-engine-extengines
Additional Information   SET TERM ^ ;
CREATE OR ALTER FUNCTION GUID_TO_UUID (IN_STR VARCHAR(38)
CHARACTER SET UTF8 NOT NULL) RETURNS VARCHAR(36) CHARACTER SET
UTF8
EXTERNAL NAME 'UtilsUDR!GUID_TO_UUID' ENGINE UDR ^
SET TERM ; ^
  
DDL view show without the EXTERNAL NAME part
  
SET TERM ^^ ;
CREATE OR ALTER FUNCTION GUID_TO_UUID (IN_STR VarChar(38) NOT
NULL)RETURNS VarChar(36) SQL SECURITY INVOKER AS ^^
SET TERM ; ^^
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2022-05-30 09:59 Martijn Tonies New Issue
2022-06-14 12:30 Martijn Tonies Assigned To => Martijn Tonies
2022-06-14 12:30 Martijn Tonies Status new => resolved
2022-06-14 12:30 Martijn Tonies Resolution open => fixed
2022-06-14 12:30 Martijn Tonies Fixed in Version => 6.1.0
2022-09-19 13:40 Martijn Tonies Status resolved => closed