Skip to content

Commit

Permalink
fix #382
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu committed Sep 19, 2017
1 parent 440b331 commit d86edb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
1. [ISSUE #370](https://github.com/dangdangdotcom/sharding-jdbc/issues/370) 使用原生自增主键调用getGeneratedKeys出错
1. [ISSUE #375](https://github.com/dangdangdotcom/sharding-jdbc/issues/375) 路由至单节点的分页第二页以后的查询取不到数据
1. [ISSUE #379](https://github.com/dangdangdotcom/sharding-jdbc/issues/379) 使用Mybatis时框架调用Connection.getMetaData()时释放连接不正确
1. [ISSUE #382](https://github.com/dangdangdotcom/sharding-jdbc/issues/382) 使用完全未配置分片策略的表无法完成查询

## 1.5.3

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ public boolean isAllInDefaultDataSource(final Collection<String> logicTables) {
return false;
}
}
return true;
return !logicTables.isEmpty();
}

/**
Expand Down

0 comments on commit d86edb8

Please sign in to comment.