poke-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Added elementType to Array object in order to handle empty arra


From: Konstantinos Chasialis
Subject: [PATCH] Added elementType to Array object in order to handle empty arrays correctly.
Date: Tue, 3 Aug 2021 00:47:03 +0300
User-agent: SquirrelMail/1.4.23 [email.uoa.gr]

Hello!

Previously, we inferred the array type by extracting the first element of
the array and checking its type. This is not very robust and does not
handle empty arrays. I have updated the schema to contain an string-enum
elementType that declares that type of the array's elements.

Please note that NULL is missing, do you believe it should be added?

Attachment: 0010-Added-elementType-to-Array-object-in-order-to-handle.patch
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]