google-code-export / karkas

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

Column name = Table name #45

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
TableName->CustomerDebt -> could be CustomerDebt
ColumnName->CustomerDebt -> could be CustomerDebtProperty olarak yapıldı

Original comment by ati.ozgur on 17 Oct 2008 at 12:00