Icon View Incident Report

Minor Minor
Reported By: Ole Willy Tuv
Reported On: 2/27/2007
For: Version 1.00 Build 1
# 2247 ALTER TABLE Constraint Violations Being Logged and Not Raised as an Exception

The following ALTER TABLE statement executes without errors on the constraint violation.

create table test (c1 integer not null)

insert into test values (1)

insert into test values (1)

alter table test
add constraint pk_test primary key (c1)



Comments Comments
The constraint violations were being logged using the TEDBQuery.OnLogMessage event handler and the offending row removed from the table. Now the constraint violation is raised as an exception and the ALTER TABLE execution stopped.


Resolution Resolution
Fixed Problem on 2/28/2007 in version 1.01 build 1


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

Image