lecosson / assql

Automatically exported from code.google.com/p/assql
0 stars 0 forks source link

ResultSet getRows() issue. When selecting two fields of the same name (table1.id, table2.id) from two tables with a join statement will cause the latter field to overwrite the existing one #86

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. select two fields with the same name from two tables
2. left join the tables on their linking value perhaps not id
3.

What is the expected output? What do you see instead?
possibly you can add a predefined prefix to any elements that have already 
occurred

Please use labels and text to provide additional information.

Original issue reported on code.google.com by jwbe...@gmail.com on 22 Jul 2009 at 12:31