c0rb1n
c0rb1n
- EdgeDB Version: 4.2+833dd8d - EdgeDB CLI Version: 4.0.2+500be79 - OS Version: macOS 14.2.1 When performing a bulk update of links **_including link properties_**, I found that assert_single() throws `QueryError:...
As I've been trying to write some conditional DML, my approaches have failed for one reason or another: - `Internal Server Error: cannot reference correlated set [ YOUR SET ]...
The migration tool struggles with some aspects of multi-level inheritance hierarchies. It appears that when a computed property is of a subclass type **_with a parent that overloads a link...
When trying to upsert a record via the coalescing operator _within an if/else_ I get the following error when trying to reference the global currentUser: ``` MissingRequiredError: missing value for...
The auth extension feels like it's missing a cascading deletion policy between identities and factors. With a schema like the following, automatically deleting a User's identities when the user gets...