[GitHub] [incubator-shardingsphere] dongzl commented on issue #3104: Cannot find JDBC type '2003' in PostgreSQL column type

2019-10-17 Thread GitBox
dongzl commented on issue #3104: Cannot find JDBC type '2003' in PostgreSQL column type URL: https://github.com/apache/incubator-shardingsphere/issues/3104#issuecomment-543483858 Hi @xilipilige , I'm sorry I didn't reply to you in time. Do you describe more details, the execute SQL

[GitHub] [incubator-shardingsphere] dongzl edited a comment on issue #3311: tinyint(1) column type will result in a booleam value in the query data

2019-10-17 Thread GitBox
dongzl edited a comment on issue #3311: tinyint(1) column type will result in a booleam value in the query data URL: https://github.com/apache/incubator-shardingsphere/issues/3311#issuecomment-543475191 Hi @Myshiner , this is my debug pic, tinyint(1) covert to boolean value is MySQL's

[GitHub] [incubator-shardingsphere] dongzl commented on issue #3311: tinyint(1) column type will result in a booleam value in the query data

2019-10-17 Thread GitBox
dongzl commented on issue #3311: tinyint(1) column type will result in a booleam value in the query data URL: https://github.com/apache/incubator-shardingsphere/issues/3311#issuecomment-543475191 Hi @Myshiner , this is my debug pic, tinyint(1) covert to boolean value is MySQL's JDBC

[GitHub] [incubator-shardingsphere] leelance closed issue #3280: 4.0.0-RC2-sharding-proxy JDBCBackendDataSource.createConnection null

2019-10-17 Thread GitBox
leelance closed issue #3280: 4.0.0-RC2-sharding-proxy JDBCBackendDataSource.createConnection null URL: https://github.com/apache/incubator-shardingsphere/issues/3280 This is an automated message from the Apache Git

[GitHub] [incubator-shardingsphere] yanyzy commented on issue #3313: fix encryption rules do not support uppercase fields

2019-10-17 Thread GitBox
yanyzy commented on issue #3313: fix encryption rules do not support uppercase fields URL: https://github.com/apache/incubator-shardingsphere/pull/3313#issuecomment-543449256 @terrymanu so...this is also a case sensitive question? maybe it can be integrated with

[incubator-shardingsphere-benchmark] branch master updated: for performance

2019-10-17 Thread zhaoyanan
This is an automated email from the ASF dual-hosted git repository. zhaoyanan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-shardingsphere-benchmark.git The following commit(s) were added to refs/heads/master by this push: new 9cff070 for

[GitHub] [incubator-shardingsphere] SteNicholas commented on issue #3136: java.sql.SQLException: No value specified for parameter

2019-10-17 Thread GitBox
SteNicholas commented on issue #3136: java.sql.SQLException: No value specified for parameter URL: https://github.com/apache/incubator-shardingsphere/issues/3136#issuecomment-543415335 @terrymanu I want do this issue. This

[GitHub] [incubator-shardingsphere] coveralls commented on issue #3322: #3138, improved coverage for sharding-core-preprocessor

2019-10-17 Thread GitBox
coveralls commented on issue #3322: #3138, improved coverage for sharding-core-preprocessor URL: https://github.com/apache/incubator-shardingsphere/pull/3322#issuecomment-543268371 ## Pull Request Test Coverage Report for [Build 694](https://coveralls.io/builds/26379348) * **0**

[GitHub] [incubator-shardingsphere] sluk3r opened a new pull request #3322: #3138, improved coverage for sharding-core-preprocessor

2019-10-17 Thread GitBox
sluk3r opened a new pull request #3322: #3138, improved coverage for sharding-core-preprocessor URL: https://github.com/apache/incubator-shardingsphere/pull/3322 Fixes #3138 This is an automated message from the Apache

[GitHub] [incubator-shardingsphere] coveralls edited a comment on issue #3315: Add support show database

2019-10-17 Thread GitBox
coveralls edited a comment on issue #3315: Add support show database URL: https://github.com/apache/incubator-shardingsphere/pull/3315#issuecomment-543106285 ## Pull Request Test Coverage Report for [Build 693](https://coveralls.io/builds/26377646) * **15** of **15** **(100.0%)**

[GitHub] [incubator-shardingsphere] kevinLuan commented on issue #3321: nested exception is org.postgresql.util.PSQLException: 未设定参数值 5 的内容。

2019-10-17 Thread GitBox
kevinLuan commented on issue #3321: nested exception is org.postgresql.util.PSQLException: 未设定参数值 5 的内容。 URL: https://github.com/apache/incubator-shardingsphere/issues/3321#issuecomment-543228583 Directly using one of the most common insert statement, when setting the Value, the database

[GitHub] [incubator-shardingsphere] kevinLuan opened a new issue #3321: nested exception is org.postgresql.util.PSQLException: 未设定参数值 5 的内容。

