Home  |  Linux  | Mysql  | PHP  | XML
From:David E. Wheeler Date:Thu Aug  7 11:03:03 2008
Subject:Re: Unusual behavior with $sth->{NAME} and friends
On Aug 7, 2008, at 09:29, Greg Sabino Mullane wrote:

> For DBD::Pg, it prints:
>
> $VAR1 = [
>          'Goldfish'
>        ];
> $VAR1 = [
>          'goldfish'
>        ];
> $VAR1 = undef;
> $VAR1 = [
>          'goldfish'
>        ];
> $VAR1 = undef;

DBD::SQLite:

$VAR1 = [
           'Goldfish'
         ];
$VAR1 = [
           'goldfish'
         ];
$VAR1 = undef;
$VAR1 = [
           'goldfish'
         ];
$VAR1 = undef;

DBD::mysql:

$VAR1 = [
           'Goldfish'
         ];
$VAR1 = [
           'goldfish'
         ];
$VAR1 = [
           'Goldfish'
         ];
$VAR1 = [
           'goldfish'
         ];
$VAR1 = [
           'GOLDFISH'
         ];

Best,

David
Navigate in group perl.dbi.dev at sever nntp.perl.org
Previous Next




  
© No Copyright
You are free to use Anything
Site Maintained by PHP Developer
Powered By PHP Consultants