Re: [CDBI] 64 bit serial IDs?
Carlos Vicente <cvicente-zZ82ZiX1S8l+u43qRgrggVnYRNhDb3e+9nwVQlTi/[email protected]> Thu, 04 Nov 2010 09:30:26 -0700
| Newsgroups | gmane.comp.lang.perl.modules.class-dbi |
|---|---|
| Message-ID | <[email protected]> |
On 11/4/10 8:03 AM, Bill Moseley wrote: > On Wed, Nov 3, 2010 at 9:30 PM, Carlos Vicente < > cvicente-zZ82ZiX1S8l+u43qRgrggVnYRNhDb3e+9nwVQlTi/[email protected]> wrote: > >> Hi all, >> >> I was wondering what it would take to be able to use 64-bit integers for >> tables' IDs. I have this application whose tables have a lot of churn, >> and their IDs are quite possibly going to reach the (unsigned) 32-bit >> integer maximum soon, which I'd like to avoid, of course. >> >> Would it be possible to patch CDBI to achieve this, and if so, would the >> author (is it still Tony?) accept the patch? >> > > Does CDBI not currently support this? > Well, it appears it does ;-) Never mind. I was assuming it didn't, and hadn't tested it. Many thanks. cv