mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-12-06 17:18:54 +08:00
修复DialectRunner.count方法中,去除包含多字段order by子句的SQL语句时错误问题(issue#4066@Github)
This commit is contained in:
parent
1a6be933cc
commit
ed52beeb8e
@ -1,6 +1,5 @@
|
|||||||
package cn.hutool.v7.db;
|
package cn.hutool.v7.db.sql;
|
||||||
|
|
||||||
import cn.hutool.v7.db.sql.SqlUtil;
|
|
||||||
import org.junit.jupiter.api.Test;
|
import org.junit.jupiter.api.Test;
|
||||||
|
|
||||||
import static org.junit.jupiter.api.Assertions.assertEquals;
|
import static org.junit.jupiter.api.Assertions.assertEquals;
|
||||||
Loading…
x
Reference in New Issue
Block a user