DBIx::Recordset and Oracle
- From: tvilliers@xxxxxxxxx (Tielman de Villiers)
- Date: Tue, 26 Jul 2005 17:40:11 +0100
I have the same problem as described here:
http://www.nntp.perl.org/group/perl.dbi.users/7343
(searching from Oracle databases take extremely long because
DBIx::Recordset tries to get metadata for all tables), even though
I use modern versions of DBIX::Recordset (0.26), the
DBI(1.40) and perl (5.8.0).
I have tried to set '!TableFilter' with the same values I feed to
'!Tables', but without luck. As a temporary measure I have changed #342
in DBIx/Database.pm to
"
my $ListTables = 0; ##DBIx::Compat::GetItem ($drv, 'ListTables') ;
"
which is not ideal, but works.
Any other suggestions?
Thanks
--tielman
.
- Prev by Date: RE: MsSQL DBD::ODBC IsNull and undef
- Next by Date: RE: DBIx::Recordset and Oracle
- Previous by thread: Problem with DBD-Oracle
- Next by thread: RE: DBIx::Recordset and Oracle
- Index(es):
Relevant Pages
|