Bigint

When I use a bigint in Sybase, Servoy only displays up untill 2147483647
There has been a similar topic MySQL BIGINT field problem - Classic Servoy - Servoy Community but I didn’t see a solution. Turning it into a text (like jan is stating in the other topic) is not option becoz another application reads data from the same database and cant deal with text without reprogramming a bunch of code.

Servoy 2.2.7

can you make a case for this?
Then i will try to test what sybase gives us as type for that column. Because if it is really a BIGINT then we make it a long. And thats a 64 bit number so that should easily fit large numbers.

I have the same problem in MySQL 5.0. The field is listed as a BIGINT in the database and it is trucating when it is entered in Servoy 3.0.1.

Do I need to enter a second case so I can be notified of a fix?

Thanks,
Jason

We will improve this in a next version, please contact us if you want an intermediate build containing this improvement.

Jan Blok:
We will improve this in a next version, please contact us if you want an intermediate build containing this improvement.

Has this been fixed in 3.1?
As far as I can see…it’s still not working.

Servoy Developer
Version 3.1.6-build 410
Java version 1.6.0_02-b06 (Windows 2003)

In Servoy 3.1 database bigint values are limited to 2147483647.
Release 3.5 should not have this limit.

Rob