Files
MaxScale/server/modules/routing
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-06-25 10:11:55 +03:00
2019-06-25 10:11:55 +03:00
2019-06-25 10:11:55 +03:00
2019-06-25 10:11:55 +03:00
2019-06-25 10:11:55 +03:00