-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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.com on 20 Jan 2014 at 9:15