2019-10-17 Thread GitBox
kevinLuan opened a new issue #3321: nested exception is org.postgresql.util.PSQLException: 未设定参数值 5 的内容。 URL: https://github.com/apache/incubator-shardingsphere/issues/3321 ## Bug Report Postgresql database + ShardingSphere using the following SQL times wrong: nested exception is

[GitHub] [incubator-shardingsphere] yanickxia opened a new issue #3320: [Propose] add editorconfig

2019-10-17 Thread GitBox
yanickxia opened a new issue #3320: [Propose] add editorconfig URL: https://github.com/apache/incubator-shardingsphere/issues/3320 ## Feature Request Add [editorconfig](https://editorconfig.org/) ### Describe the feature you would like. helps maintain consistent coding

[GitHub] [incubator-shardingsphere] yanickxia commented on a change in pull request #3315: Add support show database

2019-10-17 Thread GitBox
yanickxia commented on a change in pull request #3315: Add support show database URL: https://github.com/apache/incubator-shardingsphere/pull/3315#discussion_r336061696 ## File path:

[GitHub] [incubator-shardingsphere] xiyelife closed pull request #3314: fixed for #3234 insert without columns

2019-10-17 Thread GitBox
xiyelife closed pull request #3314: fixed for #3234 insert without columns URL: https://github.com/apache/incubator-shardingsphere/pull/3314 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-shardingsphere] xiyelife commented on issue #3234: When insert by mybatis, the parameters were still found to be out of ordered.

2019-10-17 Thread GitBox
xiyelife commented on issue #3234: When insert by mybatis, the parameters were still found to be out of ordered. URL: https://github.com/apache/incubator-shardingsphere/issues/3234#issuecomment-543202452 @tristaZero I find that tristaZero has been fixed the insert without columns

[GitHub] [incubator-shardingsphere] gaoguanghai commented on issue #3154: Data masking: the name of logicColumn is case sensitive

2019-10-17 Thread GitBox
gaoguanghai commented on issue #3154: Data masking: the name of logicColumn is case sensitive URL: https://github.com/apache/incubator-shardingsphere/issues/3154#issuecomment-543197685 Hi @skyoxZ, I see what you mean,I'll add this,Thank you.

[GitHub] [incubator-shardingsphere] wgy8283335 closed issue #3213: There are two methods which are very like each other in DerivedColumn.class

2019-10-17 Thread GitBox
wgy8283335 closed issue #3213: There are two methods which are very like each other in DerivedColumn.class URL: https://github.com/apache/incubator-shardingsphere/issues/3213 This is an automated message from the Apache Git

[GitHub] [incubator-shardingsphere] coveralls edited a comment on issue #3315: Add support show database

2019-10-17 Thread GitBox
coveralls edited a comment on issue #3315: Add support show database URL: https://github.com/apache/incubator-shardingsphere/pull/3315#issuecomment-543106285 ## Pull Request Test Coverage Report for [Build 692](https://coveralls.io/builds/26374684) * **15** of **15** **(100.0%)**

[incubator-shardingsphere-benchmark] branch master updated: for performance

2019-10-17 Thread zhaoyanan
This is an automated email from the ASF dual-hosted git repository. zhaoyanan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-shardingsphere-benchmark.git The following commit(s) were added to refs/heads/master by this push: new 5c3bbf5 for

[GitHub] [incubator-shardingsphere] tristaZero commented on issue #3003: Detail implementation of AES Data Masking is not documented.

2019-10-17 Thread GitBox
tristaZero commented on issue #3003: Detail implementation of AES Data Masking is not documented. URL: https://github.com/apache/incubator-shardingsphere/issues/3003#issuecomment-543163823 This issue is closed, for there is no reply from author more than 7 days.

[GitHub] [incubator-shardingsphere] tristaZero closed issue #3003: Detail implementation of AES Data Masking is not documented.

2019-10-17 Thread GitBox
tristaZero closed issue #3003: Detail implementation of AES Data Masking is not documented. URL: https://github.com/apache/incubator-shardingsphere/issues/3003 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-shardingsphere] terrymanu commented on issue #3316: Hope set a read-only user in sharding-proxy, all requests from this user will route to slave node.

2019-10-17 Thread GitBox
terrymanu commented on issue #3316: Hope set a read-only user in sharding-proxy, all requests from this user will route to slave node. URL: https://github.com/apache/incubator-shardingsphere/issues/3316#issuecomment-543163173 This feature request has a little strange. Does any similar

[GitHub] [incubator-shardingsphere] terrymanu edited a comment on issue #3316: Hope set a read-only user in sharding-proxy, all requests from this user will route to slave node.

2019-10-17 Thread GitBox
terrymanu edited a comment on issue #3316: Hope set a read-only user in sharding-proxy, all requests from this user will route to slave node. URL: https://github.com/apache/incubator-shardingsphere/issues/3316#issuecomment-543163173 This feature request has a little strange. Does any

[GitHub] [incubator-shardingsphere] terrymanu closed issue #3030: [ERROR] Connection timed out for zookeeper server connection string (ip:2182) and timeout

