[GitHub] [incubator-shardingsphere] gholly commented on issue #2819: How to turn off keyGenerator feature in 4.0.0-RC1 version

2019-08-14 Thread GitBox
gholly commented on issue #2819: How to turn off keyGenerator feature in 4.0.0-RC1 version URL: https://github.com/apache/incubator-shardingsphere/issues/2819#issuecomment-521537452 I have the same problem. ` Hibernate: insert into dd_bank_2 (application_number, company_id, id)

[GitHub] [incubator-shardingsphere] DongJigong closed issue #2865: 4.0.0-RC1 jpa select result change some values and save shoud update Row Data rather then insert

2019-08-14 Thread GitBox
DongJigong closed issue #2865: 4.0.0-RC1 jpa select result change some values and save shoud update Row Data rather then insert URL: https://github.com/apache/incubator-shardingsphere/issues/2865 This is an automated messag

[GitHub] [incubator-shardingsphere] DongJigong commented on issue #2865: 4.0.0-RC1 jpa select result change some values and save shoud update Row Data rather then insert

2019-08-14 Thread GitBox
DongJigong commented on issue #2865: 4.0.0-RC1 jpa select result change some values and save shoud update Row Data rather then insert URL: https://github.com/apache/incubator-shardingsphere/issues/2865#issuecomment-521534993 > > > Other solution, I think, is add where clause with sharding

[GitHub] [incubator-shardingsphere] jingshanglu opened a new pull request #2875: fix select, update grammar of mysql

2019-08-14 Thread GitBox
jingshanglu opened a new pull request #2875: fix select,update grammar of mysql URL: https://github.com/apache/incubator-shardingsphere/pull/2875 Changes proposed in this pull request: - fix select grammar - fix update grammar --

[GitHub] [incubator-shardingsphere] tristaZero merged pull request #2872: Format some unit test class.

2019-08-14 Thread GitBox
tristaZero merged pull request #2872: Format some unit test class. URL: https://github.com/apache/incubator-shardingsphere/pull/2872 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-shardingsphere] DongJigong commented on issue #2865: 4.0.0-RC1 jpa select result change some values and save shoud update Row Data rather then insert

2019-08-14 Thread GitBox
DongJigong commented on issue #2865: 4.0.0-RC1 jpa select result change some values and save shoud update Row Data rather then insert URL: https://github.com/apache/incubator-shardingsphere/issues/2865#issuecomment-521529891 > > Other solution, I think, is add where clause with sharding c

[GitHub] [incubator-shardingsphere] reynaldliu opened a new issue #2874: How can I get a distribution package/release/bin from source code?

2019-08-14 Thread GitBox
reynaldliu opened a new issue #2874: How can I get a distribution package/release/bin from source code? URL: https://github.com/apache/incubator-shardingsphere/issues/2874 How can I get a distribution package/release/bin from source code? last update at https://www.apache.or

[GitHub] [incubator-shardingsphere] xfyang1989 commented on issue #2827: The same transaction executes the following two sqls, and the last one is not the result of the current transaction change.

2019-08-14 Thread GitBox
xfyang1989 commented on issue #2827: The same transaction executes the following two sqls, and the last one is not the result of the current transaction change. URL: https://github.com/apache/incubator-shardingsphere/issues/2827#issuecomment-521526606 Spring's own transaction,@Transaction

[GitHub] [incubator-shardingsphere] jukai5501 commented on issue #2866: encrypt not work in 4.0.0-RC2-SNAPSHOT version

2019-08-14 Thread GitBox
jukai5501 commented on issue #2866: encrypt not work in 4.0.0-RC2-SNAPSHOT version URL: https://github.com/apache/incubator-shardingsphere/issues/2866#issuecomment-521489054 Hi! Yes, I set party_id as key_generator. This is my configuration. ``` spring: shardings

[GitHub] [incubator-shardingsphere] KomachiSion edited a comment on issue #2866: encrypt not work in 4.0.0-RC2-SNAPSHOT version

