@@ -1830,15 +1830,15 @@ public void ParentChildIdentityAssociations()
...
@@ -1830,15 +1830,15 @@ public void ParentChildIdentityAssociations()
varlookup=newDictionary<int,Parent>();
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",
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",