You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2019/10/21 07:57:40 UTC

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

tuohai666 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-544395611
 
 
   @Myshiner I have tested too, it works. Can you double check your configuration?
   My configuration likes:
   
   dataSources:
     ds_0:
       url: jdbc:mysql://127.0.0.1:3306/demo_ds_0?serverTimezone=UTC&useSSL=false&**tinyInt1isBit=false**
       username: root
       password:
       connectionTimeoutMilliseconds: 30000
       idleTimeoutMilliseconds: 60000
       maxLifetimeMilliseconds: 1800000
       maxPoolSize: 50
     ds_1:
       url: jdbc:mysql://127.0.0.1:3306/demo_ds_1?serverTimezone=UTC&useSSL=false&**tinyInt1isBit=false**
       username: root
       password:
       connectionTimeoutMilliseconds: 30000
       idleTimeoutMilliseconds: 60000
       maxLifetimeMilliseconds: 1800000
       maxPoolSize: 50

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services