NAME
DBIx::Class::Valiant::ResultSet - Validation support for resultsets
DESCRIPTION
METHODS
This component adds the following methods to your resultset classes.
build
This just wraps new_result
to provide a new result object, optionally with fields set, that is not yet in storage.
skip_validation
$schema->resultset('User')->skip_validation(1)->...
Turns off automatic validation on any creates / updates / etc going forward in this chain if arg is true
skip_validate
do_validate
Skip validations or reenable validations
$schema->resultset('User')
->skip_validate
->create(\%user_args);
AUTHOR
John Napiorkowski email:jjnapiork@cpan.org
SEE ALSO
Valiant, DBIx::Class, DBIx::Class::Valiant
AUTHOR
See Valiant.
COPYRIGHT & LICENSE
See Valiant.