edgedb / edgedb-rust

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

Allow cloud instance names to contain '-' and '_' in the org part to support vercel instances #346

Closed jaclarke closed 1 month ago

jaclarke commented 1 month ago

Needed by edgedb-cli: https://github.com/edgedb/edgedb-cli/pull/1361

aljazerzen commented 1 month ago

Looks like we have an explicit test for forbidding leading dashes. Can you fix that and add another test for other thing that youve added?