edgedb-java icon indicating copy to clipboard operation
edgedb-java copied to clipboard

Fix optional argument encoding

Open quinchs opened this issue 1 year ago • 1 comments

Summary

Fixes encoding of arguments by ensuring nelems is set to the absolute number of elements, and client-side checks whether the argument is optional.

quinchs avatar Jun 08 '24 18:06 quinchs

Note: This fix seems reasonable, but I need to check how other lang bindings deal with optionals. .Net looks like it might throw an index error, and really shouldn't be handled server side?

dnwpark avatar Feb 07 '25 20:02 dnwpark