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
History
File Mode Size
alt
bin
dist-maint
gmt-web
lib
pod
t
ubuntu-lucid
Build.PL -rw-r--r-- 3.0 KB
Changes -rw-r--r-- 13.4 KB
INSTALL -rw-r--r-- 57 bytes
LICENSE -rw-r--r-- 40.7 KB
MANIFEST -rw-r--r-- 20.2 KB
MANIFEST.SKIP -rw-r--r-- 114 bytes
META.yml -rw-r--r-- 25.1 KB
README -rw-r--r-- 1.4 KB
debian l--------- 12 bytes
doc l--------- 13 bytes

README

back to top