× Heads up!

Aqua Data Studio / nhilam

Follow
IDE for Relational Databases
×
tariqrahiman reported 2014-05-28T23:47:09Z  · last modified 2015-08-11T20:07:35Z

err gets displayed in informix for INT8 and SERIAL8


customer request
Priority Minor
Complexity Complex
Component Q Analyzer - Grid Results
Version 17.0
Version: 14.0.14-4
Build #: 38034
Build Date: 2014-May-21 12:49:42 PM
 
err gets displayed in informix for INT8 and SERIAL8
 
To reproduce:
 
###
### Repro INT8 and SERIAL8 ADS V14 display-problem
###
 
DATABASE test;
 
DROP TABLE    tst_tab;
CREATE TABLE  tst_tab (c_serial serial, c_serial8 serial8, c_int int, c_int8 int8, c_char char);
 
INSERT INTO   tst_tab  VALUES (0,0,1,1,'1');
INSERT INTO   tst_tab  VALUES (0,0,2,2,'2');
INSERT INTO   tst_tab  VALUES (0,0,3,3,'3');
 
SELECT * FROM tst_tab;
 
 c_serial     c_serial8     c_int     c_int8     c_char    
 -----------  ------------  --------  ---------  --------- 
 1            (err)         1         65536      1         
 2            (err)         2         65536      2         
 3            (err)         3         65536      3         
 
Error Log has below contents
 
5/26 15:04:11.707 q????.oO Error: .getObject(): Type not supported Column Name: c_serial8 DataTypeName: serial8 DataType: -5
5/26 15:04:11.707 q????.oO Error: .getString(): Type not supported Column Name: c_serial8 DataTypeName: serial8 DataType: -5
5/26 15:05:42.763 q????.oO Error: .getObject(): Type not supported Column Name: c_serial8 DataTypeName: serial8 DataType: -5
5/26 15:05:42.763 q????.oO Error: .getString(): Type not supported Column Name: c_serial8 DataTypeName: serial8 DataType: -5
5/26 15:05:42.763 q????.oO Error: .getObject(): Type not supported Column Name: c_serial8 DataTypeName: serial8 DataType: -5
5/26 15:05:42.779 q????.oO Error: .getString(): Type not supported Column Name: c_serial8 DataTypeName: serial8 DataType: -5

 

Issue #12214

Closed
Fixed
Resolved 2015-08-11T20:07:35Z
 
 
Completion
No due date
No fixed build
No time estimate

About AquaClusters Privacy Policy Support Version - 19.0.2-4 AquaFold, Inc Copyright © 2007-2017