Open GoogleCodeExporter opened 8 years ago
sure ... but someone is going to have to submit a patch
Original comment by sam.saff...@gmail.com
on 20 Jul 2011 at 12:42
I've been through the file this morning and updated it to accommodate the extra
joins, so at least I can take advantage of that in my current projects.
Unfortunately I don't know about GitHub / submitting patches etc, so will just
attach the version I made the changes to earlier, in case it's of any use.
Original comment by marcus.s...@gmail.com
on 20 Jul 2011 at 1:05
...with attachment!
Original comment by marcus.s...@gmail.com
on 20 Jul 2011 at 1:06
Attachments:
Dude, see issue 50 and vote it :)
Original comment by sdsilve...@gmail.com
on 2 Dec 2011 at 12:05
@Marcus I am using your edited SqlMapper, thanks :)
However you should update line 1559 with:
var identity = this.identity.ForGrid(typeof(TReturn), new Type[] {
typeof(TFirst),
typeof(TSecond),
typeof(TThird),
typeof(TFourth),
typeof(TFifth),
typeof(TSixth),
typeof(TSeventh),
typeof(TEighth),
typeof(TNinth),
typeof(TTenth)
}, gridIndex);
You didn't cater for all the new generic params there :)
Attached is my version supporting 10 multi-mappings as at Dapper release
16-Nov-11.
Original comment by grahamon...@gmail.com
on 5 Dec 2011 at 2:50
Attachments:
@graham: Thanks a lot for highlighting this, it must have slipped through the
net.
Original comment by marcus.s...@gmail.com
on 12 Dec 2011 at 9:35
Issue 73 has been merged into this issue.
Original comment by sam.saff...@gmail.com
on 19 Dec 2011 at 12:51
Original issue reported on code.google.com by
marcus.s...@gmail.com
on 19 Jul 2011 at 12:18