2019-10-17 Thread GitBox
terrymanu closed issue #3030: [ERROR] Connection timed out for zookeeper server connection string (ip:2182) and timeout URL: https://github.com/apache/incubator-shardingsphere/issues/3030 This is an automated message from

[GitHub] [incubator-shardingsphere] terrymanu commented on issue #3030: [ERROR] Connection timed out for zookeeper server connection string (ip:2182) and timeout

2019-10-17 Thread GitBox
terrymanu commented on issue #3030: [ERROR] Connection timed out for zookeeper server connection string (ip:2182) and timeout URL: https://github.com/apache/incubator-shardingsphere/issues/3030#issuecomment-543158297 `Connection timed out for zookeeper server connection string (ip:2182)

[GitHub] [incubator-shardingsphere] terrymanu commented on issue #3060: two datasources, the transaction is not roll back

2019-10-17 Thread GitBox
terrymanu commented on issue #3060: two datasources, the transaction is not roll back URL: https://github.com/apache/incubator-shardingsphere/issues/3060#issuecomment-543157340 Can you provide source code to help us reproduce the issue?

[GitHub] [incubator-shardingsphere] terrymanu commented on issue #3080: Oracle 11.2.0.4.0 batch insert exception

2019-10-17 Thread GitBox
terrymanu commented on issue #3080: Oracle 11.2.0.4.0 batch insert exception URL: https://github.com/apache/incubator-shardingsphere/issues/3080#issuecomment-543154983 You can find SQL use norms from: https://shardingsphere.apache.org/document/current/cn/features/sharding/use-norms/sql/

[GitHub] [incubator-shardingsphere] terrymanu closed issue #3080: Oracle 11.2.0.4.0 batch insert exception

2019-10-17 Thread GitBox
terrymanu closed issue #3080: Oracle 11.2.0.4.0 batch insert exception URL: https://github.com/apache/incubator-shardingsphere/issues/3080 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-shardingsphere] terrymanu commented on issue #3080: Oracle 11.2.0.4.0 batch insert exception

2019-10-17 Thread GitBox
terrymanu commented on issue #3080: Oracle 11.2.0.4.0 batch insert exception URL: https://github.com/apache/incubator-shardingsphere/issues/3080#issuecomment-543154711 Cannot support SQL `INSERT SELECT` and `UNION`. For the ROI reason, we have no plan to do it.

[GitHub] [incubator-shardingsphere] cjml1982 closed issue #3308: the shardingsphere desensitization not works

2019-10-17 Thread GitBox
cjml1982 closed issue #3308: the shardingsphere desensitization not works URL: https://github.com/apache/incubator-shardingsphere/issues/3308 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-shardingsphere] cjml1982 commented on issue #3308: the shardingsphere desensitization not works

2019-10-17 Thread GitBox
cjml1982 commented on issue #3308: the shardingsphere desensitization not works URL: https://github.com/apache/incubator-shardingsphere/issues/3308#issuecomment-543151781 the question closed This is an automated message from

[GitHub] [incubator-shardingsphere] skyoxZ commented on issue #3154: Data masking: the name of logicColumn is case sensitive

2019-10-17 Thread GitBox
skyoxZ commented on issue #3154: Data masking: the name of logicColumn is case sensitive URL: https://github.com/apache/incubator-shardingsphere/issues/3154#issuecomment-543143597 @yanyzy Sometimes there's no guarantee about the column case in SQLs so that it's hard to keep the logical

[GitHub] [incubator-shardingsphere] cjml1982 commented on issue #3308: the shardingsphere desensitization not works

2019-10-17 Thread GitBox
cjml1982 commented on issue #3308: the shardingsphere desensitization not works URL: https://github.com/apache/incubator-shardingsphere/issues/3308#issuecomment-543135337 > Hi @cjml1982 > I think there is a problem here > > and you can check your configuration by referring to

[GitHub] [incubator-shardingsphere] coveralls commented on issue #3319: fix bug#3318

2019-10-17 Thread GitBox
coveralls commented on issue #3319: fix bug#3318 URL: https://github.com/apache/incubator-shardingsphere/pull/3319#issuecomment-543123635 ## Pull Request Test Coverage Report for [Build 691](https://coveralls.io/builds/26371861) * **16** of **16** **(100.0%)** changed or added

[GitHub] [incubator-shardingsphere] tristaZero merged pull request #3319: fix bug#3318

2019-10-17 Thread GitBox
tristaZero merged pull request #3319: fix bug#3318 URL: https://github.com/apache/incubator-shardingsphere/pull/3319 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-shardingsphere] tristaZero closed issue #3318: Wrong rewritten SQL for encrypt insert SQL without parameters

2019-10-17 Thread GitBox
tristaZero closed issue #3318: Wrong rewritten SQL for encrypt insert SQL without parameters URL: https://github.com/apache/incubator-shardingsphere/issues/3318 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-shardingsphere] Myshiner commented on issue #3311: tinyint(1) column type will result in a booleam value in the query data

