Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
23.10.1
-
None
-
2023-10, 2023-11
Description
Part of regr test005 failing:
create table foo (col1 int) engine=columnstore;
insert into foo values ( 1 ), ( 2 ), ( 3 ), ( 4 ), ( 5 );
Alter table foo add column newcol bigint comment 'autoincrement';
select callastinsertid('foo');
should give result = 5 but now gives 0
Similar problem if column is not added but changed from non-autoincrement to autoincrement.
Is broken since 06 Sep 2023 in develop.