[GitHub] [incubator-shardingsphere] dongzl commented on issue #3852: shardingjdcb 4.0.0-rc2 cannot convert sqlserver timestamp field

2020-01-14 Thread GitBox
dongzl commented on issue #3852: shardingjdcb 4.0.0-rc2 cannot convert 
sqlserver timestamp field
URL: 
https://github.com/apache/incubator-shardingsphere/issues/3852#issuecomment-574463554
 
 
   This problem has been fixed on 4.0.0-RC3 version, The 4.0.0-RC2 data masking 
cause this bug.


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] dongzl commented on issue #3852: shardingjdcb 4.0.0-rc2 cannot convert sqlserver timestamp field

2020-01-09 Thread GitBox
dongzl commented on issue #3852: shardingjdcb 4.0.0-rc2 cannot convert 
sqlserver timestamp field
URL: 
https://github.com/apache/incubator-shardingsphere/issues/3852#issuecomment-572483235
 
 
   Hi @tuohai666 , I debug this problem, at sqlserver database, `timestamp` 
column type is binary type, I think it should deal with 
`ResultSet.getBinaryStream()`, but now ShardingSphere deal with 
`ResultSet.getBlob()`.


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] dongzl commented on issue #3852: shardingjdcb 4.0.0-rc2 cannot convert sqlserver timestamp field

2020-01-08 Thread GitBox
dongzl commented on issue #3852: shardingjdcb 4.0.0-rc2 cannot convert 
sqlserver timestamp field
URL: 
https://github.com/apache/incubator-shardingsphere/issues/3852#issuecomment-572426774
 
 
   > > Can you analysis why `sqlserver.jdbc.ServerDTVIpml.getValue` cause this 
problem.
   > > My test code don't meet this problem.
   > 
   > If you can run successfully. Maybe my environment has some problems.
   
   I only create a simple project, I don't meet the exception, If you can't 
slove it finally, we can communicate with WeChat, you can send your WeChat 
account to my email `dzllike...@163.com`.


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] dongzl commented on issue #3852: shardingjdcb 4.0.0-rc2 cannot convert sqlserver timestamp field

2020-01-08 Thread GitBox
dongzl commented on issue #3852: shardingjdcb 4.0.0-rc2 cannot convert 
sqlserver timestamp field
URL: 
https://github.com/apache/incubator-shardingsphere/issues/3852#issuecomment-572418708
 
 
   Can you analysis why `sqlserver.jdbc.ServerDTVIpml.getValue` cause this 
problem.
   
   My test code don't meet this problem.


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] dongzl commented on issue #3852: shardingjdcb 4.0.0-rc2 cannot convert sqlserver timestamp field

2020-01-08 Thread GitBox
dongzl commented on issue #3852: shardingjdcb 4.0.0-rc2 cannot convert 
sqlserver timestamp field
URL: 
https://github.com/apache/incubator-shardingsphere/issues/3852#issuecomment-572403848
 
 
   @zzeverglow , I create a test environment,
   - SQLSERVER2012
   - JDBC Driver version: 7.4.1.jre 8 & 7.2.2.jre8
   I create a table with timestamp field, and jpa's entity bean column is 
`java.sql.Timestamp`,
   
   I test RC2 and RC3, They are OK!
   
   Can you provide your table structure态entity bean and query sql?
   
   It is best that you can provide a test project(remove company business code) 
and reappear this problem. Thanks.


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] dongzl commented on issue #3852: shardingjdcb 4.0.0-rc2 cannot convert sqlserver timestamp field

2020-01-04 Thread GitBox
dongzl commented on issue #3852: shardingjdcb 4.0.0-rc2 cannot convert 
sqlserver timestamp field
URL: 
https://github.com/apache/incubator-shardingsphere/issues/3852#issuecomment-570836269
 
 
   @zzeverglow , what's your sqlserver version and the table structure info, 
can you provide a github project about this problem, I will recurrent the 
problem on my dev environment. Thanks.


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] dongzl commented on issue #3852: shardingjdcb 4.0.0-rc2 cannot convert sqlserver timestamp field

2020-01-02 Thread GitBox
dongzl commented on issue #3852: shardingjdcb 4.0.0-rc2 cannot convert 
sqlserver timestamp field
URL: 
https://github.com/apache/incubator-shardingsphere/issues/3852#issuecomment-570431553
 
 
   JDK 1.8 is OK, you can paste the rc3's exception.


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] dongzl commented on issue #3852: shardingjdcb 4.0.0-rc2 cannot convert sqlserver timestamp field

2020-01-02 Thread GitBox
dongzl commented on issue #3852: shardingjdcb 4.0.0-rc2 cannot convert 
sqlserver timestamp field
URL: 
https://github.com/apache/incubator-shardingsphere/issues/3852#issuecomment-570427785
 
 
   Hi, @zzeverglow  can you try rc3 version?


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services