X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FStorage%2FDBI%2FAutoCast.pm;h=37ed620b4ea9288c8a40649d49210872e2b7b474;hb=12a184d0a0c1868708e43aaabefe08f9e7ac9ec4;hp=db9fb8b5ea825a07fea22656a92bc1f9c555da3b;hpb=4a0eed52f392b2e135385d0c06b06160200f3772;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/lib/DBIx/Class/Storage/DBI/AutoCast.pm b/lib/DBIx/Class/Storage/DBI/AutoCast.pm index db9fb8b..37ed620 100644 --- a/lib/DBIx/Class/Storage/DBI/AutoCast.pm +++ b/lib/DBIx/Class/Storage/DBI/AutoCast.pm @@ -23,7 +23,8 @@ statements with values bound to columns or conditions that are not strings will throw implicit type conversion errors. As long as a column L is -defined and resolves to a base RDBMS native type via L as +defined and resolves to a base RDBMS native type via +L<_native_data_type|DBIx::Class::Storage::DBI/_native_data_type> as defined in your Storage driver, the placeholder for this column will be converted to: @@ -77,13 +78,16 @@ sub connect_call_set_auto_cast { $self->auto_cast(1); } -=head1 AUTHOR +=head1 FURTHER QUESTIONS? -See L +Check the list of L. -=head1 LICENSE +=head1 COPYRIGHT AND LICENSE -You may distribute this code under the same terms as Perl itself. +This module is free software L +by the L. You can +redistribute it and/or modify it under the same terms as the +L. =cut