Provided by: libjifty-dbi-perl_0.78-3_all 
      
    
NAME
       Jifty::DBI::Filter::Truncate - Filter used to enforce max_length column trait
DESCRIPTION
       You do not need to use this filter explicitly. This filter is used internally to enforce the "max_length"
       in Jifty::DBI::Schema restrictions on columns:
         column name =>
             type is 'text',
             max_length is 10;
       In this case, the filter would be automatically added to the column named "name" and any value put into
       the column longer than 10 characters would be truncated to 10 characters.
METHODS
   encode
       This method performs the work of performing truncation, when necessary.
LICENSE
       Jifty::DBI is Copyright 2005-2007 Best Practical Solutions, LLC.  Jifty::DBI is distributed under the
       same terms as Perl itself.
perl v5.34.0                                       2022-06-15                  Jifty::DBI::Filter::Truncate(3pm)