﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
15534	Oracle backend regex lookup broken if Oracle backend is not default	Jirka Vejrazka	nobody	"I hit a bug with django-pyodbc that was related to multi-db and realized that Oracle backend has the same problem. The problem lies [browser:django/trunk/django/db/backends/oracle/base.py?rev=15299#L260 here]. This will break if the Oracle backend is not the default one.

I have not figured out a good way to get the right connection in this portion of code. I did monkeypatch my copy of code (the django-pyodbc one) in [http://code.google.com/p/django-pyodbc/issues/detail?id=102 the following way], but have no idea what a good solution might be.
"	Bug	closed	Database layer (models, ORM)	1.3-beta	Normal	fixed	oracle, multi-db	Jirka Vejrazka	Accepted	0	0	0	0	0	0
