Files
MaxScale/server/modules/routing/avrorouter
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
..
2018-09-10 13:22:49 +03:00
2019-06-25 09:19:55 +03:00
2019-07-05 14:12:59 +03:00
2019-06-26 10:17:21 +03:00
2019-06-25 09:19:55 +03:00
2019-06-25 09:19:55 +03:00
2019-06-25 09:19:55 +03:00
2019-06-25 09:19:55 +03:00
2019-06-25 09:19:55 +03:00