2019-08-14 Thread GitBox
KomachiSion edited a comment on issue #2866: encrypt not work in 4.0.0-RC2-SNAPSHOT version URL: https://github.com/apache/incubator-shardingsphere/issues/2866#issuecomment-521472441 Please change to this configuration and retry. ``` spring: shardingsphere: datasource:

[GitHub] [incubator-shardingsphere] DongJigong edited a comment on issue #2865: 4.0.0-RC1 jpa select result change some values and save shoud update Row Data rather then insert

2019-08-14 Thread GitBox
DongJigong edited a comment on issue #2865: 4.0.0-RC1 jpa select result change some values and save shoud update Row Data rather then insert URL: https://github.com/apache/incubator-shardingsphere/issues/2865#issuecomment-521208390 > Other solution, I think, is add where clause with shard

[GitHub] [incubator-shardingsphere] yangjwInRiver edited a comment on issue #2819: How to turn off keyGenerator feature in 4.0.0-RC1 version

2019-08-14 Thread GitBox
yangjwInRiver edited a comment on issue #2819: How to turn off keyGenerator feature in 4.0.0-RC1 version URL: https://github.com/apache/incubator-shardingsphere/issues/2819#issuecomment-521184458 ``` spring: main: allow-bean-definition-overriding: true shardingsphere:

[GitHub] [incubator-shardingsphere] wqy960504 closed issue #2850: table doesn't exist

2019-08-14 Thread GitBox
wqy960504 closed issue #2850: table doesn't exist URL: https://github.com/apache/incubator-shardingsphere/issues/2850 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [incubator-shardingsphere] KomachiSion commented on issue #2866: encrypt not work in 4.0.0-RC2-SNAPSHOT version

2019-08-14 Thread GitBox
KomachiSion commented on issue #2866: encrypt not work in 4.0.0-RC2-SNAPSHOT version URL: https://github.com/apache/incubator-shardingsphere/issues/2866#issuecomment-521472441 Do you set party_id as key_generator? It looks like configuration error for `key-generator` --

[GitHub] [incubator-shardingsphere] KomachiSion closed issue #2873: How to get the results of the database sharding algorithm in the table sharding algorithm

2019-08-14 Thread GitBox
KomachiSion closed issue #2873: How to get the results of the database sharding algorithm in the table sharding algorithm URL: https://github.com/apache/incubator-shardingsphere/issues/2873 This is an automated message from

[GitHub] [incubator-shardingsphere] KomachiSion commented on issue #2873: How to get the results of the database sharding algorithm in the table sharding algorithm

2019-08-14 Thread GitBox
KomachiSion commented on issue #2873: How to get the results of the database sharding algorithm in the table sharding algorithm URL: https://github.com/apache/incubator-shardingsphere/issues/2873#issuecomment-521471849 The problem is similar to #2193. We plan to fix it in 4.0.0-RC3 --

[GitHub] [incubator-shardingsphere] jukai5501 commented on issue #2866: encrypt not work in 4.0.0-RC2-SNAPSHOT version

2019-08-14 Thread GitBox
jukai5501 commented on issue #2866: encrypt not work in 4.0.0-RC2-SNAPSHOT version URL: https://github.com/apache/incubator-shardingsphere/issues/2866#issuecomment-521276956 Hi! I pulled the latest 4.0.0-RC2-SNAPSHOT version. The application can start normally, I was using you

[GitHub] [incubator-shardingsphere] liuyangming closed pull request #2854: modify the enlistment to support the transaction propagation REQUIRES_NEW

2019-08-14 Thread GitBox
liuyangming closed pull request #2854: modify the enlistment to support the transaction propagation REQUIRES_NEW URL: https://github.com/apache/incubator-shardingsphere/pull/2854 This is an automated message from the Apache

[GitHub] [incubator-shardingsphere] liuyangming commented on issue #2854: modify the enlistment to support the transaction propagation REQUIRES_NEW

2019-08-14 Thread GitBox
liuyangming commented on issue #2854: modify the enlistment to support the transaction propagation REQUIRES_NEW URL: https://github.com/apache/incubator-shardingsphere/pull/2854#issuecomment-521242297 > I see, REQUIRES_NEW works on different connection to support new transaction. forward

