Skip to content

update t set i=i+1 get a violation error [CORE2385] #2807

@firebird-automations

Description

@firebird-automations

Submitted by: hardnut (hardnut)

the following script get a violation error:
create table t2(i integer primary key);
commit;
insert into t2(i) values(1);
insert into t2(i) values(2);
commit;
update t2 set i=i+1;
commit;

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions