|
Ateesh, If you set the Identity column to generate
by default, you should be able to insert the rows that already have a value, as
long as that value is not already in the table. The catch is that your sequence will be
screwed up. I think that there’s a way to do a
work around using a stored procedure and an after trigger statement, however,
yes you point out why this bug is not a small thing. With respect to the specs, well, derby is
wrong, no matter what those from IBM or Sun would like to believe. ;-) Its kind of sad, really. The fix is really
trivial. From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
|
- RE: "generated by default" question derby
- Re: "generated by default" question Vic Ricker
- RE: "generated by default" question Michael Segel
- Re: "generated by default" question Daniel Noll
- Re: "generated by default" questi... Michael Segel
- Re: "generated by default" q... Daniel Noll
- Re: "generated by default&quo... Michael Segel
- Re: "generated by default&quo... Vic Ricker
- Re: "generated by default... Michael Segel
- Re: "generated by default" question Vic Ricker
- Re: "generated by default" questi... Michael Segel