[GitHub] [incubator-shardingsphere] terrymanu closed issue #2870: Unsupported SQL of `FLUSH TABLES`- 4.0.0RC2

2019-08-14 Thread GitBox
terrymanu closed issue #2870: Unsupported SQL of `FLUSH TABLES`- 4.0.0RC2 URL: https://github.com/apache/incubator-shardingsphere/issues/2870 This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [incubator-shardingsphere] terrymanu commented on issue #2870: Unsupported SQL of `FLUSH TABLES`- 4.0.0RC2

2019-08-14 Thread GitBox
terrymanu commented on issue #2870: Unsupported SQL of `FLUSH TABLES`- 4.0.0RC2 URL: https://github.com/apache/incubator-shardingsphere/issues/2870#issuecomment-521227091 No plan to do This is an automated message from the Ap

[GitHub] [incubator-shardingsphere] terrymanu closed issue #2869: Sub query

2019-08-14 Thread GitBox
terrymanu closed issue #2869: Sub query URL: https://github.com/apache/incubator-shardingsphere/issues/2869 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [incubator-shardingsphere] terrymanu commented on issue #2869: Sub query

2019-08-14 Thread GitBox
terrymanu commented on issue #2869: Sub query URL: https://github.com/apache/incubator-shardingsphere/issues/2869#issuecomment-521226903 **For English only**, other languages will not accept. This is an automated message from

[GitHub] [incubator-shardingsphere] DongJigong commented on issue #2865: 4.0.0-RC1 jpa select result change some values and save shoud update Row Data rather then insert

2019-08-14 Thread GitBox
DongJigong commented on issue #2865: 4.0.0-RC1 jpa select result change some values and save shoud update Row Data rather then insert URL: https://github.com/apache/incubator-shardingsphere/issues/2865#issuecomment-521208390 > Other solution, I think, is add where clause with sharding col

[GitHub] [incubator-shardingsphere] KomachiSion commented on issue #2865: 4.0.0-RC1 jpa select result change some values and save shoud update Row Data rather then insert

2019-08-14 Thread GitBox
KomachiSion commented on issue #2865: 4.0.0-RC1 jpa select result change some values and save shoud update Row Data rather then insert URL: https://github.com/apache/incubator-shardingsphere/issues/2865#issuecomment-521206752 Other solution, I think, is add where clause with sharding colu

[GitHub] [incubator-shardingsphere] KomachiSion edited a comment on issue #2865: 4.0.0-RC1 jpa select result change some values and save shoud update Row Data rather then insert

2019-08-14 Thread GitBox
KomachiSion edited a comment on issue #2865: 4.0.0-RC1 jpa select result change some values and save shoud update Row Data rather then insert URL: https://github.com/apache/incubator-shardingsphere/issues/2865#issuecomment-521205179 It can config as groovy program, like `ds0.t_order_${0.

[GitHub] [incubator-shardingsphere] KomachiSion commented on issue #2865: 4.0.0-RC1 jpa select result change some values and save shoud update Row Data rather then insert

2019-08-14 Thread GitBox
KomachiSion commented on issue #2865: 4.0.0-RC1 jpa select result change some values and save shoud update Row Data rather then insert URL: https://github.com/apache/incubator-shardingsphere/issues/2865#issuecomment-521205179 It can config as groovy program, like `ds0.t_order_${0..100}_$

[GitHub] [incubator-shardingsphere] KomachiSion edited a comment on issue #2865: 4.0.0-RC1 jpa select result change some values and save shoud update Row Data rather then insert

2019-08-14 Thread GitBox
KomachiSion edited a comment on issue #2865: 4.0.0-RC1 jpa select result change some values and save shoud update Row Data rather then insert URL: https://github.com/apache/incubator-shardingsphere/issues/2865#issuecomment-521196220 From your example code, I find you do not config `actual

[GitHub] [incubator-shardingsphere] DongJigong edited a comment on issue #2865: 4.0.0-RC1 jpa select result change some values and save shoud update Row Data rather then insert

