* Scott T. Hildreth <[EMAIL PROTECTED]> [2005-06-03 15:38]:
> On Fri, 2005-06-03 at 14:46 +0200, Wojciech Pietron wrote:
> > Hello,
> > 
> > > From: Scott T. Hildreth <[EMAIL PROTECTED]>
> > > To: [email protected] <[email protected]>
> > > Subject: DBD::Proxy & Setting DBH attributes.
> > > Date: Tue, 20 Jul 2004 16:39:21 -0500
> > > 
> > > I am asking a question, that I'm pretty sure I know the answer to, but
> > > just in case I am missing something, 
> > > 
> > > The following example code works,
> > > 
> > > use DBI;
> > > 
> > > my $dbh = DBI->connect('dbi:Oracle:sid', 'user', 'password', {});
> > > 
> > > $dbh->{FetchHashKeyName} = 'NAME_lc';
> > > 
> > > my $res = $dbh->selectall_hashref(q{
> > >               Select id, name, sum 
> > >               From   foo 
> > >           }, 'id');
> > > 
> > > ...if I use DBD::PROXY the setting of 'FetchHashKeyName' does not work.
> > 
> > Were you able to solve that problem? I could not find any answer and 
> > it looks like I have the same and do not know how I can get over it.
> 
>   No didn't solve it, it is not possible (as far as I know).   I don't
>   remember what I was using this for.  I think I may have just lower 
>   cased the keys.  If you want to send me an example of what you are 
>   trying to do, I can help.

If it is a fact, I insist on putting it in the doc. What other settings
that work with DBD::* drivers are unable to work properly with
DBD::Proxy? Is problem specific only to DBD::Oracle?

Best regards,
Wojciech Pietron

Reply via email to