2019-10-17 Thread GitBox
Myshiner commented on issue #3311: tinyint(1) column type will result in a booleam value in the query data URL: https://github.com/apache/incubator-shardingsphere/issues/3311#issuecomment-543117670 Sure, thxSent from my Huawei Mobile Original Message Subject: Re:

[GitHub] [incubator-shardingsphere] yanyzy commented on issue #3308: the shardingsphere desensitization not works

2019-10-17 Thread GitBox
yanyzy commented on issue #3308: the shardingsphere desensitization not works URL: https://github.com/apache/incubator-shardingsphere/issues/3308#issuecomment-543114733 Hi @cjml1982 I think there is a problem here

[GitHub] [incubator-shardingsphere] terrymanu commented on issue #3099: shardingJDBC(4.0.0-RC2) sqlStatement parsing wrong, don't have where conditions

2019-10-17 Thread GitBox
terrymanu commented on issue #3099: shardingJDBC(4.0.0-RC2) sqlStatement parsing wrong, don't have where conditions URL: https://github.com/apache/incubator-shardingsphere/issues/3099#issuecomment-543114696 During the snapshot, I am not sure parsing result is correct or not, but it seems

[GitHub] [incubator-shardingsphere] tristaZero opened a new pull request #3319: fix bug#3318

2019-10-17 Thread GitBox
tristaZero opened a new pull request #3319: fix bug#3318 URL: https://github.com/apache/incubator-shardingsphere/pull/3319 Fixes #3318. This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-shardingsphere] terrymanu commented on issue #3119: HintManager Of Version 4.0.0.RC2 Can‘t Work Under Multi DataSource Scenes

2019-10-17 Thread GitBox
terrymanu commented on issue #3119: HintManager Of Version 4.0.0.RC2 Can‘t Work Under Multi DataSource Scenes URL: https://github.com/apache/incubator-shardingsphere/issues/3119#issuecomment-543113217 During your code fragment is hard to know what happened, can you provide source code?

[GitHub] [incubator-shardingsphere] tristaZero opened a new issue #3318: Wrong rewritten SQL for encrypt insert SQL without parameters

2019-10-17 Thread GitBox
tristaZero opened a new issue #3318: Wrong rewritten SQL for encrypt insert SQL without parameters URL: https://github.com/apache/incubator-shardingsphere/issues/3318 ## Bug Report **For English only**, other languages will not accept. Before report a bug, make sure you have:

[GitHub] [incubator-shardingsphere] coveralls commented on issue #3315: Add support show database

2019-10-17 Thread GitBox
coveralls commented on issue #3315: Add support show database URL: https://github.com/apache/incubator-shardingsphere/pull/3315#issuecomment-543106285 ## Pull Request Test Coverage Report for [Build 689](https://coveralls.io/builds/26370900) * **18** of **18** **(100.0%)**

[GitHub] [incubator-shardingsphere] yanickxia commented on a change in pull request #3315: Add support show database

2019-10-17 Thread GitBox
yanickxia commented on a change in pull request #3315: Add support show database URL: https://github.com/apache/incubator-shardingsphere/pull/3315#discussion_r335922396 ## File path:

[GitHub] [incubator-shardingsphere] yanickxia commented on a change in pull request #3315: Add support show database

2019-10-17 Thread GitBox
yanickxia commented on a change in pull request #3315: Add support show database URL: https://github.com/apache/incubator-shardingsphere/pull/3315#discussion_r335922320 ## File path:

[GitHub] [incubator-shardingsphere] yanickxia commented on a change in pull request #3315: Add support show database

2019-10-17 Thread GitBox
yanickxia commented on a change in pull request #3315: Add support show database URL: https://github.com/apache/incubator-shardingsphere/pull/3315#discussion_r335921833 ## File path:

[GitHub] [incubator-shardingsphere] yanickxia commented on a change in pull request #3315: Add support show database

2019-10-17 Thread GitBox
yanickxia commented on a change in pull request #3315: Add support show database URL: https://github.com/apache/incubator-shardingsphere/pull/3315#discussion_r335921810 ## File path:

[GitHub] [incubator-shardingsphere] yanickxia commented on a change in pull request #3315: Add support show database

2019-10-17 Thread GitBox
yanickxia commented on a change in pull request #3315: Add support show database URL: https://github.com/apache/incubator-shardingsphere/pull/3315#discussion_r335921699 ## File path:

[GitHub] [incubator-shardingsphere] nancyzrh opened a new issue #3317: optimize Integrate Test getParameters

2019-10-17 Thread GitBox
nancyzrh opened a new issue #3317: optimize Integrate Test getParameters URL: https://github.com/apache/incubator-shardingsphere/issues/3317 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-shardingsphere] dongzl commented on issue #3311: tinyint(1) column type will result in a booleam value in the query data

