-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Query: Task List #14630
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-enhancement
Milestone
Comments
smitpatel
added a commit
that referenced
this issue
Apr 30, 2019
What works: Non-collection queries Sync/Async InMemory/Sqlite/SqlServer Method/Member translators Spatial What does not work: Cosmos provider - Tests are skipped in normal run so will fix later Collection queries - Includes/Correlated Subquery is not implemented yet Subquery lifting - Was dependent on nav rewrite A lot of small optimizations in expression tree/generated Sql Null semantics TPH Broader list at #14630 Notes: Old files are not deleted yet. (keeping them for reference for now) Still target NS2.0 Class names/namespaces are not final. Doc comments missing
Merged
smitpatel
added a commit
that referenced
this issue
Apr 30, 2019
What works: Non-collection queries Sync/Async InMemory/Sqlite/SqlServer Method/Member translators Spatial What does not work: Cosmos provider - Tests are skipped in normal run so will fix later Collection queries - Includes/Correlated Subquery is not implemented yet Subquery lifting - Was dependent on nav rewrite A lot of small optimizations in expression tree/generated Sql Null semantics TPH Broader list at #14630 Notes: Old files are not deleted yet. (keeping them for reference for now) Still target NS2.0 Class names/namespaces are not final. Doc comments missing
smitpatel
added a commit
that referenced
this issue
Apr 30, 2019
What works: Non-collection queries Sync/Async InMemory/Sqlite/SqlServer Method/Member translators Spatial What does not work: Cosmos provider - Tests are skipped in normal run so will fix later Collection queries - Includes/Correlated Subquery is not implemented yet Subquery lifting - Was dependent on nav rewrite A lot of small optimizations in expression tree/generated Sql Null semantics TPH Broader list at #14630 Notes: Old files are not deleted yet. (keeping them for reference for now) Still target NS2.0 Class names/namespaces are not final. Doc comments missing
smitpatel
added a commit
that referenced
this issue
May 2, 2019
What works: Non-collection queries Sync/Async InMemory/Sqlite/SqlServer Method/Member translators Spatial What does not work: Cosmos provider - Tests are skipped in normal run so will fix later Collection queries - Includes/Correlated Subquery is not implemented yet Subquery lifting - Was dependent on nav rewrite A lot of small optimizations in expression tree/generated Sql Null semantics TPH Broader list at #14630 Notes: Old files are not deleted yet. (keeping them for reference for now) Still target NS2.0 Class names/namespaces are not final. Doc comments missing
smitpatel
added a commit
that referenced
this issue
May 2, 2019
* New Query pipeline What works: Non-collection queries Sync/Async InMemory/Sqlite/SqlServer Method/Member translators Spatial What does not work: Cosmos provider - Tests are skipped in normal run so will fix later Collection queries - Includes/Correlated Subquery is not implemented yet Subquery lifting - Was dependent on nav rewrite A lot of small optimizations in expression tree/generated Sql Null semantics TPH Broader list at #14630 Notes: Old files are not deleted yet. (keeping them for reference for now) Still target NS2.0 Class names/namespaces are not final. Doc comments missing * Disabling tests
Closing this as most of the things here have own tracking issues. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-enhancement
To re-implement parts
==
between anon types in where should get de-constructed? (Query: Anonymous type to constant comparison should be server eval'ed #14672 )IS NULL
- [ ] 12. EntityEqualityRewriteQuery: Rewrite Entity Equality #15588"[ ] 24. Verify ExceptionsQueryRewrite: materializer doesn't intercept reader exceptions #15751The text was updated successfully, but these errors were encountered: