7. Click on create button, a error message "SAP DBTech JDBC: [7] (at 39): feature not supported: cannot create row table having identity column: col1: line 2 col 2 (at pos 39)" is displayed.
8. BIGINT data type does not support identity, and we should disable this option for BIGINT data type as we do for other data types.
|
58 KB
You will notice that the sql exception says "cannot create row table having identity column." You can create a BIGINT datatype with identity but you need to select COLUMN for table type in storage.
Issue #13513 |
Closed |
Invalid |
Resolved |
Completion |
No due date |
No fixed build |
No time estimate |
You will notice that the sql exception says "cannot create row table having identity column." You can create a BIGINT datatype with identity but you need to select COLUMN for table type in storage.