Revision 60aa0abacdb5d29665c1a3239c5bcefe9c48d2e6 authored by Anthony Brummett on 14 November 2012, 15:59:17 UTC, committed by Anthony Brummett on 14 November 2012, 16:00:51 UTC
The query used by DBD::Oracle to get foreign key info performs poorly on
Oracle 11 because of a hint in the query.  It seems to work better to run
the same query without the hint.  Since DBD::Oracle isn't set up to plug
in different queries, we need to cut-and-paste it's method to remove the
hint.

The original method gets called for Oracle versions before 11
1 parent 1ab73d5
Raw File
debian
ubuntu-lucid
back to top