Hi, I'm using mapping by code to create a many to many relation between two entities. When nhibernate generates the schema it creates an EntityEntity table with three columns named: "a_key", "elt" and "b_key". This appears to be a bug as there are two references to the same table and one to the other. Trying to use the table in this way will result in an error. I have been trying for hours to fix this but I am somehow unable to do so.
Has anyone encountered this (newest version of NHibernate) and what is the solution? -- You received this message because you are subscribed to the Google Groups "nhusers" group. To view this discussion on the web visit https://groups.google.com/d/msg/nhusers/-/wvxV070Uqz4J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
