Re: When happens when maximum value of primary key is passed ?
Tobias Downer <[email protected]>
| Newsgroups | gmane.comp.db.mckoi |
|---|---|
| Message-ID | <[email protected]> |
For a sequence, Mckoi will wrap on Long (64-bit) precision. This typically should not be an issue. Even with millions of keys being consumed a second it would take thousands of years to wrap. Mckoi will not allow the same key to occur twice in a primary key column so an error would result in a wrap. Toby. John Zoetebier wrote: > I wonder what McKoi does when the maximum value of the primary key is passed ? > Does it throw an error ? > Does it wrap around and start with 1 again ? > --------------------------------------------------------------- Mckoi SQL Database mailing list http://www.mckoi.com/database/ To unsubscribe, send a message to [email protected]