crouchingpenguin has asked for the wisdom of the Perl Monks concerning the following question:
where X*34 gets trimmed 5 characters. LongTruncOk and LongReadLen don't seem to apply here. So is there any other attributes I can set to undo this? I think its specific to the DBD as I do not have this problem with PgSQL's DBD.my $stmt = $dbo->prepare("select XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX f +rom ${table_name}"); $stmt->execute(); print Dumper $stmt->{NAME_uc},"\n";
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: DBI: $sth->{NAME}
by BlueBlazerRegular (Friar) on Sep 12, 2002 at 20:44 UTC | |
by crouchingpenguin (Priest) on Sep 12, 2002 at 20:57 UTC | |
Re: DBI: $sth->{NAME}
by hmerrill (Friar) on Sep 12, 2002 at 20:20 UTC | |
Re: DBI: $sth->{NAME}
by blssu (Pilgrim) on Sep 12, 2002 at 20:39 UTC | |
by crouchingpenguin (Priest) on Sep 12, 2002 at 20:44 UTC | |
by blssu (Pilgrim) on Sep 12, 2002 at 21:29 UTC | |
Re: DBI: $sth->{NAME}
by busunsl (Vicar) on Sep 13, 2002 at 07:25 UTC |