mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-12-27 02:15:48 +08:00
- 优化 pgsql DbFirst 序列的识别,以及 pgsql10 的自增识别;
This commit is contained in:
@@ -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();
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user