You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/11/04 10:15:34 UTC

[GitHub] [shardingsphere] tuyendev opened a new issue, #21959: Does shardingshere support Postgresql json_agg and json_build_object

tuyendev opened a new issue, #21959:
URL: https://github.com/apache/shardingsphere/issues/21959

   Today I got an problem with the SQL query using json_agg and json_build_object, the thrown error something like 
   `org.antlr.v4.runtime.misc.ParseCancellationException: no viable alternative `
   The PosgresSQLParser seems doesn't recognize these 2 keywords, i looked up the code and see them does appear in PostgreSQLStatementParser.makeSymbolicNames(). Does we have any workarounds for this issue? 
   Thank you all.


-- 
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: notifications-unsubscribe@shardingsphere.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] tuyendev closed issue #21959: Does shardingshere support Postgresql json_agg and json_build_object

Posted by GitBox <gi...@apache.org>.
tuyendev closed issue #21959: Does shardingshere support Postgresql json_agg and json_build_object
URL: https://github.com/apache/shardingsphere/issues/21959


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] tuyendev commented on issue #21959: Does shardingshere support Postgresql json_agg and json_build_object

Posted by GitBox <gi...@apache.org>.
tuyendev commented on issue #21959:
URL: https://github.com/apache/shardingsphere/issues/21959#issuecomment-1303235590

   We found the problems. Not related with the issue


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org