edgedb / edgedb-rust

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

Fix for IPv6 support #115

Closed fantix closed 2 years ago

fantix commented 2 years ago

Refs edgedb/shared-client-testcases#11, now the following CLI commands are supported:

edgedb -H ::1
edgedb -H fe80::871:7bc6:4470:256a%en0
edgedb --dsn edgedb://[::1]

This is not supported due to servo/rust-url#424:

edgedb --dsn edgedb://[fe80::871:7bc6:4470:256a%25en0]