- 优化 实体数据属性 DbDefaultValue 处理;

- 修复 Expression 表达式解析 Convert 的判断 bug;
This commit is contained in:
28810
2019-05-24 18:11:27 +08:00
parent d54b245ba5
commit 5d734052df
9 changed files with 32 additions and 14 deletions

View File

@ -126,7 +126,7 @@ namespace FreeSql.Tests {
[Fact]
public void Test1() {
g.sqlite.CodeFirst.SyncStructure<TestEnumable>();
Assert.Throws<Exception>(() => g.sqlite.CodeFirst.SyncStructure<TestEnumable>());
var TestEnumable = new TestEnumable();