Not really a issue but an improvment.
Iam using Dapper and querying multiple related tables (join with pagging).
With sql server 2008 (doesn't support new feature Offset of SQL server 2012),
as I have some columns of different tables i get an error executing the query.
My solution would be an implementation for column alias support.
There exists any other solution?
Thanks for this great library.
Original issue reported on code.google.com by
xoli...@gmail.comon 20 Jan 2014 at 9:15