michaelmior commented on issue #1272: [CALCITE-3130]Implement JSON_UNQUOTE, JSON_QUOTE function URL: https://github.com/apache/calcite/pull/1272#issuecomment-514354163 The semantics don't really match since backslash escape sequences are not disabled everywhere as they are in MySQL. Does the disabling of escape sequences really need to be supported? It seems like SQLite and SQL Server both don't have this functionality (although they have similar methods for quoting JSON strings). If we really do need to support it, I think we should find a cleaner way to configure things.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
