edgedb / edgedb-java

The official Java client library for EdgeDB
Apache License 2.0
19 stars 4 forks source link

Fix optional argument encoding #34

Open quinchs opened 5 months ago

quinchs commented 5 months ago

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.