Django

Code

Ticket #7065 (closed: fixed)

Opened 8 months ago

Last modified 8 months ago

Patch to fix Oracle regexes in qs-rf

Reported by: ikelly Assigned to: nobody
Milestone: Component: Database layer (models, ORM)
Version: queryset-refactor Keywords: qs-rf
Cc: Triage Stage: Unreviewed
Has patch: 1 Needs documentation:
Needs tests: Patch needs improvement:

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

oracle_regex_qsrf.diff (1.6 kB) - added by ikelly on 04/22/08 16:55:40.

Change History

04/22/08 16:55:40 changed by ikelly

  • attachment oracle_regex_qsrf.diff added.

04/23/08 02:31:00 changed by mtredinnick

  • status changed from new to closed.
  • resolution set to fixed.

(In [7444]) queryset-refactor: Fixed some errors in Oracle regex handling that were introduced in [7087]. Patch from Ian Kelly. Fixed #7065.


Add/Change #7065 (Patch to fix Oracle regexes in qs-rf)




Change Properties
Action