× Heads up!

Aqua Data Studio / nhilam

Follow
IDE for Relational Databases
×
ivangron reported 2017-06-15T20:23:52Z  · tariqrahiman last modified 2017-07-03T18:14:37Z

Sybase ASE -> Err working with unsigned bigint values


customer request
Priority Major
Complexity Unknown
Component DB - Sybase ASE
Version 17.0

  [Err] message is been displayed when working with unsigned big integers that have values that exceed the range of java long types.

example:

create table test_unsigned (ubi unsigned bigint primary key, bi bigint, i int, ui unsigned int)
go
insert into test_unsigned values (0x123456, 1, 123, 4294967295)
go
insert into test_unsigned values (0xFFFFFFFFFFFFFFFF, 2, 123, 123123)
go
select * from test_unsigned 
// results
/*
    ubi      bi     i     ui         
    -------  -----  ----  ---------- 
    5649426  1      123   4294967295 
    [Err]    2      123   123123     
*/
5 attachments

Issue #15316

Closed
Fixed
Resolved 2017-06-19T05:07:01Z
 
 
Completion
No due date
Fixed Build v19.0.0-alpha-48, v18.0.15-2, 17.0.13-2
No time estimate

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