Hi,
we have some default values in our database (set when the insert is made), but Entity Developer apparently does not handle this.
In theory this should set the "Generated" property to "Insert".
Have I missed something, or is this actually a bug?
Thanks.
Default values?
Not exactly. If you mark the property as "Generated=Insert", its value will be never passed to the database even if you initialize it in your code.picrap wrote:In theory this should set the "Generated" property to "Insert".
http://knol.google.com/k/nhibernate-cha ... Properties:
"Properties marked as generated must additionally be non-insertable and non-updateable."