-
- EdgeDB Version: `2.14` and `2.15`
- EdgeDB CLI Version: `2.3.1+5d93f42` and `3.0.0+80bc8b4`
- OS Version: macos 13
Steps to Reproduce:
Unsure as to the exact circumstances that led t…
-
In EdgeQL, common paths are "factored" to the closest surrounding subquery.
This is what allows
```
select User.first_name ++ ' ' ++ User.last_name
```
to return one row per user, as well as ca…
-
Currently, we only provide a single `bin` script: `edgeql-js`. However there are a few reasons we need to rethink this.
- We're adding another command to run migrations: https://github.com/edgedb/edg…
-
We need the ability to specify what happens when a link target is deleted, similar to the `ON DELETE` clause of the `FOREIGN KEY` constraint in Postgres.
The proposed declaration syntax is as follo…
-
- EdgeDB Version: 3.0-dev.7411+306d957
- EdgeDB CLI Version: 3.0.0-dev.947+3c26302
- OS Version: endeavouros linux-lts
Steps to Reproduce:
1. Apply migration
2. Run this query: `updat…
-
Migrations do not run when initing a 3.0 project with pre-existing migrations. After initing the project, the user must then create and run migrations. This is not the case under 2.x where they ar…
-
- EdgeDB Version: 2.2+7afd3ff
- OS Version: Windows 10 19044.1889
Steps to Reproduce:
```
select std::array_unpack([
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0…
-
Hello 👋 We're interested in being able to programmatically migrate our EdgeDB instance, however currently the migrate command is only supported in the CLI, and there's currently no `lib.rs` in the pro…
-
**Describe the bug**
Following first steps, can't run codegen
**Reproduction**
1. init project
2. add `get-number.edgeql`
3. `pip install edgedb`
error
```console
$ python -m edgedb.co…
-
_Originally posted by @andersk in https://github.com/charliermarsh/ruff/issues/3877#issuecomment-1515536738_