James Clarke

Results 41 issues of James Clarke

### 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...

template: bug

- 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 :=...

bug
compiler

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...