DOKK / manpages / debian 12 / libjifty-dbi-perl / Jifty::DBI::Filter::Truncate.3pm.en
Jifty::DBI::Filter::Truncate(3pm) User Contributed Perl Documentation Jifty::DBI::Filter::Truncate(3pm)

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

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.

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

Jifty::DBI is Copyright 2005-2007 Best Practical Solutions, LLC. Jifty::DBI is distributed under the same terms as Perl itself.

2022-06-15 perl v5.34.0