增加达梦数据库方言

This commit is contained in:
Looly
2024-02-22 12:12:02 +08:00
parent 90ff9dc344
commit 5dd8d51f7a
3 changed files with 20 additions and 23 deletions

View File

@@ -2,6 +2,7 @@ package cn.hutool.db;
import org.junit.Assert;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;
import java.sql.SQLException;
@@ -27,6 +28,7 @@ public class DmTest {
}
@Test
@Ignore
public void upsertTest() throws SQLException {
Db db = Db.use(DS_GROUP_NAME);
db.upsert(Entity.create("test").set("a", 1).set("b", 111), "a");