Re: [I] Verify and support more MySQL function parsing [shardingsphere]

2025-01-14 Thread via GitHub
Yash-cor commented on issue #31368: URL: https://github.com/apache/shardingsphere/issues/31368#issuecomment-2589369670 > Can you show the execution result on mysql instead of Antlr Preview? Hello @strongduanmu should I make @schema to be acceptable only for SET keyword. Also o

Re: [I] Verify and support more MySQL function parsing [shardingsphere]

2024-11-19 Thread via GitHub
strongduanmu commented on issue #31368: URL: https://github.com/apache/shardingsphere/issues/31368#issuecomment-2485160160 Hi @Yash-cor, can you test `SELECT JSON_SCHEMA_VALIDATION_REPORT(@schema, @document);` on mysql first? We need to make sure MySQL supports this SQL. In addition,

Re: [I] Verify and support more MySQL function parsing [shardingsphere]

2024-11-19 Thread via GitHub
Yash-cor commented on issue #31368: URL: https://github.com/apache/shardingsphere/issues/31368#issuecomment-2485222875 > Can you show the execution result on mysql instead of Antlr Preview? Yes its working correctly in MySQL with @schema as name ![Screenshot 2024-11-19 152611](htt

Re: [I] Verify and support more MySQL function parsing [shardingsphere]

2024-11-19 Thread via GitHub
strongduanmu commented on issue #31368: URL: https://github.com/apache/shardingsphere/issues/31368#issuecomment-2485178132 Can you show the execution result on mysql instead of Antlr Preview? -- This is an automated message from the Apache Git Service. To respond to the message, please lo

Re: [I] Verify and support more MySQL function parsing [shardingsphere]

2024-11-19 Thread via GitHub
Yash-cor commented on issue #31368: URL: https://github.com/apache/shardingsphere/issues/31368#issuecomment-2485166690 > Hi @Yash-cor, can you test `SELECT JSON_SCHEMA_VALIDATION_REPORT(@schema, @document);` on mysql first? We need to make sure MySQL supports this SQL. > > In additio

Re: [I] Verify and support more MySQL function parsing [shardingsphere]

2024-10-26 Thread via GitHub
Yash-cor commented on issue #31368: URL: https://github.com/apache/shardingsphere/issues/31368#issuecomment-2439429615 @TherChenYang could you please have a look at my thoughts related to this issue -- This is an automated message from the Apache Git Service. To respond to the messa

Re: [I] Verify and support more MySQL function parsing [shardingsphere]

2024-10-25 Thread via GitHub
Yash-cor commented on issue #31368: URL: https://github.com/apache/shardingsphere/issues/31368#issuecomment-2437279448 @strongduanmu Could you please read it and give me some advice. > If we are giving input to our ANTLR for parse tree generation > > ` SELECT JSON_SCHEMA_VALIDA

Re: [I] Verify and support more MySQL function parsing [shardingsphere]

2024-10-25 Thread via GitHub
Yash-cor commented on issue #31368: URL: https://github.com/apache/shardingsphere/issues/31368#issuecomment-2437272180 > If we are giving input to our ANTLR for parse tree generation > > ` SELECT JSON_SCHEMA_VALIDATION_REPORT( '{ "$schema": "https://json-schema.org/draft/2020-12/sche

Re: [I] Verify and support more MySQL function parsing [shardingsphere]

2024-10-21 Thread via GitHub
Yash-cor commented on issue #31368: URL: https://github.com/apache/shardingsphere/issues/31368#issuecomment-2428306224 If we are giving input to our ANTLR function like SELECT JSON_SCHEMA_VALIDATION_REPORT( '{ "$schema": "https://json-schema.org/draft/2020-12/schema";,

Re: [I] Verify and support more MySQL function parsing [shardingsphere]

2024-10-21 Thread via GitHub
Yash-cor commented on issue #31368: URL: https://github.com/apache/shardingsphere/issues/31368#issuecomment-2428283886 Could you please assign me with this issue i wanna work on it -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [I] Verify and support more MySQL function parsing [shardingsphere]

2024-06-23 Thread via GitHub
github-actions[bot] commented on issue #31368: URL: https://github.com/apache/shardingsphere/issues/31368#issuecomment-2185309670 There hasn't been any activity on this issue recently, and in order to prioritize active issues, it will be marked as stale. -- This is an automated message f

[I] Verify and support more MySQL function parsing [shardingsphere]

2024-05-23 Thread via GitHub
TherChenYang opened a new issue, #31368: URL: https://github.com/apache/shardingsphere/issues/31368 ## Feature Request After verification, it was found that ShardingSphere's parsing engine currently does not have complete support for parsing MySQL functions, and many specific functio