Files
flatbuffers-bigfoot/src
Paulo Pinheiro 7b5fd2bd05 [Kotlin] Fix key lookup returning null clashing with default value (#7237)
* [Java] Fix key lookup returning null clashing with default value

A field with key attribute must always be written on the message so it
can be looked up by key. There is a edge case where inserting a key
field with same value as default would prevent it to be written on
the message and later cannot be found when searched by key.

* [Kotlin] Fix key lookup returning null clashing with default value

A field with key attribute must always be written on the message so it
can be looked up by key. There is a edge case where inserting a key
field with same value as default would prevent it to be written on
the message and later cannot be found when searched by key.

Co-authored-by: Derek Bailey <derekbailey@google.com>
2022-04-11 17:17:19 -07:00
..
2021-12-02 21:29:19 -08:00
2022-03-15 21:48:42 -07:00
2022-03-15 21:48:42 -07:00
2022-03-29 10:01:32 -07:00
2021-11-19 17:01:48 -08:00
2022-03-30 18:13:16 -04:00
2022-03-28 18:07:09 -04:00