James Clarke
James Clarke
Changes to `compilerOptions` in `tsconfig.json` don't get picked up by subsequent `yarn build` runs
### Verify canary release - [X] I verified that the issue exists in Next.js canary release ### Provide environment information Operating System: Platform: linux Arch: x64 Version: #1 SMP Wed...
- EdgeDB Version: 2.0-dev.6475+local Steps to Reproduce: ```edgeql with movie := ( select default::Movie limit 1 ), actors := ( select movie { actors:= ( select movie.actors { linkprop :=...
Use case: The data editing feature in edgedb studio will allow you to atomically insert/update/delete multiple objects, and when errors (eg. constraint violation) occur, it should be able to display...
Fixes #277 Blocked on https://github.com/edgedb/edgedb/issues/3569
https://discord.com/channels/841451783728529451/988173463732772895/988186281529974814 It's common for datatypes that don't have a native js/json type to be encoded as strings (eg. int64, datetime/temporal, etc), so if the wrong datatype is passed as a...
From issue: https://github.com/edgedb/edgedb/issues/3647 If function returning a shape object is used instead of plain shape object in `e.insert`: ``` e.insert(e.Person, () => ({ firstName: 'john', lastName: 'smith' })) ``` querybuilder...