Informix - Problem description
Problem IT07980 | Status: Closed |
TEMP TABLE ALLOWS NULL VALUE IN SERIAL COLUMN OF A TEMP TABLE IN 11.70 BUT NOT 12.10 | |
product: | |
INFORMIX SERVER / 5725A3900 / C10 - IDS 12.10 | |
Problem description: | |
In IDS 11.70.FC8W1, the following sql will run without error, but in 12.10.FC4W1, the following sql fails with a -391 error: --drop table nameval; create table nameval ( id serial not null, name char(40), val char(40) ); insert into nameval values (0,'Color','Red'); insert into nameval values (0,'Number','Six'); insert into nameval values (0,'Fruit','Apple'); select * from nameval into temp nameval_tmp with no log; insert into nameval_tmp values (NULL,'Fail','This Will'); | |
Problem Summary: | |
**************************************************************** * USERS AFFECTED: * * 12.10.XCX * **************************************************************** * PROBLEM DESCRIPTION: * * See Error Description * **************************************************************** * RECOMMENDATION: * * Update to IBM Informix Server 12.10.XC5 * **************************************************************** | |
Local Fix: | |
Solution | |
Problem Fixed In IBM Informix Server 12.10.XC5 and above | |
Workaround | |
not known / see Local fix | |
Timestamps | |
Date - problem reported : Date - problem closed : Date - last modified : | 27.03.2015 30.12.2015 30.12.2015 |
Problem solved at the following versions (IBM BugInfos) | |
12.10.xC5 | |
Problem solved according to the fixlist(s) of the following version(s) | |
12.10.xC5.W1 | |
12.10.xC6 |