ssteenkiste / nettiers

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

Cannot implicitly convert type on Codesmith 5 #400

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create non-uniq index on PK column
2. Generate sources with nettiers 2.3.1 and codesmith 5
3. Try to build generated source.

What is the expected output? What do you see instead?
Expected: build success.
Instead: build errors like:
Cannot implicitly convert type 'MYNAMESPACE.Entities.TList<my_table_type>' to 
'MYNAMESPACE.Entities.my_table_type' 
on each table where exists non-uniq index on PK column.

What version of .netTiers and CodeSmith are you using?
nettiers 2.2, 2.3.1
codesmith 5.

Please use labels and text to provide additional information.
In codesmith 4 where is no such problem with same versions of nettiers.

Original issue reported on code.google.com by kinguru2...@gmail.com on 20 Sep 2011 at 7:59