Changes between Initial Version and Version 1 of Ticket #17015


Ignore:
Timestamp:
Oct 7, 2011, 12:03:19 PM (13 years ago)
Author:
Aymeric Augustin
Comment:

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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17015 – Description

    initial v1  
     1{{{
    12File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/django/db/backends/oracle/base.py", line 631, in execute
    23    return self.cursor.execute(query, self._param_generator(params))
    34django.db.utils.IntegrityError: ORA-01400: cannot insert NULL into ("SMS2WLN"."AUTH_PERMISSION"."ID")
    4 
     5}}}
    56
    67I saw its fixed but I am getting it again in 1.3.1  and my cx_Oracle is 5.1
Back to Top