CREATE TABLE "c##C_nilesh"."Test_identity" (
"c1" Float GENERATED ALWAYS AS IDENTITY NOT NULL,
"c2" VARCHAR2(25) NULL
)
STORAGE( BUFFER_POOL DEFAULT )
PARALLEL( DEGREE DEFAULT )
GO
|
501 KB
|
61 KB
Oracle12c | Oracle-10g | |||
Windows | Ubuntu | Windows | Ubuntu | |
Broken build ADS 19-Alpha-47 | Y | Y | NA | NA |
Identity introducing build(ADS-18.0-devi-198) | Y | Y | NA | NA |
Y - Yes, issue reproduced. N-issue is not reproduced. |
@ivan: implement if low impact fix & < 1 hr of implementation time
@ivan: implement if low impact fix & < 1 hr of implementation time
svn# 55440 - Added identity to the float datatype option.
svn# 55440 - Added identity to the float datatype option.
Issue #15323 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build ADS 19.0.0-beta-38 |
No time estimate |
N-issue is not reproduced.