Re: [PR] Support parsing SQL Server SELECT name, sql [shardingsphere]

2024-01-05 Thread via GitHub
strongduanmu merged PR #29627: URL: https://github.com/apache/shardingsphere/pull/29627 -- 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-un

Re: [PR] Support parsing SQL Server SELECT name, sql [shardingsphere]

2024-01-04 Thread via GitHub
strongduanmu commented on code in PR #29627: URL: https://github.com/apache/shardingsphere/pull/29627#discussion_r1441439314 ## parser/sql/statement/src/main/java/org/apache/shardingsphere/sql/parser/sql/dialect/handler/dml/InsertStatementHandler.java: ## @@ -295,4 +296,27 @@ pu

Re: [PR] Support parsing SQL Server SELECT name, sql [shardingsphere]

2024-01-03 Thread via GitHub
yydeng626 commented on PR #29627: URL: https://github.com/apache/shardingsphere/pull/29627#issuecomment-1876309196 @strongduanmu Please check again -- 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

Re: [PR] Support parsing SQL Server SELECT name, sql [shardingsphere]

2024-01-03 Thread via GitHub
yydeng626 commented on PR #29627: URL: https://github.com/apache/shardingsphere/pull/29627#issuecomment-1875003102 Sure, I will solve the conflicts. -- 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 t

Re: [PR] Support parsing SQL Server SELECT name, sql [shardingsphere]

2024-01-02 Thread via GitHub
strongduanmu commented on PR #29627: URL: https://github.com/apache/shardingsphere/pull/29627#issuecomment-1874937669 Hi @yydeng626, can you solve code conflict? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[PR] Support parsing SQL Server SELECT name, sql [shardingsphere]

2024-01-01 Thread via GitHub
yydeng626 opened a new pull request, #29627: URL: https://github.com/apache/shardingsphere/pull/29627 Fixes #29174. Changes proposed in this pull request: - add execute clause segment [offical link](https://learn.microsoft.com/en-us/sql/t-sql/language-elements/execute-transact-sq