2019-08-14 Thread GitBox
DongJigong edited a comment on issue #2865: 4.0.0-RC1 jpa select result change some values and save shoud update Row Data rather then insert URL: https://github.com/apache/incubator-shardingsphere/issues/2865#issuecomment-52127 > From your example code, I find you do not config `actua

[GitHub] [incubator-shardingsphere] DongJigong commented on issue #2865: 4.0.0-RC1 jpa select result change some values and save shoud update Row Data rather then insert

2019-08-14 Thread GitBox
DongJigong commented on issue #2865: 4.0.0-RC1 jpa select result change some values and save shoud update Row Data rather then insert URL: https://github.com/apache/incubator-shardingsphere/issues/2865#issuecomment-52127 > From your example code, I find you do not config `actual_node`

[GitHub] [incubator-shardingsphere] KomachiSion commented on issue #2865: 4.0.0-RC1 jpa select result change some values and save shoud update Row Data rather then insert

2019-08-14 Thread GitBox
KomachiSion commented on issue #2865: 4.0.0-RC1 jpa select result change some values and save shoud update Row Data rather then insert URL: https://github.com/apache/incubator-shardingsphere/issues/2865#issuecomment-521196220 From your example code, I find you do not config `actual_node`,

[GitHub] [incubator-shardingsphere] DongJigong commented on issue #2865: 4.0.0-RC1 jpa select result change some values and save shoud update Row Data rather then insert

2019-08-14 Thread GitBox
DongJigong commented on issue #2865: 4.0.0-RC1 jpa select result change some values and save shoud update Row Data rather then insert URL: https://github.com/apache/incubator-shardingsphere/issues/2865#issuecomment-521187246 > > It turns out that the saveAll method changed nothing which a

[GitHub] [incubator-shardingsphere] KomachiSion commented on issue #2865: 4.0.0-RC1 jpa select result change some values and save shoud update Row Data rather then insert

2019-08-14 Thread GitBox
KomachiSion commented on issue #2865: 4.0.0-RC1 jpa select result change some values and save shoud update Row Data rather then insert URL: https://github.com/apache/incubator-shardingsphere/issues/2865#issuecomment-521184790 > It turns out that the saveAll method changed nothing which al

[GitHub] [incubator-shardingsphere] yangjwInRiver commented on issue #2819: How to turn off keyGenerator feature in 4.0.0-RC1 version

2019-08-14 Thread GitBox
yangjwInRiver commented on issue #2819: How to turn off keyGenerator feature in 4.0.0-RC1 version URL: https://github.com/apache/incubator-shardingsphere/issues/2819#issuecomment-521184558 ``` Logic SQL: INSERT INTO t_account_record ( id, record_no, order_no, account_no, t

[GitHub] [incubator-shardingsphere] yangjwInRiver commented on issue #2819: How to turn off keyGenerator feature in 4.0.0-RC1 version

2019-08-14 Thread GitBox
yangjwInRiver commented on issue #2819: How to turn off keyGenerator feature in 4.0.0-RC1 version URL: https://github.com/apache/incubator-shardingsphere/issues/2819#issuecomment-521184458 ``` spring: main: allow-bean-definition-overriding: true shardingsphere:

[GitHub] [incubator-shardingsphere] yangjwInRiver removed a comment on issue #2819: How to turn off keyGenerator feature in 4.0.0-RC1 version

2019-08-14 Thread GitBox
yangjwInRiver removed a comment on issue #2819: How to turn off keyGenerator feature in 4.0.0-RC1 version URL: https://github.com/apache/incubator-shardingsphere/issues/2819#issuecomment-521183940 spring: main: allow-bean-definition-overriding: true shardingsphere:

[GitHub] [incubator-shardingsphere] yangjwInRiver commented on issue #2819: How to turn off keyGenerator feature in 4.0.0-RC1 version

2019-08-14 Thread GitBox
yangjwInRiver commented on issue #2819: How to turn off keyGenerator feature in 4.0.0-RC1 version URL: https://github.com/apache/incubator-shardingsphere/issues/2819#issuecomment-521183940 spring: main: allow-bean-definition-overriding: true shardingsphere: datasou

