Found another problem - Fluent NHibernate not supports nullable types
as Id's (I prefer null instead of 0 for unsaved values)

throws exception - Identity type must be integral (int, long, uint,
ulong).

So need to change IdentityGenerationStrategyBuilder.isIntegralType to
add nullables (and I think also need to change the same for Guid and
string).

Also note that IdentityGenerationStrategyBuilder has camelcase - java-
style - method names (start with small letters), another code, that I
saw in Fluent NHibernate use default PascalCase style.

If needed, I can contribute changes for this.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Fluent NHibernate" group.
To post to this group, send email to fluent-nhibernate@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/fluent-nhibernate?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to