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

Task should return hierarchical JToken when querying joined/subqueried data #8

Open
karoraita opened this issue Feb 5, 2020 · 0 comments

Comments

@karoraita
Copy link

Joined data should be returned from SQL Server in similar data structure FOR JSON AUTO produces in which joined rows are in arrays within the object they're linked to.

Current Query + Dataset - JToken conversion creates flattened result set.

Perhaps adding an option which queries with 'FOR JSON AUTO' to return json string data that is deserialized to JToken by task itself would enable this?

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

No branches or pull requests

1 participant