- 修复 Oracle Dbfirst 字段可空的判断 bug;

This commit is contained in:
28810
2019-12-12 17:19:32 +08:00
parent cb074e7f0d
commit 76b613709e
20 changed files with 2630 additions and 234 deletions

View File

@ -245,6 +245,8 @@ namespace FreeSql.Tests
[Fact]
public void Test02()
{
g.sqlite.Update<TestIgnoreDefaultValue>(Guid.Empty).Set(a => a.ct1 == a.ct2).ExecuteAffrows();
g.sqlite.Insert(new otot1 { name = "otot1_name1" }).ExecuteAffrows();
var otolst1 = g.sqlite.Select<otot1>()