google-code-export / django-pyodbc

Automatically exported from code.google.com/p/django-pyodbc
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Creating models with BigInteger Fields #98

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments:

GoogleCodeExporter commented 9 years ago
See issue#64 and issue#91

Original comment by djfis...@gmail.com on 6 Dec 2010 at 6:52

GoogleCodeExporter commented 9 years ago

Original comment by vcc.ch...@gmail.com on 24 Mar 2011 at 4:53