sapiens / SqlFu

Fast and versatile .net core data mapper/micro-orm
Other
229 stars 50 forks source link

PagedQuery multiple table select bug fix. #85

Closed mateanticevic closed 8 years ago

mateanticevic commented 8 years ago

When generating a paged sql query it was not possible to select multiple tables. Solution: removed table identifiers from the top select.

sapiens commented 8 years ago

I've included manually your fix. Thank you!