View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002024 | Database Workbench v6 | Firebird Module | public | 2022-05-30 09:59 | 2022-09-19 13:40 |
Reporter | Martijn Tonies | Assigned To | Martijn Tonies | ||
Priority | normal | Severity | feature | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Fixed in Version | 6.1.0 | ||||
Summary | 0002024: Support for UDRs | ||||
Description | https://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 ; ^^ | ||||
Tags | No tags attached. | ||||
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 |