[GitHub] [incubator-shardingsphere] yangjwInRiver removed a comment on issue #2819: How to turn off keyGenerator feature in 4.0.0-RC1 version

2019-08-14 Thread GitBox
yangjwInRiver removed a comment on issue #2819: How to turn off keyGenerator feature in 4.0.0-RC1 version URL: https://github.com/apache/incubator-shardingsphere/issues/2819#issuecomment-521183462 > spring: main: allow-bean-definition-overriding: true shardingsphere:

[GitHub] [incubator-shardingsphere] yangjwInRiver commented on issue #2819: How to turn off keyGenerator feature in 4.0.0-RC1 version

2019-08-14 Thread GitBox
yangjwInRiver commented on issue #2819: How to turn off keyGenerator feature in 4.0.0-RC1 version URL: https://github.com/apache/incubator-shardingsphere/issues/2819#issuecomment-521183462 > spring: main: allow-bean-definition-overriding: true shardingsphere: datas

[GitHub] [incubator-shardingsphere] yangjwInRiver removed a comment on issue #2819: How to turn off keyGenerator feature in 4.0.0-RC1 version

2019-08-14 Thread GitBox
yangjwInRiver removed a comment on issue #2819: How to turn off keyGenerator feature in 4.0.0-RC1 version URL: https://github.com/apache/incubator-shardingsphere/issues/2819#issuecomment-521183344 `spring: main: allow-bean-definition-overriding: true shardingsphere:

[GitHub] [incubator-shardingsphere] yangjwInRiver commented on issue #2819: How to turn off keyGenerator feature in 4.0.0-RC1 version

2019-08-14 Thread GitBox
yangjwInRiver commented on issue #2819: How to turn off keyGenerator feature in 4.0.0-RC1 version URL: https://github.com/apache/incubator-shardingsphere/issues/2819#issuecomment-521183344 `spring: main: allow-bean-definition-overriding: true shardingsphere: dataso

[GitHub] [incubator-shardingsphere] yangjwInRiver removed a comment on issue #2819: How to turn off keyGenerator feature in 4.0.0-RC1 version

2019-08-14 Thread GitBox
yangjwInRiver removed a comment on issue #2819: How to turn off keyGenerator feature in 4.0.0-RC1 version URL: https://github.com/apache/incubator-shardingsphere/issues/2819#issuecomment-521183159 `spring: main: allow-bean-definition-overriding: true shardingsphere:

[GitHub] [incubator-shardingsphere] yangjwInRiver commented on issue #2819: How to turn off keyGenerator feature in 4.0.0-RC1 version

2019-08-14 Thread GitBox
yangjwInRiver commented on issue #2819: How to turn off keyGenerator feature in 4.0.0-RC1 version URL: https://github.com/apache/incubator-shardingsphere/issues/2819#issuecomment-521183159 `spring: main: allow-bean-definition-overriding: true shardingsphere: dataso

[GitHub] [incubator-shardingsphere] ningyu1 opened a new issue #2873: How to get the results of the database fragmentation algorithm in the table fragmentation algorithm

2019-08-14 Thread GitBox
ningyu1 opened a new issue #2873: How to get the results of the database fragmentation algorithm in the table fragmentation algorithm URL: https://github.com/apache/incubator-shardingsphere/issues/2873 ## How to get the results of the database fragmentation algorithm in the table fragmenta

[GitHub] [incubator-shardingsphere] DongJigong edited a comment on issue #2865: 4.0.0-RC1 jpa select result change some values and save shoud update Row Data rather then insert

2019-08-14 Thread GitBox
DongJigong edited a comment on issue #2865: 4.0.0-RC1 jpa select result change some values and save shoud update Row Data rather then insert URL: https://github.com/apache/incubator-shardingsphere/issues/2865#issuecomment-521175238 > Sorry, I don't have full time to talk privately, I sugg

