提交 ffaf076c authored 作者: 宋勇's avatar 宋勇

http 参数名称 ,修改 达梦table 名称大小写 bug

上级 67193dbc
......@@ -36,7 +36,7 @@ public class HttpOptionRule {
.withDescription("the default port to use for connections");
public static final Option<Integer> REQUEST_PARAMS =
Options.key("requestparams")
Options.key("requestParams")
.intType()
.noDefaultValue()
.withDescription("the default port to use for connections");
......
......@@ -171,7 +171,7 @@ public class DamengJdbcDataSourceChannel implements DataSourceChannelExt {
String sql =
" select * from SYSCOLUMNS where id in (select id from SYSOBJECTS where name='"
+ table.toUpperCase()
+ table
+ "')";
Statement statement = connection.createStatement();
ResultSet resultSet = statement.executeQuery(sql);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论