Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
10.10.2.0
-
None
-
None
Description
I see an assert failure when running this script:
connect 'jdbc:derby:memory:db;create=true'; autocommit off; create table t(x int); insert into t values 1, 2; -- the next statement fails because of overflow (expected) alter table t add column y smallint generated always as (30000 * x); -- the next statement fails runs into an assert failure alter table t add column z int;
Attachments
Issue Links
- relates to
-
DERBY-3888 ALTER TABLE ... ADD COLUMN cannot add identity columns
- Closed