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

Support for translating array_remove function #3078

Open
mojtabakaviani opened this issue Feb 6, 2024 · 1 comment
Open

Support for translating array_remove function #3078

mojtabakaviani opened this issue Feb 6, 2024 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@mojtabakaviani
Copy link

Please support for translating array_remove to remove an element from array data type in update queries.
same array_agg best place is FE.Functions.

EF.Functions.ArrayRemove<T>(IEnumrable<T>, T)
@roji roji added the enhancement New feature or request label Feb 6, 2024
@roji roji modified the milestones: Backlog, 9.0.0 Feb 6, 2024
@roji roji added the good first issue Good for newcomers label Feb 6, 2024
@roji
Copy link
Member

roji commented Feb 6, 2024

Tentatively putting in 9.0 in case I get time to work on this. Could be a relatively good issue for contributors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants