AlexKerman

Results 2 issues of AlexKerman

This PR make table alias accessible in data reader. Ref #1521

When used multiple joins to the same table there no way to find out which alias current column belongs to. `SELECT * FROM Orders o LEFT JOIN Users u1 ON...