2019-10-17 Thread GitBox
dongzl commented on issue #3311: tinyint(1) column type will result in a booleam value in the query data URL: https://github.com/apache/incubator-shardingsphere/issues/3311#issuecomment-543105156 Hi @Myshiner , I will test it according to you describe info and reply you issue.

[GitHub] [incubator-shardingsphere] coveralls commented on issue #3314: fixed for #3234 insert without columns

2019-10-17 Thread GitBox
coveralls commented on issue #3314: fixed for #3234 insert without columns URL: https://github.com/apache/incubator-shardingsphere/pull/3314#issuecomment-543104807 ## Pull Request Test Coverage Report for [Build 688](https://coveralls.io/builds/26370857) * **33** of **35**

[GitHub] [incubator-shardingsphere] terrymanu commented on issue #3075: sharding fully support with JOOQ?

2019-10-17 Thread GitBox
terrymanu commented on issue #3075: sharding fully support with JOOQ? URL: https://github.com/apache/incubator-shardingsphere/issues/3075#issuecomment-543103697 > @terrymanu > > ``` > 2019-10-15 09:44:59.866 DEBUG 44331 --- [nio-8080-exec-2] org.jooq.tools.LoggerListener

[GitHub] [incubator-shardingsphere] Myshiner opened a new issue #3316: Hope set a read-only user in sharding-proxy, all requests from this user will route to slave node.

2019-10-17 Thread GitBox
Myshiner opened a new issue #3316: Hope set a read-only user in sharding-proxy, all requests from this user will route to slave node. URL: https://github.com/apache/incubator-shardingsphere/issues/3316 ## Feature Request Hope set a read-only user in sharding-proxy, all requests which

[GitHub] [incubator-shardingsphere] terrymanu commented on issue #3313: fix encryption rules do not support uppercase fields

2019-10-17 Thread GitBox
terrymanu commented on issue #3313: fix encryption rules do not support uppercase fields URL: https://github.com/apache/incubator-shardingsphere/pull/3313#issuecomment-543101246 > I want to know if there is any other use for converting to lowercase here? i am not quite sure what will be

[GitHub] [incubator-shardingsphere] yanyzy commented on issue #3154: Data masking: the name of logicColumn is case sensitive

2019-10-17 Thread GitBox
yanyzy commented on issue #3154: Data masking: the name of logicColumn is case sensitive URL: https://github.com/apache/incubator-shardingsphere/issues/3154#issuecomment-543100625 Hi @skyoxZ I think the logical column case should be consistent with sql. because some databases are

[GitHub] [incubator-shardingsphere] terrymanu commented on a change in pull request #3315: Add support show database

2019-10-17 Thread GitBox
terrymanu commented on a change in pull request #3315: Add support show database URL: https://github.com/apache/incubator-shardingsphere/pull/3315#discussion_r335913918 ## File path:

[GitHub] [incubator-shardingsphere] terrymanu commented on a change in pull request #3315: Add support show database

2019-10-17 Thread GitBox
terrymanu commented on a change in pull request #3315: Add support show database URL: https://github.com/apache/incubator-shardingsphere/pull/3315#discussion_r335912816 ## File path:

[GitHub] [incubator-shardingsphere] terrymanu commented on a change in pull request #3315: Add support show database

2019-10-17 Thread GitBox
terrymanu commented on a change in pull request #3315: Add support show database URL: https://github.com/apache/incubator-shardingsphere/pull/3315#discussion_r335909734 ## File path:

[GitHub] [incubator-shardingsphere] terrymanu commented on a change in pull request #3315: Add support show database

2019-10-17 Thread GitBox
terrymanu commented on a change in pull request #3315: Add support show database URL: https://github.com/apache/incubator-shardingsphere/pull/3315#discussion_r335910697 ## File path:

[GitHub] [incubator-shardingsphere] terrymanu commented on a change in pull request #3315: Add support show database

2019-10-17 Thread GitBox
terrymanu commented on a change in pull request #3315: Add support show database URL: https://github.com/apache/incubator-shardingsphere/pull/3315#discussion_r335910211 ## File path:

[GitHub] [incubator-shardingsphere] terrymanu commented on a change in pull request #3315: Add support show database

2019-10-17 Thread GitBox
terrymanu commented on a change in pull request #3315: Add support show database URL: https://github.com/apache/incubator-shardingsphere/pull/3315#discussion_r335909379 ## File path:

[GitHub] [incubator-shardingsphere] yanickxia opened a new pull request #3315: Add support show database

2019-10-17 Thread GitBox
yanickxia opened a new pull request #3315: Add support show database URL: https://github.com/apache/incubator-shardingsphere/pull/3315 Fixes #2922. Changes proposed in this pull request: - Make RoutingEngine route `show database` return DatabaseBroadcast - New

[GitHub] [incubator-shardingsphere] zzy97092236 commented on issue #3255: DATA MASKING-- Encrypt-JDBC couldn't not get decrypt information after execute select method

