[issue5105] sqlite3.Row class, handling duplicate column names resulting from a SQL join

2009-01-30 Thread Brandon Adams
Brandon Adams sockonaf...@gmail.com added the comment: Ah, that's it. Thanks for the tip, this issue can be closed now. ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5105

[issue5105] sqlite3.Row class, handling duplicate column names resulting from a SQL join

2009-01-29 Thread Brandon Adams
New submission from Brandon Adams sockonaf...@gmail.com: When using sqlite3.Row as the row_factory for a sqlite3 connection and performing a SQL join that returns rows from two or more tables with identical column names, the returned sqlite3.Row object contains duplicate keys. Subsequently