mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-08-05 23:52:26 +08:00
- 修复 Oracle Dbfirst 字段可空的判断 bug;
This commit is contained in:
@ -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>()
|
||||
|
Reference in New Issue
Block a user