Changes between Version 1 and Version 2 of Ticket #17932, comment 9


Ignore:
Timestamp:
Jun 2, 2012, 7:12:20 AM (12 years ago)
Author:
Vinay Sajip

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17932, comment 9

    v1 v2  
    1515ORA-06553: PLS-320: the declaration of the type of this expression is incomplete or malformed
    1616}}}
    17 This time it's due to a column named 'date', and just to confuse things further, the column name is accepted for the table creation itself, but fails for the trigger creation. Adding "db_column='event_date'" to the relevant model definition caused the failure to disappear.
     17This time it's due to a column named 'date', and just to confuse things further, the column name is accepted for the table creation itself, but fails for the trigger creation, even though the offending column name doesn't appear in the trigger definition. Adding "db_column='event_date'" to the relevant model definition caused the failure to disappear.
Back to Top