Tom
Tom
Currently, `_plotDataSets` is stored as a vector of value, meaning data sets are actually copies of their original object. This creates the somewhat surprising behavior that modifying the underlying `PlotDataSet`...
I'm attempting to write generic functions that accept query builder expressions and wrap them with additional functionality before calling them. (In our particular case, the intent is to combine with...
More context on [Discord thread](https://discord.com/channels/841451783728529451/849377751370432573/1372683127960633344). The new query tagging feature is great - we have gone and added tags to a bunch of our queries. It would be excellent if...
- EdgeDB Version: 5.6+0521607 - EdgeDB CLI Version: 5.5.2+a5c8312 - OS Version: Debian Bullseye (Me again, trying more options for getting data out of EdgeDB - see also Metabase issue...
- EdgeDB Version: 5.6+0521607 - EdgeDB CLI Version: 5.5.2+a5c8312 - OS Version: Debian Bullseye SQL support currently appears to be broken when attempting to connect with Metabase. This is listed...
**Code** I'm trying to define a function that generates a query, such as: ```typescript export const caseQuery = (issueId: string) => e.select(e.issue.Issue, () => ({ id: true, openedAt: true, closedAt:...