Opened 12 years ago
Closed 12 years ago
#20388 closed Bug (fixed)
Four tests for parameter escaping fail under Oracle
Reported by: | Aymeric Augustin | Owned by: | Shai Berger |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | dev |
Severity: | Release blocker | Keywords: | |
Cc: | shai@… | Triage Stage: | Accepted |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
This failure may have been introduced by [76aecfbc], which fixed #9055.
Change History (4)
comment:1 by , 12 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 12 years ago
Cc: | added |
---|---|
Has patch: | set |
https://github.com/django/django/pull/1074 fixes this.
comment:3 by , 12 years ago
Thank you very much, that's indeed the correct fix. I've hit this problem before.
I'll edit very slightly the commit and push it.
comment:4 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in 9ef4d177d1d501be44b6e1c87197fef1e26900f1.
Note:
See TracTickets
for help on using tickets.
This is just a problem in the tests. I'm fixing this.