Opened 10 years ago
Closed 8 years ago
#23147 closed Bug (fixed)
Sliced for-update queries do not work on Oracle
Reported by: | Shai Berger | Owned by: | Mariusz Felisiak |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | dev |
Severity: | Normal | Keywords: | oracle |
Cc: | Shai Berger | Triage Stage: | Ready for checkin |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Note:
See TracTickets
for help on using tickets.
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.