Closed GoogleCodeExporter closed 8 years ago
Confirmed this happens with any SQL, not just the SQL provided in "createdb.txt"
Original comment by charlesn...@gmail.com
on 1 Oct 2013 at 4:20
I've looked at the code for this, and this happens because simple query methods
manage the connection state but the multimap methods do not.
Original comment by matt.ham...@gmail.com
on 19 Nov 2013 at 3:21
For completeness sake it looks like `Execute` queries *also* don't manage the
connection state.
http://stackoverflow.com/questions/21285341/why-does-dapper-open-for-query-but-n
ot-execute/21286354?noredirect=1#21286354
Original comment by cpf...@valetude.com
on 22 Jan 2014 at 3:14
This has been fixed for quite some time
Original comment by marc.gravell
on 5 Aug 2014 at 3:46
Thank you, Marc. Writing OSS can be thankless work, but I really, really enjoy
Dapper and find it so elegantly designed that I'd use the word, "Beautiful."
Original comment by charlesn...@gmail.com
on 5 Aug 2014 at 4:04
Original issue reported on code.google.com by
charlesn...@gmail.com
on 23 Sep 2013 at 9:16Attachments: