[DISCUSS] Towards ShardingSphere 4.0.0-RC3

2019-10-10 Thread Juan Pan
Hi ShardingSphere community, It's been around 2 months since the last release. There's been many of PRs merged into our dev branch, and issues solved. So I'd like to use this as an opportunity to discuss our next release. What's more, i am happy to be release manager for our next release.

Re:Re:[ISSUE] Can't getClob for LongVarchar type data.

2019-10-10 Thread Sion Yang
Getting value accroding to target type in StreamQueryResult has completed.Pull Request is #3208 https://github.com/apache/incubator-shardingsphere/pull/3208 -- Yi Yang(Sion) Apache ShardingSphere 在 2019-10-10 15:34:58,"sunbufu" 写道: >I am agree with Yi Yang, I want to handle the `Clob`

Re:[ISSUE] Can't getClob for LongVarchar type data.

2019-10-10 Thread sunbufu
I am agree with Yi Yang, I want to handle the `Clob` conversion. | | sunbufu | | 邮箱:sunyoub...@163.com email:sunb...@apache.com | 签名由网易邮箱大师定制 On 10/10/2019 15:25,Sion Yang wrote: Hi all the contributors and committers,Recently, some of issues like #2956[1] #3017[2] feedback exception when

Re:[ISSUE] Can't getClob for LongVarchar type data.

2019-10-10 Thread Sion Yang
[1] issue#2956 https://github.com/apache/incubator-shardingsphere/issues/2956 [2] issue#2956 https://github.com/apache/incubator-shardingsphere/issues/3017 -- Yi Yang(Sion) Apache ShardingSphere At 2019-10-10 15:25:59, "Sion Yang" wrote: >Hi all the contributors and committers,Recently,

[ISSUE] Can't getClob for LongVarchar type data.

2019-10-10 Thread Sion Yang
Hi all the contributors and committers,Recently, some of issues like #2956[1] #3017[2] feedback exception when getClob for longVarchar type data.After investigation, this problem is be caused by getting value according to the metadata.ShardingSphere use `getString` to get LongVarchar type data,