We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 529c877 commit 900783eCopy full SHA for 900783e
src/SmartSql.Test.Unit/DbSessions/SqlMapperTest.cs
@@ -65,7 +65,7 @@ public void DbNullToDefaultEntity()
65
{
66
var entity = SqlMapper.QuerySingle<IgnoreDbNullEntity>(new RequestContext
67
68
- RealSql = "SELECT Top (1) T.* From T_DbNullToDefaultEntity T"
+ RealSql = "SELECT Top (1) T.* From T_IgnoreDbNullEntity T"
69
});
70
Assert.Equal(0, entity.DbNullId);
71
}
0 commit comments