Hi James, ----- Original Message ----- From: "James Nyika" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, May 31, 2003 6:43 PM Subject: Re: Sequence auto-increment for long
> Hi > > i came across this in the RC3 release notes : > > - adapt sequence manager implementations using 'long' instead 'int' > keys > > Does this mean that the sequence managers that go against the database > to grab a bunch of sequences can now do so > for Long and Integer types ? > > ie.. so that my PKs in Java can now be of type Long.class ? Yep! Now the sequence manager implementations using Long behind the scenes instead Integer. regards, Armin > > i was really worried that my application would at some point run out > of sequences because it is 'insert-heavy' (lots of little data is > written to some of my tables) > > if this is so.. that would be spectacular. > > James > > James Nyika > Cambridge Technology Partners > The global eServices company of Novell, Inc. > http://www.novell.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
