Re: [PR] Support alter index sql bind and add test case [shardingsphere]

2024-12-25 Thread via GitHub
strongduanmu commented on code in PR #34160: URL: https://github.com/apache/shardingsphere/pull/34160#discussion_r1897725415 ## infra/binder/src/main/java/org/apache/shardingsphere/infra/binder/engine/statement/ddl/AlterIndexStatementBinder.java: ## @@ -0,0 +1,56 @@ +/* + * Lice

Re: [I] SPI-00001: No implementation class load from SPI `org.apache.shardingsphere.driver.state.DriverState` with type `OK`. [shardingsphere]

2024-12-25 Thread via GitHub
kangdf commented on issue #34097: URL: https://github.com/apache/shardingsphere/issues/34097#issuecomment-2562266231 我也遇到同样的问题了,有解决方案吗? org.springframework.transaction.CannotCreateTransactionException: Could not open JDBC Connection for transaction; nested exception is org.apache.shardi

Re: [PR] Support alter index sql bind and add test case [shardingsphere]

2024-12-25 Thread via GitHub
YaoFly commented on PR #34160: URL: https://github.com/apache/shardingsphere/pull/34160#issuecomment-2562258919 @strongduanmu PLAT. There are some conflicts that need to be resolved here. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[I] version 5.5.1 Sharding algorithm HASH_MOD initialization failed, [shardingsphere]

2024-12-25 Thread via GitHub
zt9788 opened a new issue, #34161: URL: https://github.com/apache/shardingsphere/issues/34161 use version 5.5.1 the when program start there will be throw a exception `Sharding algorithm HASH_MOD initialization failed, table xxx tables sharding configuration can not use auto sharding

