Opened 19 years ago
Closed 19 years ago
#4215 closed (fixed)
Missing import in Oracle database base.py.
| Reported by: | Ben Khoo | Owned by: | Jacob |
|---|---|---|---|
| Component: | Uncategorized | Version: | other branch |
| Severity: | Keywords: | Oracle base.py quote_only_if_word import | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Hi,
I believe there is a missing import in django\db\backends\oracle\base.py
The function that is not imported is quote_only_if_word that is used twice in the file.
Kind Regards
Ben
Attachments (1)
Change History (2)
by , 19 years ago
| Attachment: | quote_only_if_word.patch added |
|---|
comment:1 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [5149]) boulder-oracle-sprint: Fixes #4215: Applied quote_only_if_word.patch
from Ben Khoo. Thanks!