MountainClimb / datanucleus-appengine

Automatically exported from code.google.com/p/datanucleus-appengine
0 stars 0 forks source link

Silent field collisions with embedded classes #148

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
If the owning classes has a field named val and an embedded field also has
a field named val with no override for the column name, the embedded field
named val gets written with a property name of val_0.  We should detect
this as part of metadata validation.

Original issue reported on code.google.com by max.r...@gmail.com on 20 Oct 2009 at 10:28