mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
UrlBuilder的toURI方法将url重复编码
This commit is contained in:
@@ -132,4 +132,10 @@ public class DbTest {
|
||||
return ps;
|
||||
}), new EntityListHandler());
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void findWithDotTest() throws SQLException {
|
||||
Db.use().find(Entity.create("user").set("a.b", "1"));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user