edgedb / edgedb-python

The official Python client library for EdgeDB
https://edgedb.com
Apache License 2.0
369 stars 45 forks source link

Don't reject tuple arguments on the client side #370

Closed msullivan closed 2 years ago

msullivan commented 2 years ago

Right now we reject them on the server side. If that is fixed, they work fine on the client.