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

Translate array operations to SQL #120

Closed
roji opened this issue Oct 27, 2016 · 3 comments
Closed

Translate array operations to SQL #120

roji opened this issue Oct 27, 2016 · 3 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@roji
Copy link
Member

roji commented Oct 27, 2016

With the new array support, we should also map C# array operations to PostgreSQL array operators and functions.

@roji roji added the enhancement New feature or request label Oct 27, 2016
@roji roji added this to the 1.1.0 milestone Oct 27, 2016
@roji roji self-assigned this Oct 27, 2016
@roji
Copy link
Member Author

roji commented Oct 27, 2016

Array index, array length: depend on dotnet/efcore#6888

@roji roji modified the milestones: 1.2.0, 1.1.0 Oct 27, 2016
@roji
Copy link
Member Author

roji commented Nov 1, 2016

PR: dotnet/efcore#6911

@roji roji modified the milestones: 2.0.0, 2.1.0 Jul 8, 2017
@roji
Copy link
Member Author

roji commented Jul 21, 2017

Implemented translation of array indexing, length, SequenceEqual, Contains. No multidimensional support for now.

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

No branches or pull requests

1 participant