Changes between Version 1 and Version 2 of Ticket #17932, comment 9
- Timestamp:
- Jun 2, 2012, 7:12:20 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17932, comment 9
v1 v2 15 15 ORA-06553: PLS-320: the declaration of the type of this expression is incomplete or malformed 16 16 }}} 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.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, 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.