sql parser error when using mssql FOR JSON PATH #126
Answered
by
lovasoa
Pieter3033
asked this question in
Q&A
|
Hi, The newest form component is really cool 🔥. I am currently struggling to populate the I have attempted the following: Note, I have tested this SQL statement inside of MSSQL and the output is as expected. Regards |
Answered by
lovasoa
Nov 8, 2023
Replies: 1 comment
|
Hello ! This looks like an issue in the SQLPage SQL parser, which does not support the non-standard Microsoft SQL syntax for json. Let's move the discussion to this issue: #127 I'll provide a workaround to use until the underlying parsing issue is fixed. |
0 replies
Answer selected by
Pieter3033
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Hello ! This looks like an issue in the SQLPage SQL parser, which does not support the non-standard Microsoft SQL syntax for json.
Let's move the discussion to this issue: #127
I'll provide a workaround to use until the underlying parsing issue is fixed.