#15534: Oracle backend regex lookup broken if Oracle backend is not default ------------------------------------------+--------------------------- Reporter: JirkaV | Owner: nobody Status: new | Milestone: Component: Database layer (models, ORM) | Version: 1.3-beta Keywords: oracle, multi-db | Triage Stage: Unreviewed Has patch: 0 | ------------------------------------------+--------------------------- 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. -- Ticket URL: <http://code.djangoproject.com/ticket/15534> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.
