henkmollema/Dommel

DatabaseGeneratedOption.None not working

VillaltaJose opened this issue · 4 comments

When using a custom primary key (in most cases varchar keys), dommel tries to put an auto increment key ignoring the SetGeneratedOption(DatabaseGeneratedOption.None) property.

I'm having the same issue here

What do you mean with SetGeneratedOption(DatabaseGeneratedOption.None)? Can you share an example of your model configuration?

There is a test case which verifies this behavior. Please let me know if it's still not working for you.