lovasoa opened a new issue, #1506:
URL: https://github.com/apache/datafusion-sqlparser-rs/issues/1506
SQL server has a json_object function with a special syntax that uses colons
instead of commas between json keys and values.
```sql
SELECT JSON_OBJECT('name':'value', 'type':1)
```
This is not yet supported in sqlparser. This would be useful in
[SQLPage](https://sql-page.com) where we use json for advanced features.
Reference:
https://learn.microsoft.com/en-us/sql/t-sql/functions/json-object-transact-sql?view=sql-server-ver16
@gaoqiangz this may be of interest to you :)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]