2019-10-17 Thread GitBox
zzy97092236 commented on issue #3255: DATA MASKING-- Encrypt-JDBC couldn't not get decrypt information after execute select method URL: https://github.com/apache/incubator-shardingsphere/issues/3255#issuecomment-543093726 it's now doesn't have any Exception,but the return value is still

[GitHub] [incubator-shardingsphere] terrymanu commented on issue #3136: java.sql.SQLException: No value specified for parameter

2019-10-17 Thread GitBox
terrymanu commented on issue #3136: java.sql.SQLException: No value specified for parameter URL: https://github.com/apache/incubator-shardingsphere/issues/3136#issuecomment-543093332 Does anybody want to do it? This is an

[GitHub] [incubator-shardingsphere] terrymanu commented on issue #3136: java.sql.SQLException: No value specified for parameter

2019-10-17 Thread GitBox
terrymanu commented on issue #3136: java.sql.SQLException: No value specified for parameter URL: https://github.com/apache/incubator-shardingsphere/issues/3136#issuecomment-543093208 The issue caused by parse parameter marker from complicated expression error.

[GitHub] [incubator-shardingsphere] coveralls commented on issue #3313: fix encryption rules do not support uppercase fields

2019-10-17 Thread GitBox
coveralls commented on issue #3313: fix encryption rules do not support uppercase fields URL: https://github.com/apache/incubator-shardingsphere/pull/3313#issuecomment-543093003 ## Pull Request Test Coverage Report for [Build 687](https://coveralls.io/builds/26370192) * **3** of

[GitHub] [incubator-shardingsphere] xiyelife opened a new pull request #3314: fixed for #3234 insert without columns

2019-10-17 Thread GitBox
xiyelife opened a new pull request #3314: fixed for #3234 insert without columns URL: https://github.com/apache/incubator-shardingsphere/pull/3314 Fixes #3234 resumbit my PR and associate to #3295. (recreate the branch to resolve the conflict)

[GitHub] [incubator-shardingsphere] terrymanu commented on issue #3146: SQL grammar:batch insert into set not support?

2019-10-17 Thread GitBox
terrymanu commented on issue #3146: SQL grammar:batch insert into set not support? URL: https://github.com/apache/incubator-shardingsphere/issues/3146#issuecomment-543091683 I check the log , ShardingSphere is correct, but the exception come from mybatis, Can you check your mybatis to

[GitHub] [incubator-shardingsphere] RaigorJiang commented on issue #3196: jar dependency conflict

2019-10-17 Thread GitBox
RaigorJiang commented on issue #3196: jar dependency conflict URL: https://github.com/apache/incubator-shardingsphere/issues/3196#issuecomment-543089202 let me try to fix it. This is an automated message from the Apache Git

[GitHub] [incubator-shardingsphere] coveralls commented on issue #3312: fixed for insert without columns.

2019-10-17 Thread GitBox
coveralls commented on issue #3312: fixed for insert without columns. URL: https://github.com/apache/incubator-shardingsphere/pull/3312#issuecomment-543087921 ## Pull Request Test Coverage Report for [Build 686](https://coveralls.io/builds/26369996) * **33** of **35**

[GitHub] [incubator-shardingsphere] xiyelife closed pull request #3312: fixed for insert without columns.

2019-10-17 Thread GitBox
xiyelife closed pull request #3312: fixed for insert without columns. URL: https://github.com/apache/incubator-shardingsphere/pull/3312 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-shardingsphere] terrymanu commented on issue #3187: it throw Exception "Must have one sharding with subquery" , the logic might be have problem

2019-10-17 Thread GitBox
terrymanu commented on issue #3187: it throw Exception "Must have one sharding with subquery" , the logic might be have problem URL: https://github.com/apache/incubator-shardingsphere/issues/3187#issuecomment-543087183 It is a little complicated issue, I just assign to @tuohai666

[GitHub] [incubator-shardingsphere] terrymanu commented on issue #3187: it throw Exception "Must have one sharding with subquery" , the logic might be have problem

2019-10-17 Thread GitBox
terrymanu commented on issue #3187: it throw Exception "Must have one sharding with subquery" , the logic might be have problem URL: https://github.com/apache/incubator-shardingsphere/issues/3187#issuecomment-543086849 Yes, here need to fix. Current state is subquery must have

[GitHub] [incubator-shardingsphere] swcumt commented on issue #3306: How config sharding (No master salve) and master slave(no sharding) together with Sharding-jdbc

2019-10-17 Thread GitBox
swcumt commented on issue #3306: How config sharding (No master salve) and master slave(no sharding) together with Sharding-jdbc URL: https://github.com/apache/incubator-shardingsphere/issues/3306#issuecomment-543084887 > If the scenario is 2 unrelated data sources, you may create one

[GitHub] [incubator-shardingsphere] terrymanu commented on issue #3255: DATA MASKING-- Encrypt-JDBC couldn't not get decrypt information after execute select method

2019-10-17 Thread GitBox
terrymanu commented on issue #3255: DATA MASKING-- Encrypt-JDBC couldn't not get decrypt information after execute select method URL: https://github.com/apache/incubator-shardingsphere/issues/3255#issuecomment-543083693 Can you provide full stack trace? It seems like hibernate's