[GitHub] [incubator-shardingsphere] DongJigong commented on issue #2865: 4.0.0-RC1 jpa select result change some values and save shoud update Row Data rather then insert

2019-08-14 Thread GitBox
DongJigong commented on issue #2865: 4.0.0-RC1 jpa select result change some values and save shoud update Row Data rather then insert URL: https://github.com/apache/incubator-shardingsphere/issues/2865#issuecomment-521175238 > Sorry, I don't have full time to talk privately, I suggest you

[GitHub] [incubator-shardingsphere] betterjava commented on issue #2478: Use SPI to handle initialization of different Opentracing implements

2019-08-14 Thread GitBox
betterjava commented on issue #2478: Use SPI to handle initialization of different Opentracing implements URL: https://github.com/apache/incubator-shardingsphere/issues/2478#issuecomment-521160526 Not yet. I just have tested success for unit tests. I will test that later. -

[GitHub] [incubator-shardingsphere] tuohai666 commented on issue #2860: Access Sharing-Proxy 4.0.0RC2 with navicat return null point exception for lack of scheam

2019-08-14 Thread GitBox
tuohai666 commented on issue #2860: Access Sharing-Proxy 4.0.0RC2 with navicat return null point exception for lack of scheam URL: https://github.com/apache/incubator-shardingsphere/issues/2860#issuecomment-521159790 Can you try 4.0.0-RC2-SNAPSHOT in dev branch? --

[GitHub] [incubator-shardingsphere] KomachiSion edited a comment on issue #2865: 4.0.0-RC1 jpa select result change some values and save shoud update Row Data rather then insert

2019-08-14 Thread GitBox
KomachiSion edited a comment on issue #2865: 4.0.0-RC1 jpa select result change some values and save shoud update Row Data rather then insert URL: https://github.com/apache/incubator-shardingsphere/issues/2865#issuecomment-521158818 Sorry, I don't have full time to talk privately, I sugge

[GitHub] [incubator-shardingsphere] KomachiSion edited a comment on issue #2865: 4.0.0-RC1 jpa select result change some values and save shoud update Row Data rather then insert

2019-08-14 Thread GitBox
KomachiSion edited a comment on issue #2865: 4.0.0-RC1 jpa select result change some values and save shoud update Row Data rather then insert URL: https://github.com/apache/incubator-shardingsphere/issues/2865#issuecomment-521158818 Sorry, I don't have full time to talk privately, I sugge

[GitHub] [incubator-shardingsphere] KomachiSion commented on issue #2865: 4.0.0-RC1 jpa select result change some values and save shoud update Row Data rather then insert

2019-08-14 Thread GitBox
KomachiSion commented on issue #2865: 4.0.0-RC1 jpa select result change some values and save shoud update Row Data rather then insert URL: https://github.com/apache/incubator-shardingsphere/issues/2865#issuecomment-521158818 Sorry, I don't have full time to talk privately, I suggest you

[GitHub] [incubator-shardingsphere] DongJigong edited a comment on issue #2865: 4.0.0-RC1 jpa select result change some values and save shoud update Row Data rather then insert

2019-08-14 Thread GitBox
DongJigong edited a comment on issue #2865: 4.0.0-RC1 jpa select result change some values and save shoud update Row Data rather then insert URL: https://github.com/apache/incubator-shardingsphere/issues/2865#issuecomment-521156819 > I don't know, the information you provide is so dispers

[GitHub] [incubator-shardingsphere] DongJigong commented on issue #2865: 4.0.0-RC1 jpa select result change some values and save shoud update Row Data rather then insert

2019-08-14 Thread GitBox
DongJigong commented on issue #2865: 4.0.0-RC1 jpa select result change some values and save shoud update Row Data rather then insert URL: https://github.com/apache/incubator-shardingsphere/issues/2865#issuecomment-521156819 > I don't know, the information you provide is so dispersed, I c

[GitHub] [incubator-shardingsphere] KomachiSion edited a comment on issue #2865: 4.0.0-RC1 jpa select result change some values and save shoud update Row Data rather then insert

