UrlBuilder的toURI方法将url重复编码

This commit is contained in:
Looly
2022-08-09 21:14:49 +08:00
parent c4a33819b3
commit 0fdec254ed
4 changed files with 25 additions and 6 deletions

View File

@@ -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"));
}
}