Re: Bug: RENAME COLUMN on a column GENERATED ALWAYS AS IDENTITY removes the auto-increment property

2010-08-28 Thread Uriah Eisenstein
Argh, sorry. I usually search for existing bugs before submitting a new one, but sometimes forget... This is indeed the issue. Thanks! On Sat, Aug 28, 2010 at 6:15 PM, Bryan Pendleton wrote: > I hope this is the place to post such issues. I've recently renamed an >> identity column, and then fou

Re: Bug: RENAME COLUMN on a column GENERATED ALWAYS AS IDENTITY removes the auto-increment property

2010-08-28 Thread Bryan Pendleton
I hope this is the place to post such issues. I've recently renamed an identity column, and then found that it no longer functioned as one; That's DERBY-4693, I believe: https://issues.apache.org/jira/browse/DERBY-4693 It's fixed in the 10.6 branch, so you could build the fix for your own use.

Bug: RENAME COLUMN on a column GENERATED ALWAYS AS IDENTITY removes the auto-increment property

2010-08-28 Thread Uriah Eisenstein
Hi, I hope this is the place to post such issues. I've recently renamed an identity column, and then found that it no longer functioned as one; the next row inserted into the table got the value 0 in this column, and further rows could not be inserted without setting the column value manually (due