Felix Ingram wrote:
> On 8/22/06, Jeremy Dunck <[EMAIL PROTECTED]> wrote:
> >
> > I'd like an integer field larger than postgresql's integer (2^31).
> >
> > Any interest in a patch for BigIntegerField?
>
> Matt Croydon submitted a patch a while ago:
> http://code.djangoproject.com/ticket/399
>
> It might need a bump.
>
> Felix

Coincidentally, I was working on this issue today, as I also need the
BigIntegerField functionality. Matt Croydon patch is now quite dated
for the existing codebase. I have updated ticket #399 with the new
patch. It is called bigint_patch_06aug06.txt. Since I am most familiar
with MySQL, I modified the backend code for MySQL. The changes for
Oracle, postgres, sqlite, etc. should be minimal.
I have done some simple tests. Please take it out for a spin.

Gopal


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers
-~----------~----~----~----~------~----~------~--~---

Reply via email to