mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 04:18:16 +08:00
- 优化 实体数据属性 DbDefaultValue 处理;
- 修复 Expression 表达式解析 Convert 的判断 bug;
This commit is contained in:
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user