logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

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.

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)

Methods

encode
       This method performs the work of performing truncation, when necessary.

Name

       Jifty::DBI::Filter::Truncate - Filter used to enforce max_length column trait

See Also