So I'll convert: backends/ado_mssql/creation.py: 'AutoField': 'int IDENTITY (1, 1)', 'PositiveIntegerField': 'int CONSTRAINT [CK_int_pos_%(column)s] CHECK ([%(column)s] > 0)',
to: 'AutoField': 'bigint IDENTITY (1, 1)', 'PositiveIntegerField': 'bigint CONSTRAINT [CK_int_pos_%(column)s] CHECK ([%(column)s] > 0)', And see if it works... Here goes nothing!?! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@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-users -~----------~----~----~----~------~----~------~--~---