[shardingsphere] branch master updated: support save unique key in metadata for Oracle (#28072)

2023-08-13 Thread tuichenchuxin
This is an automated email from the ASF dual-hosted git repository. tuichenchuxin 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 233fb2082c6 support save unique k

[GitHub] [shardingsphere] tuichenchuxin merged pull request #28072: support save unique key in metadata for Oracle

2023-08-13 Thread via GitHub
tuichenchuxin merged PR #28072: URL: https://github.com/apache/shardingsphere/pull/28072 -- 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-u

[GitHub] [shardingsphere] sindhunaydu commented on issue #28035: Support load unique key.

2023-08-13 Thread via GitHub
sindhunaydu commented on issue #28035: URL: https://github.com/apache/shardingsphere/issues/28035#issuecomment-1676694034 Hi All, thanks for assigning this task to me, I'm very new to all of this and would like some guidance and suggestions. I have been looking into the documentation and h

[GitHub] [shardingsphere] humingzhang commented on issue #28068: Parsing SQL errors when using Oracle

2023-08-13 Thread via GitHub
humingzhang commented on issue #28068: URL: https://github.com/apache/shardingsphere/issues/28068#issuecomment-1676686295 version 5.1.1 does not have this 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

[GitHub] [shardingsphere] humingzhang closed issue #28068: Parsing SQL errors when using Oracle

2023-08-13 Thread via GitHub
humingzhang closed issue #28068: Parsing SQL errors when using Oracle URL: https://github.com/apache/shardingsphere/issues/28068 -- 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.

[shardingsphere] branch master updated: Remove useless mask algorithm and document (#28071)

2023-08-13 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 286f1cbea1f Remove useless mask algo

[GitHub] [shardingsphere] FlyingZC merged pull request #28071: Remove useless mask algorithm and document

2023-08-13 Thread via GitHub
FlyingZC merged PR #28071: URL: https://github.com/apache/shardingsphere/pull/28071 -- 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

[GitHub] [shardingsphere] SwapnilPatil07 commented on issue #27099: Support parsing Oracle CREATE TABLE sql

2023-08-13 Thread via GitHub
SwapnilPatil07 commented on issue #27099: URL: https://github.com/apache/shardingsphere/issues/27099#issuecomment-1676649439 I can work on this issue. Please assign it to me. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[GitHub] [shardingsphere]: Workflow run "E2E - SQL" is working again!

2023-08-13 Thread GitBox
The GitHub Actions job "E2E - SQL" on shardingsphere.git has succeeded. Run started by GitHub user dongzl (triggered by dongzl). Head commit for run: 9cfd03d494dde89f7b524be37f8aede4bd2040b2 / Zonglei Dong support save unique key in metadata for Oracle Report URL: https://github.com/apache/sha

[GitHub] [shardingsphere]: Workflow run "E2E - SQL" failed!

2023-08-13 Thread GitBox
The GitHub Actions job "E2E - SQL" on shardingsphere.git has failed. Run started by GitHub user strongduanmu (triggered by strongduanmu). Head commit for run: aad0651421c6a75811fdb6248e28c21e2f35b6b5 / duanzhengqiang remove config in org.apache.shardingsphere.mask.spi.MaskAlgorithm Report URL

[GitHub] [shardingsphere] dongzl opened a new pull request, #28072: support save unique key in metadata for Oracle

2023-08-13 Thread via GitHub
dongzl opened a new pull request, #28072: URL: https://github.com/apache/shardingsphere/pull/28072 For #28035 . Changes proposed in this pull request: - support save unique key in metadata for oracle - add unit test --- Before committing this PR, I'm sure that I

[GitHub] [shardingsphere] strongduanmu opened a new pull request, #28071: Remove useless mask algorithm and document

2023-08-13 Thread via GitHub
strongduanmu opened a new pull request, #28071: URL: https://github.com/apache/shardingsphere/pull/28071 Fixes #ISSUSE_ID. Changes proposed in this pull request: - Remove useless mask algorithm and document --- Before committing this PR, I'm sure that I have checked

[GitHub] [shardingsphere] 54uso opened a new issue, #28070: having didn't take effect

2023-08-13 Thread via GitHub
54uso opened a new issue, #28070: URL: https://github.com/apache/shardingsphere/issues/28070 ## having didn't take effect * java8 * shardingsphere 5.2.0 ### code ``` java ResultSet resultSet = dataSource.getConnection().createStatement().executeQuery("SELECT trade_sta

[GitHub] [shardingsphere] sunlife95 opened a new issue, #28069: GC count abnormal when service have too many calls

2023-08-13 Thread via GitHub
sunlife95 opened a new issue, #28069: URL: https://github.com/apache/shardingsphere/issues/28069 ## GC count abnormal when service have too many calls version:5.4.0 descripetion: when i deploy my service in prod,after a period of time,heap used up to 90% and fullGC can't

[shardingsphere] branch master updated: support save unique key in metadata for postgres (#28063)

2023-08-13 Thread tuichenchuxin
This is an automated email from the ASF dual-hosted git repository. tuichenchuxin 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 867feef3b39 support save unique k

[GitHub] [shardingsphere] tuichenchuxin merged pull request #28063: support save unique key in metadata for postgres

2023-08-13 Thread via GitHub
tuichenchuxin merged PR #28063: URL: https://github.com/apache/shardingsphere/pull/28063 -- 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-u

[GitHub] [shardingsphere] humingzhang opened a new issue, #28068: Parsing SQL errors when using Oracle

2023-08-13 Thread via GitHub
humingzhang opened a new issue, #28068: URL: https://github.com/apache/shardingsphere/issues/28068 ## Bug Report ### Which version of ShardingSphere did you use? 5.2.1 ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? ShardingSphere-JDBC ### Expect

[GitHub] [shardingsphere] Pinkman-oss opened a new issue, #28067: Please support snakeyaml 2.0.

2023-08-13 Thread via GitHub
Pinkman-oss opened a new issue, #28067: URL: https://github.com/apache/shardingsphere/issues/28067 ## Feature Request **For English only**, other languages will not be accepted. Please pay attention on issues you submitted, because we maybe need more details. If no response

[GitHub] [shardingsphere] Qianyi951015 commented on issue #27152: Support parsing Oracle INSERT INTO sql

2023-08-13 Thread via GitHub
Qianyi951015 commented on issue #27152: URL: https://github.com/apache/shardingsphere/issues/27152#issuecomment-1676509125 https://asktom.oracle.com/pls/apex/f?p=100:11:P11_QUESTION_ID:9532035800346879530 -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [shardingsphere]: Workflow run "Nightly - E2E Operation" is working again!

2023-08-13 Thread GitBox
The GitHub Actions job "Nightly - E2E Operation" on shardingsphere.git has succeeded. Run started by GitHub user taojintianxia (triggered by taojintianxia). Head commit for run: 526b7aec73d4a5f1392fa0ed8708f8e64611028b / Guocheng Tang Remove the unnecessary example-core module (#28065) Report

[GitHub] [shardingsphere] github-actions[bot] commented on issue #25690: The problem of using "join query" during update sql using the sharding-encrypt module

2023-08-13 Thread via GitHub
github-actions[bot] commented on issue #25690: URL: https://github.com/apache/shardingsphere/issues/25690#issuecomment-1676451552 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

[GitHub] [shardingsphere] github-actions[bot] commented on issue #26590: [Discussion] Consider moving the algorithms in sharding and encrypt plugins to a separate shardingsphere-plugin repository

2023-08-13 Thread via GitHub
github-actions[bot] commented on issue #26590: URL: https://github.com/apache/shardingsphere/issues/26590#issuecomment-1676451441 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

[GitHub] [shardingsphere] github-actions[bot] commented on issue #27172: Support parsing Oracle explain plan sql

2023-08-13 Thread via GitHub
github-actions[bot] commented on issue #27172: URL: https://github.com/apache/shardingsphere/issues/27172#issuecomment-1676451116 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

[GitHub] [shardingsphere] windson closed issue #23878: Error connecting to ShardingSphere using sqlalchemy asyncpg for postgres.

2023-08-13 Thread via GitHub
windson closed issue #23878: Error connecting to ShardingSphere using sqlalchemy asyncpg for postgres. URL: https://github.com/apache/shardingsphere/issues/23878 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [shardingsphere]: Workflow run "Nightly - CI" failed!

2023-08-13 Thread GitBox
The GitHub Actions job "Nightly - CI" on shardingsphere.git has failed. Run started by GitHub user taojintianxia (triggered by taojintianxia). Head commit for run: 526b7aec73d4a5f1392fa0ed8708f8e64611028b / Guocheng Tang Remove the unnecessary example-core module (#28065) Report URL: https://g

[GitHub] [shardingsphere]: Workflow run "Nightly - Build" failed!

2023-08-13 Thread GitBox
The GitHub Actions job "Nightly - Build" on shardingsphere.git has failed. Run started by GitHub user zhaojinchao95 (triggered by zhaojinchao95). Head commit for run: 6256cb733ce5ca5d676dc85a144a3d6f10a6e5ec / Liang Zhang Rename data-source-pool module name (#28064) Report URL: https://github.

[GitHub] [shardingsphere] terrymanu merged pull request #28065: Remove the unnecessary example-core module

2023-08-13 Thread via GitHub
terrymanu merged PR #28065: URL: https://github.com/apache/shardingsphere/pull/28065 -- 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

[shardingsphere] branch master updated: Add StorageUnit (#28066)

2023-08-13 Thread totalo
This is an automated email from the ASF dual-hosted git repository. totalo 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 69b0255e378 Add StorageUnit (#28066) 69b

[GitHub] [shardingsphere] totalo merged pull request #28066: Add StorageUnit

2023-08-13 Thread via GitHub
totalo merged PR #28066: URL: https://github.com/apache/shardingsphere/pull/28066 -- 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

[GitHub] [shardingsphere]: Workflow run "CI" is working again!

2023-08-13 Thread GitBox
The GitHub Actions job "CI" on shardingsphere.git has succeeded. Run started by GitHub user terrymanu (triggered by terrymanu). Head commit for run: d8e00e87819edeaab7c13bc26aa6b5e72e8e9bf9 / zhangliang Add StorageUnit Report URL: https://github.com/apache/shardingsphere/actions/runs/584818715

[GitHub] [shardingsphere]: Workflow run "E2E - Operation" is working again!

2023-08-13 Thread GitBox
The GitHub Actions job "E2E - Operation" on shardingsphere.git has succeeded. Run started by GitHub user terrymanu (triggered by terrymanu). Head commit for run: d8e00e87819edeaab7c13bc26aa6b5e72e8e9bf9 / zhangliang Add StorageUnit Report URL: https://github.com/apache/shardingsphere/actions/r

[GitHub] [shardingsphere]: Workflow run "CI" failed!

2023-08-13 Thread GitBox
The GitHub Actions job "CI" on shardingsphere.git has failed. Run started by GitHub user terrymanu (triggered by terrymanu). Head commit for run: 6fb93b9bb8b5113de1523c330f9a9fb4f0f2f76d / zhangliang Add StorageUnit Report URL: https://github.com/apache/shardingsphere/actions/runs/5847995287

[GitHub] [shardingsphere]: Workflow run "E2E - Operation" failed!

2023-08-13 Thread GitBox
The GitHub Actions job "E2E - Operation" on shardingsphere.git has failed. Run started by GitHub user terrymanu (triggered by terrymanu). Head commit for run: 6fb93b9bb8b5113de1523c330f9a9fb4f0f2f76d / zhangliang Add StorageUnit Report URL: https://github.com/apache/shardingsphere/actions/runs

[GitHub] [shardingsphere] totalo commented on pull request #28065: Remove the unnecessary example-core module

2023-08-13 Thread via GitHub
totalo commented on PR #28065: URL: https://github.com/apache/shardingsphere/pull/28065#issuecomment-1676385544 > Hi @totalo , is there related issue? not yet.Belongs to the instance module refactor. -- This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [shardingsphere] RaigorJiang commented on issue #25954: Is anything wrong with my confgiguration?Please help me!

2023-08-13 Thread via GitHub
RaigorJiang commented on issue #25954: URL: https://github.com/apache/shardingsphere/issues/25954#issuecomment-1676342828 @wgijja After I started the demo you provided, I sent some requests to the controller and found some problems: 1. The mapper.xml does not match the entity, such a

[GitHub] [shardingsphere] dongzl commented on issue #28035: Support load unique key.

2023-08-13 Thread via GitHub
dongzl commented on issue #28035: URL: https://github.com/apache/shardingsphere/issues/28035#issuecomment-1676341600 I will do for `Oracle`. -- 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 s

[GitHub] [shardingsphere]: Workflow run "CI" failed!

2023-08-13 Thread GitBox
The GitHub Actions job "CI" on shardingsphere.git has failed. Run started by GitHub user terrymanu (triggered by terrymanu). Head commit for run: d322326f3c7604f6cb3a676b02eb6199eb3768ef / zhangliang Add StorageUnit Report URL: https://github.com/apache/shardingsphere/actions/runs/5846900544

[GitHub] [shardingsphere]: Workflow run "E2E - Operation" failed!

2023-08-13 Thread GitBox
The GitHub Actions job "E2E - Operation" on shardingsphere.git has failed. Run started by GitHub user terrymanu (triggered by terrymanu). Head commit for run: d322326f3c7604f6cb3a676b02eb6199eb3768ef / zhangliang Add StorageUnit Report URL: https://github.com/apache/shardingsphere/actions/runs

[GitHub] [shardingsphere] terrymanu opened a new pull request, #28066: Add StorageUnit

2023-08-13 Thread via GitHub
terrymanu opened a new pull request, #28066: URL: https://github.com/apache/shardingsphere/pull/28066 (no comment) -- 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 unsubs

[GitHub] [shardingsphere] chakkk309 commented on issue #28035: Support load unique key.

2023-08-13 Thread via GitHub
chakkk309 commented on issue #28035: URL: https://github.com/apache/shardingsphere/issues/28035#issuecomment-1676315996 Hi, I want to support the `opengauss` one. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [shardingsphere] Cindyxin228 commented on issue #28014: v5.4.0 There may be a bug in "left join".

2023-08-13 Thread via GitHub
Cindyxin228 commented on issue #28014: URL: https://github.com/apache/shardingsphere/issues/28014#issuecomment-1676304961 > Hi @Cindyxin228, can you open `sql-show` and show actual sql? Hi~ I'm sorry that I didn't find how to open sql-show in shardingsphere-proxy.

[GitHub] [shardingsphere] Cindyxin228 commented on issue #28014: v5.4.0 There may be a bug in "left join".

2023-08-13 Thread via GitHub
Cindyxin228 commented on issue #28014: URL: https://github.com/apache/shardingsphere/issues/28014#issuecomment-1676303558 > Hi @Cindyxin228, can you open `sql-show` and show actual sql? Hi~ I'm sorry. I didn't find how to open sql-show in shardingsphere-proxy. and by u

[GitHub] [shardingsphere] sandynz commented on pull request #28065: Remove the unnecessary example-core module

2023-08-13 Thread via GitHub
sandynz commented on PR #28065: URL: https://github.com/apache/shardingsphere/pull/28065#issuecomment-1676303442 Hi @totalo , is there related 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

[GitHub] [shardingsphere] yx9o commented on issue #27932: Add test case for ResultSetMapper and DialectResultSetMapper impls

2023-08-13 Thread via GitHub
yx9o commented on issue #27932: URL: https://github.com/apache/shardingsphere/issues/27932#issuecomment-1676301374 Hi @xdevore , welcome, you can try it first, if you need any help, please leave a message. -- This is an automated message from the Apache Git Service. To respond to the mes

[GitHub] [shardingsphere] totalo opened a new pull request, #28065: Remove the unnecessary example-core module

2023-08-13 Thread via GitHub
totalo opened a new pull request, #28065: URL: https://github.com/apache/shardingsphere/pull/28065 (no comment) -- 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 unsubscri

[GitHub] [shardingsphere]: Workflow run "E2E - SQL" is working again!

2023-08-13 Thread GitBox
The GitHub Actions job "E2E - SQL" on shardingsphere.git has succeeded. Run started by GitHub user terrymanu (triggered by terrymanu). Head commit for run: 04d272552cf58837c8c2c91d3f3be55d86167037 / zhangliang Fix sonar issue Report URL: https://github.com/apache/shardingsphere/actions/runs/58

[shardingsphere] branch master updated (4488af3ad11 -> 6256cb733ce)

2023-08-13 Thread panjuan
This is an automated email from the ASF dual-hosted git repository. panjuan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git from 4488af3ad11 Review and refactor data consistency check (#28058) add 6256cb733ce Rename data-source-pool

[GitHub] [shardingsphere] tristaZero merged pull request #28064: Rename data-source-pool module name

2023-08-13 Thread via GitHub
tristaZero merged PR #28064: URL: https://github.com/apache/shardingsphere/pull/28064 -- 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-unsu

[shardingsphere] branch master updated: Review and refactor data consistency check (#28058)

2023-08-13 Thread panjuan
This is an automated email from the ASF dual-hosted git repository. panjuan 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 4488af3ad11 Review and refactor data co

[GitHub] [shardingsphere] tristaZero merged pull request #28058: Review and refactor data consistency check

2023-08-13 Thread via GitHub
tristaZero merged PR #28058: URL: https://github.com/apache/shardingsphere/pull/28058 -- 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-unsu

[GitHub] [shardingsphere] terrymanu opened a new pull request, #28064: Rename data-source-pool module name

2023-08-13 Thread via GitHub
terrymanu opened a new pull request, #28064: URL: https://github.com/apache/shardingsphere/pull/28064 (no comment) -- 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 unsubs

[GitHub] [shardingsphere] strongduanmu commented on issue #28035: Support load unique key.

2023-08-13 Thread via GitHub
strongduanmu commented on issue #28035: URL: https://github.com/apache/shardingsphere/issues/28035#issuecomment-1676279140 > hi, I would like to work on adding support for H2. @sindhunaydu Of course, I will assign this sub task to you. -- This is an automated message from the Apach

[GitHub] [shardingsphere] Pace2Car merged pull request #28062: Move storage package to common module

2023-08-13 Thread via GitHub
Pace2Car merged PR #28062: URL: https://github.com/apache/shardingsphere/pull/28062 -- 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 (27459ffd667 -> e2abd17d85c)

2023-08-13 Thread chenjiahao
This is an automated email from the ASF dual-hosted git repository. chenjiahao pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git from 27459ffd667 Refactor DataSourcePoolCreator (#28061) new 8243783b784 Add StorageResourceCreator n

[GitHub] [shardingsphere]: Workflow run "E2E - SQL" failed!

2023-08-13 Thread GitBox
The GitHub Actions job "E2E - SQL" on shardingsphere.git has failed. Run started by GitHub user dongzl (triggered by dongzl). Head commit for run: 6b03cd67614504f02d393cd408c4e558bb78e2be / Zonglei Dong support save unique key in metadata for postgres Report URL: https://github.com/apache/shar

[GitHub] [shardingsphere] dongzl opened a new pull request, #28063: support save unique key in metadata for postgres

2023-08-13 Thread via GitHub
dongzl opened a new pull request, #28063: URL: https://github.com/apache/shardingsphere/pull/28063 For #28035 . Changes proposed in this pull request: - support save unique key in metadata for postgres - add unit test --- Before committing this PR, I'm sure that