[GitHub] [incubator-shardingsphere] zzy97092236 edited a comment on issue #3255: DATA MASKING-- Encrypt-JDBC couldn't not get decrypt information after execute select method

2019-10-17 Thread GitBox
zzy97092236 edited a comment on issue #3255: DATA MASKING-- Encrypt-JDBC couldn't not get decrypt information after execute select method URL: https://github.com/apache/incubator-shardingsphere/issues/3255#issuecomment-541690217 1、version ``` 4.0.0-RC2 ``` 2、sql with

[GitHub] [incubator-shardingsphere] zzy97092236 edited a comment on issue #3255: DATA MASKING-- Encrypt-JDBC couldn't not get decrypt information after execute select method

2019-10-17 Thread GitBox
zzy97092236 edited a comment on issue #3255: DATA MASKING-- Encrypt-JDBC couldn't not get decrypt information after execute select method URL: https://github.com/apache/incubator-shardingsphere/issues/3255#issuecomment-541690217 1、version ``` 4.0.0-RC2 ``` 2、sql with

[GitHub] [incubator-shardingsphere] yanyzy commented on issue #3313: fix encryption rules do not support uppercase fields

2019-10-17 Thread GitBox
yanyzy commented on issue #3313: fix encryption rules do not support uppercase fields URL: https://github.com/apache/incubator-shardingsphere/pull/3313#issuecomment-543080376 I want to know if there is any other use for converting to lowercase here? i am not quite sure what will be

[GitHub] [incubator-shardingsphere] yanyzy opened a new pull request #3313: fix encryption rules do not support uppercase fields

2019-10-17 Thread GitBox
yanyzy opened a new pull request #3313: fix encryption rules do not support uppercase fields URL: https://github.com/apache/incubator-shardingsphere/pull/3313 Fixes #3309. Changes proposed in this pull request: - delete toLowerCase()

[GitHub] [incubator-shardingsphere] xiyelife commented on issue #3312: fixed for insert without columns.

2019-10-17 Thread GitBox
xiyelife commented on issue #3312: fixed for insert without columns. URL: https://github.com/apache/incubator-shardingsphere/pull/3312#issuecomment-543077081 resumbit my PR and associate to https://github.com/apache/incubator-shardingsphere/pull/3295. (recreate the branch to resolve the

[GitHub] [incubator-shardingsphere] xiyelife opened a new pull request #3312: fixed for insert without columns.

2019-10-17 Thread GitBox
xiyelife opened a new pull request #3312: fixed for insert without columns. URL: https://github.com/apache/incubator-shardingsphere/pull/3312 Fixes #3234 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-shardingsphere] Myshiner opened a new issue #3311: tinyint(1) column type will result in a booleam value in the query data

2019-10-17 Thread GitBox
Myshiner opened a new issue #3311: tinyint(1) column type will result in a booleam value in the query data URL: https://github.com/apache/incubator-shardingsphere/issues/3311 Project: Sharding-proxy Version: v4.0.0-RC3 ## Question when the table column type be set to

[GitHub] [incubator-shardingsphere] qixiaobo commented on issue #1496: Read write splitter for `Select ... for update` should route to master data node

2019-10-17 Thread GitBox
qixiaobo commented on issue #1496: Read write splitter for `Select ... for update` should route to master data node URL: https://github.com/apache/incubator-shardingsphere/issues/1496#issuecomment-543074241 > @qixiaobo do you mean we need to overrid this method and only use

[GitHub] [incubator-shardingsphere] terrymanu closed issue #3272: Resharding in sharding-proxy?

2019-10-17 Thread GitBox
terrymanu closed issue #3272: Resharding in sharding-proxy? URL: https://github.com/apache/incubator-shardingsphere/issues/3272 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-shardingsphere] terrymanu closed issue #3275: Could add the feature to support masking the data by modify sql, and not add any column.

2019-10-17 Thread GitBox
terrymanu closed issue #3275: Could add the feature to support masking the data by modify sql, and not add any column. URL: https://github.com/apache/incubator-shardingsphere/issues/3275 This is an automated message from

[GitHub] [incubator-shardingsphere] cjml1982 commented on issue #3308: the shardingsphere desensitization not works

2019-10-17 Thread GitBox
cjml1982 commented on issue #3308: the shardingsphere desensitization not works URL: https://github.com/apache/incubator-shardingsphere/issues/3308#issuecomment-54307 > Can you run example first? I don't know where did the article come from, but it is not official document. ok,

[GitHub] [incubator-shardingsphere] terrymanu closed issue #3285: io.netty.channel.unix.Errors$NativeIoException: syscall:read(..) failed: Connection reset by peer

2019-10-17 Thread GitBox
terrymanu closed issue #3285: io.netty.channel.unix.Errors$NativeIoException: syscall:read(..) failed: Connection reset by peer URL: https://github.com/apache/incubator-shardingsphere/issues/3285 This is an automated

