Sybase IQ -- Include uniqueidentifierstr in the data type list for Create Table GUI.
Character data types -- UNIQUEIDENTIFIERSTR
Domain implemented as CHAR( 36 ). This data type is used for remote data access, when mapping Microsoft SQL Server uniqueidentifier columns.
CREATE TABLE DBA.test_ui (
col_1 uniqueidentifierstr NULL,
PCTFREE 0
)
IN IQ_SYSTEM_MAIN
GO
Fixed in 7.4.26
Issue #1786 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
No fixed build |
No time estimate |
Fixed in 7.4.26