edgedb / edgedb-net

The official .NET client library for EdgeDB
https://edgedb.com
Apache License 2.0
82 stars 9 forks source link

Don't parse if no args and result #77

Closed quinchs closed 8 months ago

quinchs commented 8 months ago

Summary

This PR removes a round trip parse call in the case that there is no query arguments and output

Complies with https://github.com/edgedb/edgedb/pull/6576