Opened 17 years ago
Closed 17 years ago
#7065 closed (fixed)
Patch to fix Oracle regexes in qs-rf
Reported by: | Erin Kelly | Owned by: | nobody |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | queryset-refactor |
Severity: | Keywords: | qs-rf | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
This patch fixes a few programming errors in the refactored Oracle regex code in queryset-refactor. I also found a bug where connection.ops.regex_lookup() could get called before being initialized by the creation of a cursor, so I've added a default regex_lookup() that forces initialization and then recalls itself.
Attachments (1)
Change History (2)
by , 17 years ago
Attachment: | oracle_regex_qsrf.diff added |
---|
comment:1 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [7444]) queryset-refactor: Fixed some errors in Oracle regex handling that were
introduced in [7087]. Patch from Ian Kelly. Fixed #7065.