2019-08-14 Thread GitBox
KomachiSion edited a comment on issue #2865: 4.0.0-RC1 jpa select result change some values and save shoud update Row Data rather then insert URL: https://github.com/apache/incubator-shardingsphere/issues/2865#issuecomment-521153242 I don't know, the information you provide is so disperse

[GitHub] [incubator-shardingsphere] KomachiSion commented on issue #2865: 4.0.0-RC1 jpa select result change some values and save shoud update Row Data rather then insert

2019-08-14 Thread GitBox
KomachiSion commented on issue #2865: 4.0.0-RC1 jpa select result change some values and save shoud update Row Data rather then insert URL: https://github.com/apache/incubator-shardingsphere/issues/2865#issuecomment-521153242 I don't know, the information you provide is so isolation, I ca

[GitHub] [incubator-shardingsphere] liujuntao commented on issue #2860: Access Sharing-Proxy 4.0.0RC2 with navicat return null point exception for lack of scheam

2019-08-14 Thread GitBox
liujuntao commented on issue #2860: Access Sharing-Proxy 4.0.0RC2 with navicat return null point exception for lack of scheam URL: https://github.com/apache/incubator-shardingsphere/issues/2860#issuecomment-521152288 you can add my wechat by 7180182 ---

[GitHub] [incubator-shardingsphere] liujuntao edited a comment on issue #2860: Access Sharing-Proxy 4.0.0RC2 with navicat return null point exception for lack of scheam

2019-08-14 Thread GitBox
liujuntao edited a comment on issue #2860: Access Sharing-Proxy 4.0.0RC2 with navicat return null point exception for lack of scheam URL: https://github.com/apache/incubator-shardingsphere/issues/2860#issuecomment-521148171 Below is the error log on my mac, if necessary , you can access re

[GitHub] [incubator-shardingsphere] DongJigong edited a comment on issue #2865: 4.0.0-RC1 jpa select result change some values and save shoud update Row Data rather then insert

2019-08-14 Thread GitBox
DongJigong edited a comment on issue #2865: 4.0.0-RC1 jpa select result change some values and save shoud update Row Data rather then insert URL: https://github.com/apache/incubator-shardingsphere/issues/2865#issuecomment-521149060 > Of course, the stack is your application -> jpa -> shar

[GitHub] [incubator-shardingsphere] DongJigong edited a comment on issue #2865: 4.0.0-RC1 jpa select result change some values and save shoud update Row Data rather then insert

2019-08-14 Thread GitBox
DongJigong edited a comment on issue #2865: 4.0.0-RC1 jpa select result change some values and save shoud update Row Data rather then insert URL: https://github.com/apache/incubator-shardingsphere/issues/2865#issuecomment-521149060 > Of course, the stack is your application -> jpa -> shar

[GitHub] [incubator-shardingsphere] DongJigong edited a comment on issue #2865: 4.0.0-RC1 jpa select result change some values and save shoud update Row Data rather then insert

2019-08-14 Thread GitBox
DongJigong edited a comment on issue #2865: 4.0.0-RC1 jpa select result change some values and save shoud update Row Data rather then insert URL: https://github.com/apache/incubator-shardingsphere/issues/2865#issuecomment-521149060 > Of course, the stack is your application -> jpa -> shar

[GitHub] [incubator-shardingsphere] cherrylzhao commented on issue #2854: modify the enlistment to support the transaction propagation REQUIRES_NEW

2019-08-14 Thread GitBox
cherrylzhao commented on issue #2854: modify the enlistment to support the transaction propagation REQUIRES_NEW URL: https://github.com/apache/incubator-shardingsphere/pull/2854#issuecomment-521149343 I see, REQUIRES_NEW works on different connection to support new transaction. forward th

[GitHub] [incubator-shardingsphere] DongJigong commented on issue #2865: 4.0.0-RC1 jpa select result change some values and save shoud update Row Data rather then insert

2019-08-14 Thread GitBox
DongJigong commented on issue #2865: 4.0.0-RC1 jpa select result change some values and save shoud update Row Data rather then insert URL: https://github.com/apache/incubator-shardingsphere/issues/2865#issuecomment-521149060 > Of course, the stack is your application -> jpa -> sharding ->

