Files
MaxScale/server/modules/routing/avrorouter
Markus Mäkelä 562c7be8fe MXS-2106: Fix NULL value handling
The NULL values were not stored as NULL Avro values due to the fact that
the file format has no native NULL-ness for the basic types. To solve
this, all values must be stored as a union that contains the actual type
as well as the null type.

Unions were not implemented in the maxavro library but implementing means
simply recursing one level down.
2018-11-05 13:37:29 +02:00
..
2018-08-20 08:06:59 +03:00
2018-11-05 13:37:29 +02:00
2018-10-30 12:45:36 +02:00
2018-09-04 10:50:31 +03:00
2018-03-06 10:38:01 +02:00