- 优化 pgsql DbFirst 序列的识别,以及 pgsql10 的自增识别;

This commit is contained in:
28810
2020-08-02 20:00:39 +08:00
parent 552926dd96
commit 51c6a733bc
11 changed files with 78 additions and 10 deletions

View File

@@ -23,6 +23,8 @@ namespace FreeSql.Tests.PostgreSQL
var tb_alltype = t2.Where(a => a.Name == "tb_alltype").FirstOrDefault();
var tb_identity = t2.Where(a => a.Name == "test_new").FirstOrDefault();
}
}
}