Icon View Incident Report

Serious Serious
Reported By: Krisztian Kepes
Reported On: 4/22/2010
For: Version 2.03 Build 11
# 3191 Using ALTER TABLE to Add IDENTITY Column Causes Column to be Populated with 1 Values

If I have a table (existing) with data, and I want to make a ID field (there is nothing, and primary key also missing).

When I tried to alter to add an ID field, all ID fields are filled by 1.

ALTER TABLE "fileok"
ADD COLUMN "kod" INTEGER
   GENERATED ALWAYS AS IDENTITY (START WITH 0, INCREMENT BY 1)



Resolution Resolution
Fixed Problem on 4/23/2010 in version 2.03 build 12


Products Affected Products Affected
ElevateDB Additional Software and Utilities
ElevateDB DAC Client-Server
ElevateDB DAC Client-Server with Source
ElevateDB DAC Standard
ElevateDB DAC Standard with Source
ElevateDB DAC Trial
ElevateDB LCL Standard with Source
ElevateDB VCL Client-Server
ElevateDB VCL Client-Server with Source
ElevateDB VCL Standard
ElevateDB VCL Standard with Source
ElevateDB VCL Trial

Image