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

Failed parsing FOR JSON #123

Open
nsulikowski opened this issue Feb 6, 2023 · 2 comments
Open

Failed parsing FOR JSON #123

nsulikowski opened this issue Feb 6, 2023 · 2 comments
Assignees
Labels

Comments

@nsulikowski
Copy link

nsulikowski commented Feb 6, 2023

I believe the parser can parse FOR XML, but not FOR JSON. For instance:

SELECT 
    DateEST, 
    CONVERT(NUMERIC(10,2), Seconds/60.0) [Minutes]
FROM main_t
ORDER BY DateEST desc
FOR JSON AUTO
@bruce-dunwiddie bruce-dunwiddie added the under review Attempting to verify and confirm bug label Feb 7, 2023
@bruce-dunwiddie bruce-dunwiddie self-assigned this Feb 7, 2023
@bruce-dunwiddie
Copy link
Owner

Thank you for reporting the issue. I'll review and update this issue with my findings.

@bruce-dunwiddie bruce-dunwiddie added bug and removed under review Attempting to verify and confirm bug labels Feb 12, 2023
@bruce-dunwiddie
Copy link
Owner

I've confirmed this.

Resolving this issue should be fairly straightforward, but may get wrapped up with a few other changes for issues that have popped up recently.

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

No branches or pull requests

2 participants