@@ -980,7 +980,7 @@ public void TestFieldsAndPrivates()
}
publicvoidExecuteReader()
{
vardt=newDataTable();
...
...
@@ -1208,14 +1208,14 @@ public void TestDbString()
{
varobj=connection.Query("select datalength(@a) as a, datalength(@b) as b, datalength(@c) as c, datalength(@d) as d, datalength(@e) as e, datalength(@f) as f",
@@ -1518,15 +1518,15 @@ public void ParentChildIdentityAssociations()
varlookup=newDictionary<int,Parent>();
varparents=connection.Query<Parent,Child,Parent>(@"select 1 as [Id], 1 as [Id] union all select 1,2 union all select 2,3 union all select 1,4 union all select 3,5",