-
Notifications
You must be signed in to change notification settings - Fork 162
[WIP] Update translation layer #6746
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Conversation
|
| throw new Error("No parent node found!"); | ||
| } | ||
| const subqueries = this.updateOperations.map((field) => { | ||
| const { clauses, projectionExpr } = field.transpile(context); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [eslint] <@typescript-eslint/no-unused-vars> reported by reviewdog 🐶
'projectionExpr' is assigned a value but never used. Allowed unused vars must match /^_/u.
Update math operations to new translation layer
…pdate-populated-by-new-translation-layer
…on-layer Update populated by new translation layer
| }); | ||
|
|
||
| test("Top-level OR", async () => { | ||
| test.only("Top-level OR", async () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [eslint] <jest/no-focused-tests> reported by reviewdog 🐶
Unexpected focused test
* implement authentication and authorization * refactor auth in nested update * improve after subqueries for auth in update --------- Co-authored-by: angrykoala <[email protected]>
Fix array tests for push and pop
Fix disconnect operations
Description
WORK IN PROGRESS
Refactor of the update operations to use the new translation layer