[GitHub] [incubator-shardingsphere] liujuntao commented on issue #2860: Access Sharing-Proxy 4.0.0RC2 with navicat return null point exception for lack of scheam

2019-08-14 Thread GitBox
liujuntao commented on issue #2860: Access Sharing-Proxy 4.0.0RC2 with navicat return null point exception for lack of scheam URL: https://github.com/apache/incubator-shardingsphere/issues/2860#issuecomment-521148171 re-Command-13] ShardingSphere-SQL - SQLStatement: SelectStatement(super=

[GitHub] [incubator-shardingsphere] liuyangming edited a comment on issue #2854: modify the enlistment to support the transaction propagation REQUIRES_NEW

2019-08-14 Thread GitBox
liuyangming edited a comment on issue #2854: modify the enlistment to support the transaction propagation REQUIRES_NEW URL: https://github.com/apache/incubator-shardingsphere/pull/2854#issuecomment-521077760 > I have understood the nested transaction issue. > but for XA TM implement (su

[GitHub] [incubator-shardingsphere] tuohai666 commented on issue #2478: Use SPI to handle initialization of different Opentracing implements

2019-08-14 Thread GitBox
tuohai666 commented on issue #2478: Use SPI to handle initialization of different Opentracing implements URL: https://github.com/apache/incubator-shardingsphere/issues/2478#issuecomment-521143162 > @tuohai666 should I add SkywalkingTracer as default implement? It's not necessary.

[GitHub] [incubator-shardingsphere] tuohai666 commented on issue #2860: Access Sharing-Proxy 4.0.0RC2 with navicat return null point exception for lack of scheam

2019-08-14 Thread GitBox
tuohai666 commented on issue #2860: Access Sharing-Proxy 4.0.0RC2 with navicat return null point exception for lack of scheam URL: https://github.com/apache/incubator-shardingsphere/issues/2860#issuecomment-521141022 > when i add the "defaultDataSourceName: ds_0" to "config-sharding.yaml"

[GitHub] [incubator-shardingsphere] tuohai666 edited a comment on issue #2860: Access Sharing-Proxy 4.0.0RC2 with navicat return null point exception for lack of scheam

2019-08-14 Thread GitBox
tuohai666 edited a comment on issue #2860: Access Sharing-Proxy 4.0.0RC2 with navicat return null point exception for lack of scheam URL: https://github.com/apache/incubator-shardingsphere/issues/2860#issuecomment-521140566 > I used the offical example of proxy, when i use navicat to acces

[GitHub] [incubator-shardingsphere] tuohai666 commented on issue #2860: Access Sharing-Proxy 4.0.0RC2 with navicat return null point exception for lack of scheam

2019-08-14 Thread GitBox
tuohai666 commented on issue #2860: Access Sharing-Proxy 4.0.0RC2 with navicat return null point exception for lack of scheam URL: https://github.com/apache/incubator-shardingsphere/issues/2860#issuecomment-521140566 > I used the offical example of proxy, when i use navicat to access the

[GitHub] [incubator-shardingsphere] KomachiSion commented on issue #2865: 4.0.0-RC1 jpa select result change some values and save shoud update Row Data rather then insert

2019-08-14 Thread GitBox
KomachiSion commented on issue #2865: 4.0.0-RC1 jpa select result change some values and save shoud update Row Data rather then insert URL: https://github.com/apache/incubator-shardingsphere/issues/2865#issuecomment-521130891 Of course, the stack is your application -> jpa -> sharding ->

[GitHub] [incubator-shardingsphere] DongJigong commented on issue #2865: 4.0.0-RC1 jpa select result change some values and save shoud update Row Data rather then insert

2019-08-14 Thread GitBox
DongJigong commented on issue #2865: 4.0.0-RC1 jpa select result change some values and save shoud update Row Data rather then insert URL: https://github.com/apache/incubator-shardingsphere/issues/2865#issuecomment-521127747 > My example code : https://github.com/KomachiSion/shardingsphe