提交 22f3d49f 编写于 作者: 杨翊 SionYang 提交者: Liang Zhang

For #3311, get origin value for tinyint(1) instead of boolean for sharding-proxy (#3338)

上级 201e2071
......@@ -73,6 +73,7 @@ public final class JDBCRawBackendDataSourceFactory implements JDBCBackendDataSou
config.addDataSourceProperty("elideSetAutoCommits", Boolean.TRUE.toString());
config.addDataSourceProperty("maintainTimeStats", Boolean.FALSE.toString());
config.addDataSourceProperty("netTimeoutForStreamingResults", 0);
config.addDataSourceProperty("tinyInt1isBit", Boolean.FALSE.toString());
return new HikariDataSource(config);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册