Changes between Initial Version and Version 2 of Ticket #20647
- Timestamp:
- Aug 14, 2014, 9:01:25 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20647
- Property Triage Stage Unreviewed → Accepted
- Property Resolution → duplicate
- Property Status new → closed
-
Ticket #20647 – Description
initial v2 1 1 Doing anything that would get a string representation of any QuerySet that has been selected for update (.select_of_update()) on oracle backend causes the following stacktrace 2 2 {{{#!python 3 3 Traceback (most recent call last): 4 4 File "<stdin>", line 1, in <module> … … 18 18 return self.cursor.execute(query, self._param_generator(params)) 19 19 django.db.utils.DatabaseError: ORA-00907: missing right parenthesis 20 20 }}}