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/21 11:26:52 UTC

[GitHub] [shardingsphere] Qianyi951015 opened a new issue, #22318: Cannot parse Oracle DML SELECT XMLQUERY function statement

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

   ### Which version of ShardingSphere did you use?
   c3d1398c60a8b21e13f5a9acfab777de7df4ca97
   ### Expected behavior
   parse SELECT XMLQUERY function statement
   ### Actual behavior
   cannot parse SELECT XMLQUERY function statement
   ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc.
   ```sql
   SELECT XMLQUERY('//student[@age=20]' PASSING BY VALUE xcol AS x RETURNING CONTENT NULL ON EMPTY) FROM x_table;
   ```


-- 
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] RaigorJiang closed issue #22318: Cannot parse Oracle DML SELECT XMLQUERY function statement

Posted by GitBox <gi...@apache.org>.
RaigorJiang closed issue #22318: Cannot parse Oracle DML SELECT XMLQUERY function statement
URL: https://github.com/apache/shardingsphere/issues/22318


-- 
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