edgedb / edgedb-rust

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

Tweak handling of branches and database params #307

Closed quinchs closed 5 months ago

quinchs commented 6 months ago

Adds missing check for exclusivity between database and branch, also overrides both for compatibility between 5.x and non 5.x

aljazerzen commented 5 months ago

I've changed how we handle database and branch in a few places, such that shared-client-tests test in edgedb-cli now passes: https://github.com/edgedb/edgedb-cli/pull/1252