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

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

Open Dhghomon opened this issue 2 years ago • 0 comments

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

Dhghomon avatar Dec 08 '23 04:12 Dhghomon