Export to GitHub

django-pyodbc - issue #98

Creating models with BigInteger Fields


Posted on Dec 6, 2010 by Grumpy Dog

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

Attachments

Comment #1

Posted on Dec 6, 2010 by Grumpy Dog

See issue#64 and issue#91

Comment #2

Posted on Mar 24, 2011 by Swift Panda

(No comment was entered for this change.)

Status: Accepted

Labels:
Type-Defect Priority-Medium