Hi! I have 3 questions about hilo.
I can specify for each table which uses hilo where it should fetch next_hi. Say I have table A and table B. Question 1: Can I then do following? For table A <generator class="hilo"> <param name="table">hi_value</param> <param name="column">next_value_A</param> </generator> For table B <generator class="hilo"> <param name="table">hi_value</param> <param name="column">next_value_B</param> </generator> Question 2: Can I set int's minvalue -2^31 as intial value in the columns to use integers32 whole space? Would I then need to have int's minvalue as unsaved value in those mappings. Question 3: What is the default max_lo? Regards --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nhusers" 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/nhusers?hl=en -~----------~----~----~----~------~----~------~--~---
