Changes between Version 3 and Version 4 of Ticket #11706
- Timestamp:
- Aug 17, 2009, 10:42:28 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11706 – Description
v3 v4 3 3 {{{ 4 4 Oracle Error :: ORA-22816 5 unsupported feature with RETURNING clause 5 6 6 unsupported feature with RETURNING clause7 7 Cause 8 RETURNING clause is currently not supported for object type 9 columns, LONG columns, remote tables, INSERT with subquery, and 10 INSTEAD OF Triggers. 8 11 9 RETURNING clause is currently not supported for object type columns, LONG columns, remote tables, INSERT with subquery, and INSTEAD OF Triggers.10 12 Action 11 12 Use separate select statement to get the values." 13 14 at least in version 9isupported only in Oracle 10g and later, so effectively Django 1.1 will no longer work on Oracle 9i because INSERT statements will fail with "ORA-22816: unsupported feature with RETURNING clause. 13 Use separate select statement to get the values. 15 14 }}} 16 15