/[cvs]/nfo/perl/libs/Class/Tangram.pm
ViewVC logotype

Diff of /nfo/perl/libs/Class/Tangram.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by jonen, Sun Nov 17 07:20:51 2002 UTC revision 1.6 by joko, Tue May 11 23:28:49 2004 UTC
# Line 865  respectively.  Also works with "TEXT" in Line 865  respectively.  Also works with "TEXT" in
865    
866  =cut  =cut
867    
868      } elsif ($option->{sql} =~ m/^\s*(?:tiny|long|medium)?      } elsif ($option->{sql} =~ m/^\s*(tiny|long|medium)?
869                                   (?:blob|text)/ix) {                                   (?:blob|text)/ix) {
870          my $max_length = ($1 ? ($1 eq "tiny"?255:2**24 - 1)          my $max_length = ($1 ? ($1 eq "tiny"?255:2**24 - 1)
871                            : 2**16 - 1);                            : 2**16 - 1);

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed