Jack Fischer
Jack Fischer
**Describe the proposed feature** A clear and concise description of the syntax, what you want to happen, and why it's needed. Query files generated from `@edgedb/generate queries` seem to generate...
- EdgeDB Version: 4.5 - EdgeDB CLI Version: 4.1.0 - OS Version: macos 13 Unsure if this is considered a bug or an FR but it caused a bug for...
**Describe the proposed feature** [Follow up from discord ](https://discord.com/channels/841451783728529451/849374705210490900/1125531076866089030) Support Sentry and other OTEL-compatible platforms.
Follow up from [discord](https://discord.com/channels/841451783728529451/849374705210490900/1126572748290920469) **Code** The code causing the error. ```typescript name: e.op(a.optionalProperty, "??", a.requiredProperty), ``` **Schema** Your application schema. ``` type A { optionalProperty: str; required requiredProperty: str; }...
ISO 8601 strings are very common. Currently, in order to use them with EdgeDB `cal::local_date` you have to parse the string and reconstruct the `cal::local_date`. It would be helpful to...
**Code** TLDR, upserts on property+link exclusivity appear broken in QB. Slack [link](https://credalai.slack.com/archives/C04BUK11UQ1/p1682978009043309) for reference The code causing the error. ```typescript e.params({ string: e.str }, (params) => e .insert(e.B, { string:...
- EdgeDB Version: 3.3 - EdgeDB CLI Version: 3.5.0+e1ad387 - OS Version: macos 13.5 Steps to Reproduce: 1. Add required tuple property to a type ``` type Example { required...
[follow up from discord ](https://discord.com/channels/841451783728529451/849377751370432573/1128345776968450068) - EdgeDB Version: 3.1-3.4 and 4.0-dev.7662+8e24887 - EdgeDB CLI Version: 3.4.0+4d95a2c - OS Version: macos 13.1 Steps to Reproduce: 1. ```edgeql insert B { a:=(select...
[Follow up from discord ](https://discord.com/channels/841451783728529451/849377751370432573/1131009044384067604) - EdgeDB Version: 3.1 - EdgeDB CLI Version: 3.4.0+4d95a2c - OS Version: macos 10.13 Steps to Reproduce: 1. Migrating a remote instance via `edgedb migrate...
- EdgeDB Version: 3.3 - EdgeDB CLI Version: 3.5.0+e1ad387 - OS Version: macos 13.5 Schema ``` type Target_ { multi link latestSource := ( select . y Please specify an...