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

Query: Generate single SQL for queries projecting out non scalar single result #17293

Merged
merged 2 commits into from
Aug 21, 2019

Conversation

smitpatel
Copy link
Member

When projection contains single result coming out of collection which is not a mappable scalar then we cause client eval and add outer apply to generate the result.
Also tracking for such elements is fixed in new pipeline
Resolves #10001
Resolves #11762

@smitpatel smitpatel force-pushed the smit/issue10001-take1 branch 2 times, most recently from 3554db6 to a04f5a3 Compare August 20, 2019 21:22
…le result

When projection contains single result coming out of collection which is not a mappable scalar then we cause client eval and add outer apply to generate the result.
Also tracking for such elements is fixed in new pipeline
Resolves #10001
Resolves #11762
This enables support for non-scalar single result on Sqlite.

Resolves #10001 for Sqlite
Resolves #17292
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants