Frederick
Frederick
Working on https://github.com/edgedb/edgedb/issues/4236
- EdgeDB Version: 2.1 - OS Version: ubuntu 22.04 If I send `command.edgeql` (below) as the command to parse with expected cardinality `MANY` it returns cardinality `AT_MOST_ONE`. However if I...
fixes https://github.com/edgedb/edgedb/issues/4277
Fixes https://github.com/edgedb/edgedb/issues/4278
- EdgeDB Version: 2.2 (dgeDB CLI 2.0.5+f78cf34) - OS Version: ubuntu 22.04 When applying a migration that uses an `insert` as a conversion expression I get an obscure error that...
The query below fails with `modification of computed link 'class' of object type 'default::Student' is prohibited`. If the shape is removed from the select in the with block it works...
There should be a way to reload configuration without restarting on `SIGHUP`.
In many deployment scenarios TLS certificates are renewed on a regular basis. Currently edgedb needs to be restarted when certificate files are renewed. This potentially causes downtime and increased latency...
fixes https://github.com/edgedb/edgedb-python/issues/301
- EdgeDB CLI Version: `EdgeDB CLI 2.1.0` - OS Version: Ubuntu 22.04 Even if all relevant information is provided in the `--dsn` option the CLI still prompts for all these...