Files
MaxScale/server/modules
Markus Mäkelä 72d9e41ccb MXS-2263: Process unsigned integer columns correctly
The unsigned integers that would previously be interpreted as negative
values are now correctly converted into their corresponding avro
values. Due to a limitation in the Avro file format, 64-bit unsigned
integers cannot be represented in their unsigned form.

Since both the signed and unsigned versions of a 32-bit integer cannot fit
into a single Avro int, the type for these was changed to long. This is a
backwards incompatible change which means files generated with older
versions will not convert unsigned values correctly.
2019-09-30 11:47:27 +03:00
..
2019-07-30 13:00:37 +03:00
2019-06-25 09:19:55 +03:00
2019-09-18 16:43:12 +03:00
2019-09-24 21:42:32 +03:00
2017-02-15 09:31:14 +02:00