× Heads up!

Aqua Data Studio / nhilam

Follow
IDE for Relational Databases
×
NielsGron reported 2012-09-20T17:47:58Z  · ivangron last modified 2017-02-21T15:21:39Z

Sybase ASE Unsigned Integer returns values of Integer -2,147,483,648 - 2,147,483,647


Priority Low
Complexity Unknown
Component Q Analyzer
Version 11.0

Sybase ASE Unsigned Integer returns values of Integer :

create table #x
(i unsigned int null)

 insert into #x
select 2000000000
union
select 4294967039
union
select 4294967040
union
select 4294967295
union
select 4294967294
union
select 4294967293
union
select 4294967292
union
select 4294967291
union
select 4294967290
union
select 4294967289
union
select 4294967288

 select * from #x
drop table #x

2 attachments

Issue #7623

Closed
Fixed
Resolved 2012-09-21T19:50:55Z
 
 
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