(shardingsphere) branch master updated: Support copy statement sql bind and add bind test case (#34159)

2024-12-25 Thread chengzhang
This is an automated email from the ASF dual-hosted git repository. chengzhang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git The following commit(s) were added to refs/heads/master by this push: new ef5618b9357 Support copy statement s

Re: [PR] Support copy statement sql bind and add bind test case [shardingsphere]

2024-12-25 Thread via GitHub
FlyingZC merged PR #34159: URL: https://github.com/apache/shardingsphere/pull/34159 -- 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-unsubs

[PR] Support alter index sql bind and add test case [shardingsphere]

2024-12-25 Thread via GitHub
YaoFly opened a new pull request, #34160: URL: https://github.com/apache/shardingsphere/pull/34160 Ref #34029. Changes proposed in this pull request: - Support alter index sql bind and add test case. --- Before committing this PR, I'm sure that I have checked the followi

[PR] Support copy statement sql bind and add bind test case [shardingsphere]

2024-12-25 Thread via GitHub
strongduanmu opened a new pull request, #34159: URL: https://github.com/apache/shardingsphere/pull/34159 Ref #34029. Changes proposed in this pull request: - Support copy statement sql bind and add bind test case --- Before committing this PR, I'm sure that I have ch

(shardingsphere) 01/01: Merge pull request #34158 from strongduanmu/dev-1226

2024-12-25 Thread hucong
This is an automated email from the ASF dual-hosted git repository. hucong pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git commit 2482ee4a90c833ba408f0f8a6793d2c68ae5e5fa Merge: 8aaa7c7d029 3d8a4432fb9 Author: Cong Hu AuthorDate: Thu Dec 26 1

(shardingsphere) branch master updated (8aaa7c7d029 -> 2482ee4a90c)

2024-12-25 Thread hucong
This is an automated email from the ASF dual-hosted git repository. hucong pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git from 8aaa7c7d029 Support alter table, drop table sql bind and add test case (#34154) add 7dd052b1f1c Support

Re: [PR] Support rename table statement sql bind and split segment bind to ddl and dml package [shardingsphere]

2024-12-25 Thread via GitHub
iamhucong merged PR #34158: URL: https://github.com/apache/shardingsphere/pull/34158 -- 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-unsub

Re: [PR] Support rename table statement sql bind and split segment bind to ddl and dml package [shardingsphere]

2024-12-25 Thread via GitHub
strongduanmu commented on PR #34158: URL: https://github.com/apache/shardingsphere/pull/34158#issuecomment-2562190063 https://github.com/user-attachments/assets/8a0681de-2c8f-434d-8c8f-918465e065e9"; /> -- This is an automated message from the Apache Git Service. To respond to the mes

[PR] Support rename table statement sql bind and split segment bind to ddl and dml package [shardingsphere]

2024-12-25 Thread via GitHub
strongduanmu opened a new pull request, #34158: URL: https://github.com/apache/shardingsphere/pull/34158 Ref #34029. Changes proposed in this pull request: - Support rename table statement sql bind and split segment bind to ddl and dml package --- Before committing

Re: [PR] Support rename table statement sql bind and split segment bind to ddl and dml package [shardingsphere]

2024-12-25 Thread via GitHub
strongduanmu closed pull request #34157: Support rename table statement sql bind and split segment bind to ddl and dml package URL: https://github.com/apache/shardingsphere/pull/34157 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[PR] Support rename table statement sql bind and split segment bind to ddl and dml package [shardingsphere]

2024-12-25 Thread via GitHub
strongduanmu opened a new pull request, #34157: URL: https://github.com/apache/shardingsphere/pull/34157 Ref #34029. Changes proposed in this pull request: - Support rename table statement sql bind and split segment bind to ddl and dml package --- Before committing

[PR] Add `SQLStatementParserCacheHook` to Provide Extension Point for Application SQL Parse Cache Warm-up , Referred to as Preheat [shardingsphere]

2024-12-25 Thread via GitHub
youjie23 opened a new pull request, #34156: URL: https://github.com/apache/shardingsphere/pull/34156 Add `SQLStatementParserCacheHook` to Provide Extension Point for Application SQL Parse Cache Warm-up , Referred to as Preheat Fixes #34155. Changes proposed in this pull reque

[I] Add `SQLStatementParserCacheHook` to Provide Extension Point for Application SQL Parse Cache Warm-up , Referred to as Preheat [shardingsphere]

2024-12-25 Thread via GitHub
youjie23 opened a new issue, #34155: URL: https://github.com/apache/shardingsphere/issues/34155 ## Feature Request Add `SQLStatementParserCacheHook `to Provide Extension Point for Application SQL Parse Cache Warm-up, Referred to as Preheat ### Is your feature request related to

Re: [PR] Support alter table, drop table sql bind and add test case [shardingsphere]

2024-12-25 Thread via GitHub
FlyingZC merged PR #34154: URL: https://github.com/apache/shardingsphere/pull/34154 -- 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-unsubs

(shardingsphere) branch master updated: Support alter table, drop table sql bind and add test case (#34154)

2024-12-25 Thread chengzhang
This is an automated email from the ASF dual-hosted git repository. chengzhang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git The following commit(s) were added to refs/heads/master by this push: new 8aaa7c7d029 Support alter table, dro

Re: [I] SELECT * cannot query the data of the last column after add new column [shardingsphere]

2024-12-25 Thread via GitHub
terrymanu closed issue #34153: SELECT * cannot query the data of the last column after add new column URL: https://github.com/apache/shardingsphere/issues/34153 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

Re: [I] Table name is keyword error [shardingsphere]

2024-12-25 Thread via GitHub
terrymanu commented on issue #34137: URL: https://github.com/apache/shardingsphere/issues/34137#issuecomment-2562118487 Great, please go ahead @jasneetsingh6114 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GH] (shardingsphere): Workflow run "CI" is working again!

2024-12-25 Thread GitBox
The GitHub Actions job "CI" on shardingsphere.git has succeeded. Run started by GitHub user strongduanmu (triggered by strongduanmu). Head commit for run: db9a1d70abc7c5c5b46781bc9ac4b8d0ca612dc9 / duanzhengqiang fix rewrite it Report URL: https://github.com/apache/shardingsphere/actions/runs

[GH] (shardingsphere): Workflow run "CI" failed!

2024-12-25 Thread GitBox
The GitHub Actions job "CI" on shardingsphere.git has failed. Run started by GitHub user strongduanmu (triggered by strongduanmu). Head commit for run: 9759b5955171c92a86c26313747cdb63061d3107 / duanzhengqiang update release note Report URL: https://github.com/apache/shardingsphere/actions/ru

[PR] Support alter table, drop table sql bind and add test case [shardingsphere]

2024-12-25 Thread via GitHub
strongduanmu opened a new pull request, #34154: URL: https://github.com/apache/shardingsphere/pull/34154 Ref #34029. Changes proposed in this pull request: - Support alter table, drop table sql bind and add test case --- Before committing this PR, I'm sure that I hav

Re: [I] SELECT * cannot query the data of the last column after add new column [shardingsphere]

2024-12-25 Thread via GitHub
strongduanmu commented on issue #34153: URL: https://github.com/apache/shardingsphere/issues/34153#issuecomment-2562101524 Hi @jinyingone 4.1.1 is too old, please try the latest 5.5.1. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[I] SELECT * cannot query the data of the last column after add new column [shardingsphere]

2024-12-25 Thread via GitHub
jinyingone opened a new issue, #34153: URL: https://github.com/apache/shardingsphere/issues/34153 ## sharding version 4.1.1 ## mybatis version 3.5.3 ## table example: ```sql table: CREATE TABLE `t1` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `

Re: [I] Routed target `XXXX` does not exist, available targets are `[ds0, ds1]`. [shardingsphere]

2024-12-25 Thread via GitHub
terrymanu closed issue #31661: Routed target `` does not exist, available targets are `[ds0, ds1]`. URL: https://github.com/apache/shardingsphere/issues/31661 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[I] Password rule does not take effect bug [shardingsphere]

2024-12-25 Thread via GitHub
Y-sir opened a new issue, #34152: URL: https://github.com/apache/shardingsphere/issues/34152 ## Bug Report **For English only**, other languages will not accept. Before report a bug, make sure you have: - Searched open and closed [GitHub issues](https://github.com/apache

Re: [PR] Support sql bind for select with current select projection reference [shardingsphere]

2024-12-25 Thread via GitHub
yx9o merged PR #34151: URL: https://github.com/apache/shardingsphere/pull/34151 -- 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-unsubscr..

(shardingsphere) branch master updated: Support sql bind for select with current select projection reference (#34151)

2024-12-25 Thread yx9o
This is an automated email from the ASF dual-hosted git repository. yx9o pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git The following commit(s) were added to refs/heads/master by this push: new bca6f32e017 Support sql bind for select wi

[GH] (shardingsphere): Workflow run "CI" is working again!

2024-12-25 Thread GitBox
The GitHub Actions job "CI" on shardingsphere.git has succeeded. Run started by GitHub user strongduanmu (triggered by strongduanmu). Head commit for run: 342421b59aed0e6ffbbc553aef8ee79c1a60c07f / duanzhengqiang fix unit test Report URL: https://github.com/apache/shardingsphere/actions/runs/

[GH] (shardingsphere): Workflow run "CI" failed!

2024-12-25 Thread GitBox
The GitHub Actions job "CI" on shardingsphere.git has failed. Run started by GitHub user strongduanmu (triggered by strongduanmu). Head commit for run: c282000c7ccab6432b0137cc09dc66f5c70b527a / duanzhengqiang fix unit test Report URL: https://github.com/apache/shardingsphere/actions/runs/124

[GH] (shardingsphere): Workflow run "Nightly - Check" failed!

2024-12-25 Thread GitBox
The GitHub Actions job "Nightly - Check" on shardingsphere.git has failed. Run started by GitHub user menghaoranss (triggered by menghaoranss). Head commit for run: f4afcc30b3375faed386a01b37facbfaa46c96f8 / Zhengqiang Duan Add more sql bind test case for delete and update statement (#34150)

Re: [I] Routed target `XXXX` does not exist, available targets are `[ds0, ds1]`. [shardingsphere]

2024-12-25 Thread via GitHub
github-actions[bot] commented on issue #31661: URL: https://github.com/apache/shardingsphere/issues/31661#issuecomment-2562018831 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

[GH] (shardingsphere): Workflow run "Nightly - E2E Operation" failed!

2024-12-25 Thread GitBox
The GitHub Actions job "Nightly - E2E Operation" on shardingsphere.git has failed. Run started by GitHub user menghaoranss (triggered by menghaoranss). Head commit for run: f4afcc30b3375faed386a01b37facbfaa46c96f8 / Zhengqiang Duan Add more sql bind test case for delete and update statement (

[GH] (shardingsphere): Workflow run "Nightly - Build" failed!

2024-12-25 Thread GitBox
The GitHub Actions job "Nightly - Build" on shardingsphere.git has failed. Run started by GitHub user menghaoranss (triggered by menghaoranss). Head commit for run: f4afcc30b3375faed386a01b37facbfaa46c96f8 / Zhengqiang Duan Add more sql bind test case for delete and update statement (#34150)

[GH] (shardingsphere): Workflow run "Nightly - E2E SQL" failed!

2024-12-25 Thread GitBox
The GitHub Actions job "Nightly - E2E SQL" on shardingsphere.git has failed. Run started by GitHub user menghaoranss (triggered by menghaoranss). Head commit for run: f4afcc30b3375faed386a01b37facbfaa46c96f8 / Zhengqiang Duan Add more sql bind test case for delete and update statement (#34150)

[GH] (shardingsphere): Workflow run "CI" failed!

2024-12-25 Thread GitBox
The GitHub Actions job "CI" on shardingsphere.git has failed. Run started by GitHub user strongduanmu (triggered by strongduanmu). Head commit for run: e285e18388244373b4a0e2df57cb6dd37c5cf59f / duanzhengqiang update release note Report URL: https://github.com/apache/shardingsphere/actions/ru

[PR] Support sql bind for select with current select projection reference [shardingsphere]

2024-12-25 Thread via GitHub
strongduanmu opened a new pull request, #34151: URL: https://github.com/apache/shardingsphere/pull/34151 Ref #34029. Changes proposed in this pull request: - Support sql bind for select with current select projection reference --- Before committing this PR, I'm sure

(shardingsphere) branch master updated: Add more sql bind test case for delete and update statement (#34150)

2024-12-25 Thread chengzhang
This is an automated email from the ASF dual-hosted git repository. chengzhang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git The following commit(s) were added to refs/heads/master by this push: new f4afcc30b33 Add more sql bind test c

Re: [PR] Add more sql bind test case for delete and update statement [shardingsphere]

2024-12-25 Thread via GitHub
FlyingZC merged PR #34150: URL: https://github.com/apache/shardingsphere/pull/34150 -- 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-unsubs

[PR] Add more sql bind test case for delete and update statement [shardingsphere]

2024-12-25 Thread via GitHub
strongduanmu opened a new pull request, #34150: URL: https://github.com/apache/shardingsphere/pull/34150 Ref #34029. Changes proposed in this pull request: - Add more sql bind test case for delete and update statement --- Before committing this PR, I'm sure that I ha

Re: [PR] Add more sql binder test case for insert statement [shardingsphere]

2024-12-25 Thread via GitHub
FlyingZC merged PR #34149: URL: https://github.com/apache/shardingsphere/pull/34149 -- 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-unsubs

Re: [PR] Add more sql binder test case for insert statement [shardingsphere]

2024-12-25 Thread via GitHub
strongduanmu commented on PR #34149: URL: https://github.com/apache/shardingsphere/pull/34149#issuecomment-2561715206 https://github.com/user-attachments/assets/9d4309e3-f4c6-4a59-84c9-f5fba3ddcb13"; /> -- This is an automated message from the Apache Git Service. To respond to the mes

[PR] Add more sql binder test case for insert statement [shardingsphere]

2024-12-25 Thread via GitHub
strongduanmu opened a new pull request, #34149: URL: https://github.com/apache/shardingsphere/pull/34149 Ref #34029. Changes proposed in this pull request: - Add more sql binder test case for insert statement --- Before committing this PR, I'm sure that I have checke