What steps will reproduce the problem?
1. If name of the table is the same with the column name, this causes
compile time error.
What is the expected output? What do you see instead?
current;
TableName->CustomerDebt -> CustomerDebt
ColumnName->CustomerDebt -> CustomerDebt
expected;
TableName->CustomerDebt -> could be CustomerDebt
ColumnName->CustomerDebt -> could be CustomerDebtColumn
Original issue reported on code.google.com by sacos...@gmail.com on 13 Oct 2008 at 8:01
Original issue reported on code.google.com by
sacos...@gmail.com
on 13 Oct 2008 at 8:01