[GitHub] [incubator-shardingsphere] terrymanu commented on issue #3285: io.netty.channel.unix.Errors$NativeIoException: syscall:read(..) failed: Connection reset by peer

2019-10-17 Thread GitBox
terrymanu commented on issue #3285: io.netty.channel.unix.Errors$NativeIoException: syscall:read(..) failed: Connection reset by peer URL: https://github.com/apache/incubator-shardingsphere/issues/3285#issuecomment-543069780 Hello, version 3.x is out of service, please try to 4.x

[GitHub] [incubator-shardingsphere] terrymanu commented on issue #3297: select for update syntax route to slave datasource

2019-10-17 Thread GitBox
terrymanu commented on issue #3297: select for update syntax route to slave datasource URL: https://github.com/apache/incubator-shardingsphere/issues/3297#issuecomment-543068667 duplicated with #1496 This is an automated

[GitHub] [incubator-shardingsphere] terrymanu closed issue #3297: select for update syntax route to slave datasource

2019-10-17 Thread GitBox
terrymanu closed issue #3297: select for update syntax route to slave datasource URL: https://github.com/apache/incubator-shardingsphere/issues/3297 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-shardingsphere] terrymanu commented on issue #3310: [ERROR-1146] Table 'db.triggers' doesn't exist

2019-10-17 Thread GitBox
terrymanu commented on issue #3310: [ERROR-1146] Table 'db.triggers' doesn't exist URL: https://github.com/apache/incubator-shardingsphere/issues/3310#issuecomment-543068204 Hi, the information you provided is not enough. Please follow the issue template and fill necessary information.

[GitHub] [incubator-shardingsphere] coveralls edited a comment on issue #3165: Support time server database for issues 1497

2019-10-17 Thread GitBox
coveralls edited a comment on issue #3165: Support time server database for issues 1497 URL: https://github.com/apache/incubator-shardingsphere/pull/3165#issuecomment-537458903 ## Pull Request Test Coverage Report for [Build 488](https://coveralls.io/builds/26072409) * **0** of

[GitHub] [incubator-shardingsphere] terrymanu commented on issue #3300: namespace(xml), SNOWFLAKE, we can't use random?

2019-10-17 Thread GitBox
terrymanu commented on issue #3300: namespace(xml),SNOWFLAKE,we can't use random? URL: https://github.com/apache/incubator-shardingsphere/issues/3300#issuecomment-543067600 I have 2 suggestions: 1. prop cannot support inline expression. 2. using random as snowflake's work_id is not

[GitHub] [incubator-shardingsphere] terrymanu closed issue #3300: namespace(xml), SNOWFLAKE, we can't use random?

2019-10-17 Thread GitBox
terrymanu closed issue #3300: namespace(xml),SNOWFLAKE,we can't use random? URL: https://github.com/apache/incubator-shardingsphere/issues/3300 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-shardingsphere] Myshiner opened a new issue #3310: [ERROR-1146] Table 'db.triggers' doesn't exist

2019-10-17 Thread GitBox
Myshiner opened a new issue #3310: [ERROR-1146] Table 'db.triggers' doesn't exist URL: https://github.com/apache/incubator-shardingsphere/issues/3310 ## Question Connect to proxy using navicate tool, and query data by double clicking table, got error.

[GitHub] [incubator-shardingsphere] terrymanu commented on issue #3307: 4.0.0-RC2 query use in error!!!

2019-10-17 Thread GitBox
terrymanu commented on issue #3307: 4.0.0-RC2 query use in error!!! URL: https://github.com/apache/incubator-shardingsphere/issues/3307#issuecomment-543064741 Is it the duplicate one with #3302? Can you change the title to summary your question? The current title is not helpful for

[GitHub] [incubator-shardingsphere] terrymanu edited a comment on issue #3308: the shardingsphere desensitization not works

2019-10-17 Thread GitBox
terrymanu edited a comment on issue #3308: the shardingsphere desensitization not works URL: https://github.com/apache/incubator-shardingsphere/issues/3308#issuecomment-543063908 Can you run example first? I don't know where did the article come from, but it is not official document.

[GitHub] [incubator-shardingsphere] terrymanu commented on issue #3308: the shardingsphere desensitization not works

2019-10-17 Thread GitBox
terrymanu commented on issue #3308: the shardingsphere desensitization not works URL: https://github.com/apache/incubator-shardingsphere/issues/3308#issuecomment-543063908 Can you run example first? I don't know where is the article came from, but it is not official document.

[GitHub] [incubator-shardingsphere] terrymanu commented on issue #3302: Query the relationship between max.connections.size.per.query and in statemen

2019-10-17 Thread GitBox
terrymanu commented on issue #3302: Query the relationship between max.connections.size.per.query and in statemen URL: https://github.com/apache/incubator-shardingsphere/issues/3302#issuecomment-543062886 Can you provide log of exception?

  1   2   >