Hi,
I am running R530 off the svn mirror.
When fluently mapping the POID generator strategy to be HiLo, why is the max_lo
value a mandatory argument, and why is it a string?
Are there any reason not to make it possible to run with the NH default value
for max_lo?
Possible:
=======
Id(blog => blog.Id).GeneratedBy.HiLo("100");
<id name=”Id” type="int">
<generator class="hilo">
<param name="max_lo">100</param>
</generator>
</id>
Not possible
=========
Id(blog => blog.Id).GeneratedBy.HiLo();
<id name=”Id” type="int">
<generator class="hilo"/>
</id>
Always happy to provide a patch.
Regards
Maxild
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Fluent NHibernate" group.
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/fluent-nhibernate?hl=en
-~----------~----~----~----~------~----~------~--~---