On Mar 10, 2013, at 9:36 PM, Ian Kelly <[email protected]> wrote:

> These particular lookups have a long history of being tweaked due to
> users coming up with installations where the existing queries did not
> work.  See tickets #5985, #11017 and #14149.  I'd rather not reopen
> this issue unless the current implementation can documentably be shown
> to be broken.

Fair enough…

Another point perhaps worthwhile mentioning:

        # There's no way for the DatabaseOperations class to know the
        # currently active Oracle version, so we do some setups here.

https://github.com/django/django/blob/master/django/db/backends/oracle/base.py#L574

That information can be extracted from v$version, v$instance, 
dbms_db_version.version, product_component_version, etc, etc. The choice is 
yours.

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-developers?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to