Description
ij> create table t(a int, b generated always as (-a));
0 rows inserted/updated/deleted
ij> insert into t(b) values (default), (2);
ERROR XJ001: Java exception: '0 >= 0: java.lang.ArrayIndexOutOfBoundsException'.
Attachments
Attachments
Issue Links
- is required by
-
DERBY-4728 10.5 backport effort tracking issue
- Closed