edgedb / edgedb-rust

The official Rust binding for EdgeDB
https://edgedb.com
Apache License 2.0
209 stars 26 forks source link

check_descriptor() does not yet include all types in the Value enum #287

Open Dhghomon opened 7 months ago

Dhghomon commented 7 months ago

Looks like check_descriptor() is still unfinished in places, such as enums (also ranges and some others). Will start with a PR for enum and once merged do the rest.

https://github.com/edgedb/edgedb-rust/blob/master/edgedb-protocol/src/query_arg.rs#L242

Update: Partially completed with https://github.com/edgedb/edgedb-rust/pull/288