Carson Full
Carson Full
- EdgeDB Version: 5.1+4ced01b - EdgeDB CLI Version: 5.2.0-dev.1153+93311cf - OS Version: mac Steps to Reproduce: 1. `edgedb migration create --squash` Schema: https://github.com/SeedCompany/cord-api-v3/tree/ebb839fb61eae7f42c338d9de8aee3b5accb8da4/dbschema
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md - [ ] Tests for the changes have been...
```typescript e.select(e.X, { foo: false }) ``` Runtime omits `foo` from EdgeQL, but TS types it as `never`. This allows it to be compatible, somehow, with a type expecting that...
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md - [ ] Tests for the changes have been...
I have a warning on 6.4 ``` possibly more than one element returned by an expression in a FILTER clause ``` with this expression ([source](https://github.com/SeedCompany/cord-api-v3/blob/c229fcd309fa8bda4930b122eff7d812385cd9b2/dbschema/engagement.gel#L61-L66)): ```edgeql not exists (select __new__.language.engagements...
- Gel Version: 6.5 - Gel CLI Version: - OS Version: Steps to Reproduce: ```esdl departmentId: str { rewrite insert, update using ( ... if __subject__ is MultiplicationTranslationProject then (...
https://github.com/edgedb/edgedb-docker/pull/76 It's also worth calling out that if you run multiple instances this key needs to be the same. Otherwise you'll get logged out of the UI, when requests switch...
- EdgeDB Version: 5.8 - EdgeDB CLI Version: 7.1.1 - OS Version: Steps to Reproduce: https://github.com/SeedCompany/cord-api-v3/blob/dccebeca2b6065a01f0a9a67b122df347945b954/dbschema/migrations/00015-m15kqz2.edgeql ``` gel error: SchemaError: cannot drop enumerated type 'default::currentRoles' because other objects in the...
https://github.com/geldata/gel-js/blob/master/packages/gel/src/baseConn.ts#L597-L617 Cause the "Session/Options/State" identity to change with every query, causing it to be re-serialized & re-encoded with every query (misses on `stateCache: WeakMap`). Maybe another cache layer could be...
When hovering over copy you get the highlight that includes the type/typecast(?).  But then when you go to paste, the type cast is not included. ``` "9136a13c-01ad-11f0-aaa6-1f1b4f5037b6" ``` I...