[GitHub] KomachiSion commented on issue #1900: springboot2.1.1 with mybatis, druid dataSource duplicate

2019-02-21 Thread GitBox
KomachiSion commented on issue #1900: springboot2.1.1 with mybatis,druid dataSource duplicate URL: https://github.com/apache/incubator-shardingsphere/issues/1900#issuecomment-466306386 > You can use `spring.main.allow-bean-definition-overriding=true` configuration to resolve this error

[GitHub] guowdxp opened a new issue #1908: In query route error

2019-02-21 Thread GitBox
guowdxp opened a new issue #1908: In query route error URL: https://github.com/apache/incubator-shardingsphere/issues/1908 ## Bug Report ### Which version of ShardingSphere did you use? 4.0.0.M1 ### Which project did you use? Sharding-JDBC or Sharding-Proxy?

[GitHub] terrymanu commented on issue #1620: what is the lifecycle of hint

2019-02-21 Thread GitBox
terrymanu commented on issue #1620: what is the lifecycle of hint URL: https://github.com/apache/incubator-shardingsphere/issues/1620#issuecomment-466278174 I still cannot get your point. I have already explain how to work for data source pool, is it clear? Can you provide a

[GitHub] terrymanu edited a comment on issue #1620: what is the lifecycle of hint

2019-02-21 Thread GitBox
terrymanu edited a comment on issue #1620: what is the lifecycle of hint URL: https://github.com/apache/incubator-shardingsphere/issues/1620#issuecomment-466277544 > for 2. User call `connection.close()`, it is another bug,db connection is managed by pool too,connection.close() should not

[GitHub] terrymanu commented on issue #1620: what is the lifecycle of hint

2019-02-21 Thread GitBox
terrymanu commented on issue #1620: what is the lifecycle of hint URL: https://github.com/apache/incubator-shardingsphere/issues/1620#issuecomment-466277544 > for 2. User call `connection.close()`, it is another bug,db connection is managed by pool too,connection.close() should not be

[GitHub] terrymanu closed issue #1844: Sharding Encryptor

2019-02-21 Thread GitBox
terrymanu closed issue #1844: Sharding Encryptor URL: https://github.com/apache/incubator-shardingsphere/issues/1844 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] terrymanu closed pull request #1860: fix: OrchestrationDataSource renew error. issue: #1773

2019-02-21 Thread GitBox
terrymanu closed pull request #1860: fix: OrchestrationDataSource renew error. issue: #1773 URL: https://github.com/apache/incubator-shardingsphere/pull/1860 This is an automated message from the Apache Git Service. To

[New API] Write configuration online into log files

2019-02-21 Thread juan pan
To write configuration online into log files will make user get configuration online, so that users can check configs or troubleshoot. Therefore, we plan to add API to control ShardingSphere writes configuration online into log files. Development todo lists: - [ ] At start up, ShardingSphere

Re: [New feature] Sharding Encryptor

2019-02-21 Thread juan pan
Hi, everyone, This task has been done almostly. The rest of work is to parse SQL to fill necessary objects, which will be done by hongJun Du. You can get more details by this issue [1]. If any problems, please contact me. Hope everything will be ok with you. [1]

[GitHub] tristaZero opened a new issue #1907: Log configuration online into log files

2019-02-21 Thread GitBox
tristaZero opened a new issue #1907: Log configuration online into log files URL: https://github.com/apache/incubator-shardingsphere/issues/1907 Log configuration online into log files - [ ] At start up, we will write configuration online into log files in the uniform format. - [ ]

[GitHub] cherrylzhao commented on issue #1882: NullPointerException while sqlRoute failed

2019-02-21 Thread GitBox
cherrylzhao commented on issue #1882: NullPointerException while sqlRoute failed URL: https://github.com/apache/incubator-shardingsphere/issues/1882#issuecomment-466227180 thanks for feedback, we'll fix it in #1878 This is

[GitHub] peak0632 commented on issue #375: sharding-jdbc单库分表查询不拆分数据表分页只能查询到第一页数据

2019-02-21 Thread GitBox
peak0632 commented on issue #375: sharding-jdbc单库分表查询不拆分数据表分页只能查询到第一页数据 URL: https://github.com/apache/incubator-shardingsphere/issues/375#issuecomment-466100340 这个问题我在最新的3.1.0版本里也同样存在呢?需要什么特殊的配置吗?我用的是springboot 2.1 + JPA + Sharding

[GitHub] terrymanu closed issue #1906: 解析mysql关键字status解析不出来?

2019-02-21 Thread GitBox
terrymanu closed issue #1906: 解析mysql关键字status解析不出来? URL: https://github.com/apache/incubator-shardingsphere/issues/1906 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] terrymanu commented on issue #1906: 解析mysql关键字status解析不出来?

2019-02-21 Thread GitBox
terrymanu commented on issue #1906: 解析mysql关键字status解析不出来? URL: https://github.com/apache/incubator-shardingsphere/issues/1906#issuecomment-466021862 **For English only**, other languages will not accept. This is an

[GitHub] cherrylzhao opened a new pull request #90: refactor example & add unit test case.

2019-02-21 Thread GitBox
cherrylzhao opened a new pull request #90: refactor example & add unit test case. URL: https://github.com/apache/incubator-shardingsphere-example/pull/90 This is an automated message from the Apache Git Service. To

[GitHub] KomachiSion commented on issue #1900: springboot2.1.1 with mybatis, druid dataSource duplicate

2019-02-21 Thread GitBox
KomachiSion commented on issue #1900: springboot2.1.1 with mybatis,druid dataSource duplicate URL: https://github.com/apache/incubator-shardingsphere/issues/1900#issuecomment-465945518 You can use `spring.main.allow-bean-definition-overriding=true` configuration to resolve this error

[GitHub] KomachiSion commented on issue #1900: springboot2.1.1 with mybatis, druid dataSource duplicate

2019-02-21 Thread GitBox
KomachiSion commented on issue #1900: springboot2.1.1 with mybatis,druid dataSource duplicate URL: https://github.com/apache/incubator-shardingsphere/issues/1900#issuecomment-465944854 @imhager, As my test, ShardingSphere supports 2.1.1.RELEASE spring boot. The error because the

[GitHub] winrunwang commented on issue #1906: 解析mysql关键字status解析不出来?

2019-02-21 Thread GitBox
winrunwang commented on issue #1906: 解析mysql关键字status解析不出来? URL: https://github.com/apache/incubator-shardingsphere/issues/1906#issuecomment-465939563 版本号是Sharding-Sphere 3.0.0.M4 This is an automated message from the Apache

[GitHub] winrunwang opened a new issue #1906: 解析mysql关键字status解析不出来?

2019-02-21 Thread GitBox
winrunwang opened a new issue #1906: 解析mysql关键字status解析不出来? URL: https://github.com/apache/incubator-shardingsphere/issues/1906 是否是个BUG? 我翻看源代码查到parseSelectItemAlias这个类里面getCustomizedAvailableKeywordsForSelectItemAlias这个方法里面没有加入MySQLKeyword.STATUS. 目前还不确定是否是个BUG。 希望解答

[GitHub] tristaZero opened a new pull request #1905: Modify QueryResultSet for encryting and decrypting

2019-02-21 Thread GitBox
tristaZero opened a new pull request #1905: Modify QueryResultSet for encryting and decrypting URL: https://github.com/apache/incubator-shardingsphere/pull/1905 Fixes #1844 . This is an automated message from the