-
**Describe the bug**
While `npx @edgedb/generate` is working as expected, `pnpm dlx @edgedb/generate` is not working with following errors.
```
~/w/rezero develop• 6.5s [1] pnpm dlx @edgedb/gener…
-
- EdgeDB Version: EdgeDB version "2" Docker image
- OS Version: Arch Linux
Steps to Reproduce:
1. `DROP` a `CONSTRAINT`
I couldn't put together a schema that reproduces the bug, but here's w…
-
Most of the examples on docs.rs and on github don't use parameters.
Would you consider adding a second example for [query](https://docs.rs/edgedb-tokio/latest/edgedb_tokio/struct.Client.html#method…
-
- EdgeDB Version: 3.0-rc.2
- EdgeDB CLI Version: 3.1.1+5798f31
- OS Version: macOS
Steps to Reproduce:
1. Specify `EDGEDB_SERVER_BOOTSTRAP_COMMAND` with something like:
```edgeql
create da…
-
- EdgeDB Version: 4.0-dev.7515+6f86d18
- EdgeDB CLI Version: EdgeDB CLI 3.0.0-beta.2+97ce8b7
- OS Version: macOS 13.3.1 (22E261)
Steps to Reproduce:
```
edgedb> select (innerIndex := …
-
Proposed query builder API for group:
In EdgeQL:
```
group Movie
using
cast_size := count(.actors),
first_letter := movie.title[0]
by .release_year;
```
Query builder:
```ts
// g…
-
**Code**
The code causing the error.
```typescript
const query = e.delete(e.Answer, (answer) => ({
filter: e.assert_single(
e.op(
e.op(
e.op("…
-
- EdgeDB Version: 3.0-dev.7484+d93f47f
- EdgeDB CLI Version: EdgeDB CLI 2.3.1+5d93f42
- OS Version: macOS 13.3.1 (22E261)
Steps to Reproduce:
The following query with multiple items:
…
-
`schema::Migration` should be read-only. Currently it allows `DELETE` (and `INSERT` seems to be allowed to as long as you can compute the hash, I think). We should prohibit any modifications inside th…
-
- EdgeDB Version: 2.9+4fbadd2
- EdgeDB CLI Version: EdgeDB CLI 2.2.6+7eabbf9
- OS Version: macOS 12.4
Steps to Reproduce:
1. Create default module as follows:
```
module default {
type …