Skip to content
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

add operator support for updating columns of array types #349

Open
0x777 opened this issue Sep 3, 2018 · 3 comments
Open

add operator support for updating columns of array types #349

0x777 opened this issue Sep 3, 2018 · 3 comments
Assignees
Labels
a/mutation c/server Related to server c/v3-engine V3 Metadata and Engine c/v3-ndc-postgres Data connector for PostgreSQL k/enhancement New feature or improve an existing feature k/v3-backlog v3

Comments

@0x777
Copy link
Member

0x777 commented Sep 3, 2018

To begin with, we can add support for _append and _prepend like we do for json types.

@0x777 0x777 added k/enhancement New feature or improve an existing feature c/server Related to server e/quickfix can be wrapped up in few hours p/medium non-urgent issues/features that are candidates for being included in one of the upcoming sprints labels Sep 3, 2018
@0x777
Copy link
Member Author

0x777 commented Sep 3, 2018

via Pum on discord

@mwaldstein
Copy link

Related to #348

My specific interest is in having support for '_contains' with integer[] Arrays

@0x777 0x777 removed the e/quickfix can be wrapped up in few hours label Jun 2, 2021
@manasag manasag added c/v3-engine V3 Metadata and Engine c/v3-ndc-postgres Data connector for PostgreSQL k/v3-backlog a/mutation k/v3-enhancement and removed p/medium non-urgent issues/features that are candidates for being included in one of the upcoming sprints a/api/graphql labels Dec 27, 2023
@manasag
Copy link
Contributor

manasag commented Dec 27, 2023

This issue will now be reviewed and tracked as part of the Hasura V3 roadmap.

hasura-bot pushed a commit that referenced this issue Mar 19, 2024
## Description

Following on from #347, this PR separates "query requests" and "mutation
requests" at the level of the query plan, rather than the individual
fields. The result of this is that we can separate the functions to plan
and execute the two things entirely, which will make it easier in the
forthcoming PR to add support for transactions.

There's almost certainly some further refactoring that could be done
here, but I'm choosing to wait until transactions are in place before
getting too excited.

V3_GIT_ORIGIN_REV_ID: 849f4682cc01d3b9e44d2748e4cc34382c8547a7
hasura-bot pushed a commit that referenced this issue Mar 21, 2024
Remove accidentally duplicated files from #349

V3_GIT_ORIGIN_REV_ID: 40ff3f142cd44915d3f6d5bea3cdc99d78f90e71
@manasag manasag added the v3 label May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a/mutation c/server Related to server c/v3-engine V3 Metadata and Engine c/v3-ndc-postgres Data connector for PostgreSQL k/enhancement New feature or improve an existing feature k/v3-backlog v3
Projects
None yet
Development

No branches or pull requests

5 participants