Anyone getting syncdb to work with Oracle and the current django
trunk?
My tables are generated, then...
...blah blah...
File "/dept/training/lib/python2.4/site-packages/django/db/backends/
oracle/base.py", line 122, in execute
return Database.Cursor.execute(self, query, params)
cx_Oracle.DatabaseError: ORA-01400: cannot insert NULL into
("LOIS_DJANGO"."DJANGO_CONTENT_TYPE"."ID")
It seems like the triggers for the "django tables" are never created.
Anyone see this kind of problem? Is anyone using django and the
current trunk in production or heavy development?
David
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---