What steps will reproduce the problem?
1. Create a model with a BigInteger field
2. run python manage.py syncdb
3. The bigint field was not created in the table
What version of the product are you using? On what operating system?
trunk r183 on RHEL5.5
Please provide any additional information below.
My attached patch will create the table properly. However, there are still
problems saving data to biginteger fields. Fetching the data out works fine,
but it will convert to a signed 32-bit integer before saving. There are also
other issues with bigints #64 #91
Original issue reported on code.google.com by djfis...@gmail.com on 6 Dec 2010 at 6:50
Original issue reported on code.google.com by
djfis...@gmail.com
on 6 Dec 2010 at 6:50Attachments: