Re: [sr-dev] RFC: database unsigned number types

2018-07-07 Thread Henning Westerholt
Am 05.07.2018 um 14:43 schrieb Daniel-Constantin Mierla: Hello, Hello Daniel, [..] So far, the database API supported only signed types for numbers, respectively DB1_INT (int in c) and DB1_BIGINT (long long in c). However, many database table columns are defined as UNSIGNED INT or UNSIGNED

[sr-dev] RFC: database unsigned number types

2018-07-05 Thread Daniel-Constantin Mierla
Hello, starting here a discussion about an issue with the database API and signed/unsigned number type to see how to address it. So far, the database API supported only signed types for numbers, respectively DB1_INT (int in c) and DB1_BIGINT (long long in c). However, many database table columns