Opened 17 years ago

Closed 17 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)

quote_only_if_word.patch (568 bytes ) - added by khoobks@… 17 years ago.

Download all attachments as: .zip

Change History (2)

by khoobks@…, 17 years ago

Attachment: quote_only_if_word.patch added

comment:1 by Matt Boersma, 17 years ago

Resolution: fixed
Status: newclosed

(In [5149]) boulder-oracle-sprint: Fixes #4215: Applied quote_only_if_word.patch
from Ben Khoo. Thanks!

Note: See TracTickets for help on using tickets.
Back to Top