terrymanu commented on issue #3075: sharding fully support with JOOQ? URL: https://github.com/apache/incubator-shardingsphere/issues/3075#issuecomment-543103697 > @terrymanu > > ``` > 2019-10-15 09:44:59.866 DEBUG 44331 --- [nio-8080-exec-2] org.jooq.tools.LoggerListener : Executing query : insert into `device` (`code`, `name`) values (?, ?) > 2019-10-15 09:44:59.867 DEBUG 44331 --- [nio-8080-exec-2] org.jooq.tools.LoggerListener : -> with bind values : insert into `device` (`code`, `name`) values ('6fd3acb0-8bb1-469e-be76-6e8f56e970d7', '2c45d9dc-a2c0-4125-81e6-a8b1def7347e') > 2019-10-15 09:44:59.889 TRACE 44331 --- [nio-8080-exec-2] org.jooq.impl.DefaultBinding : Binding variable 1 : 6fd3acb0-8bb1-469e-be76-6e8f56e970d7 (class java.lang.String) > 2019-10-15 09:44:59.889 TRACE 44331 --- [nio-8080-exec-2] org.jooq.impl.DefaultBinding : Binding variable 2 : 2c45d9dc-a2c0-4125-81e6-a8b1def7347e (class java.lang.String) > 2019-10-15 09:45:00.356 DEBUG 44331 --- [nio-8080-exec-2] org.jooq.tools.LoggerListener : Affected row(s) : 2 > ``` That is not log of shardingsphere, provide `sql.show` of shardingsphere may help to understand this issue. And I notice the sql you provided is insert sql, not create table, so it is maybe the key point of the issue. Can you provide more accurate information of this issue?
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
