Opened 11 years ago
Closed 8 years ago
#23147 closed Bug (fixed)
Sliced for-update queries do not work on Oracle
Note:
See TracTickets
for help on using tickets.
Opened 11 years ago
Closed 8 years ago
Has patch: | set |
---|---|
Owner: | changed from Shai Berger to Mariusz Felisiak |
Status: | new → assigned |
Version: | 1.6 → master |
---|
Cc: | Shai Berger added |
---|---|
Triage Stage: | Accepted → Ready for checkin |
LGTM.
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
© 2005-2025 Django SoftwareFoundation unless otherwise noted. Django is a registered trademark of the Django Software Foundation.
I just closed #20647 as a duplicate of this -- that bug is a complaint about getting a string representation of for-update queries. It fails becuase the string-representation code uses slicing.
The test code attached to that ticket should be added when we solve this one, though.