Opened 13 years ago

Last modified 9 years ago

#17015 closed Bug

python manage.py syncdb — at Version 1

Reported by: anonymous Owned by: nobody
Component: Database layer (models, ORM) Version: 1.3
Severity: Normal Keywords: oracle, trigger
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Aymeric Augustin)

File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/django/db/backends/oracle/base.py", line 631, in execute
    return self.cursor.execute(query, self._param_generator(params))
django.db.utils.IntegrityError: ORA-01400: cannot insert NULL into ("SMS2WLN"."AUTH_PERMISSION"."ID")

I saw its fixed but I am getting it again in 1.3.1 and my cx_Oracle is 5.1

I am new to python and django...please help.

Change History (1)

comment:1 by Aymeric Augustin, 13 years ago

Description: modified (diff)

This appears to be the same problem as #16454, which I never managed to reproduce.

Note: See TracTickets for help on using tickets.
Back to Top