× Heads up!

Aqua Data Studio / nhilam

Follow
IDE for Relational Databases
×
tariqrahiman reported 2015-04-28T23:52:15Z  · last modified 2015-05-01T15:52:44Z

Vertica Bigint datatypes are displayed as negative numbers in QA Grid Results


customer request
Priority Critical
Complexity Unknown
Component Q Analyzer - Grid Results
Version 16.0
Vertica Bigint datatypes are displayed  as negative numbers in the Query Result Grid
 
Issue started in 16.0.3-3
-------------------------
Version: 16.0.3-3
Build #: 43277
Build Date: 2015-Apr-01 08:10:25 AM
 
Issue started occuring after fix for https://www.aquaclusters.com/app/home/project/public/aquadatastudio/issue/13200
 
Works fine in V15, v16
-----------------------
Version: 16.0.3
Build #: 43219
Build Date: 2015-Mar-30 03:17:34 PM
 
To reproduce
-------------------------
 
CREATE TABLE public.FACT_CLICKSTREAM  ( 
KEY         bigint,
ID         bigint,
OMT_KEY     varchar(80),
VISIT_KEY   varchar(80),
SESSION_KEY varchar(80),
AUTH_KEY   varchar(80),
CL_KEY     varchar(80),
DATE       date 
)
GO
 
2. 
 
INSERT INTO public.FACT_CLICKSTREAM(KEY, ID, OMT_KEY, VISIT_KEY, SESSION_KEY, AUTH_KEY, CL_KEY, DATE) 
VALUES(9223372036854775807, 0, '', '', '', '', '', '2015-4-28')
GO
 
3.  Open Query Analyser to Vertica database and execute the below SELECT Query. The below query gives negative values in the grid results which is incorrect. v15 and v16.0.0 gives the correct value. See attached screenshots
 
SELECT * FROM public.FACT_CLICKSTREAM
GO

 

3 attachments

Issue #13280

Closed
Fixed
Resolved 2015-04-29T20:54:12Z
 
 
Completion
No due date
Fixed Build 16.0.4-8
No time estimate

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