Data-ObjectDriver
view release on metacpan or search on metacpan
lib/Data/ObjectDriver/BaseObject.pm view on Meta::CPAN
determining the number of partitions resulted in C<undef> or 0.
=item * C<get_driver is required>
You attempted to define partitioning for a class without specifying the
function to find the object driver for a partition ID as the C<get_driver>
member.
=back
=head1 BUGS AND LIMITATIONS
There are no known bugs in this module.
=head1 SEE ALSO
L<Data::ObjectDriver>, L<Data::ObjectDriver::Driver::DBI>,
L<Data::ObjectDriver::Driver::SimplePartition>
=head1 LICENSE
lib/Data/ObjectDriver/Driver/Partition.pm view on Meta::CPAN
Performs the named action, by passing these methods through to the appropriate
database driver as determined by C<$driver>'s C<get_driver> function.
=head1 DIAGNOSTICS
No errors are created by I<Data::ObjectDriver::Driver::Partition> itself.
Errors may come from a specific partitioning subclass or the driver for a
particular database.
=head1 BUGS AND LIMITATIONS
There are no known bugs in this module.
=head1 SEE ALSO
I<Data::ObjectDriver::Driver::SimplePartition>
=head1 LICENSE
I<Data::ObjectDriver> is free software; you may redistribute it and/or modify
lib/Data/ObjectDriver/Driver/SimplePartition.pm view on Meta::CPAN
query.
=item * C<Member of I<class> with ID I<parent ID> not found>
The parent record associated with the partitioned object could not be loaded.
Perhaps your application deleted the parent record without removing its
associated partitioned objects first.
=back
=head1 BUGS AND LIMITATIONS
There are no known bugs in this module.
=head1 SEE ALSO
L<Data::ObjectDriver::Driver::Partition>
=head1 LICENSE
I<Data::ObjectDriver> is free software; you may redistribute it and/or modify
lib/Data/ObjectDriver/SQL.pm view on Meta::CPAN
=item * C<Invalid/unsafe column name I<column>>
The column name you specified to C<add_where()> contained characters that are
not allowed in database column names. Only word characters and periods are
allowed. Perhaps you didn't filter punctuation out of a generated column name
correctly.
=back
=head1 BUGS AND LIMITATIONS
I<Data::ObjectDriver::SQL> does not provide the functionality for turning SQL
statements into instances of object classes.
=head1 SEE ALSO
=head1 LICENSE
I<Data::ObjectDriver> is free software; you may redistribute it and/or modify
it under the same terms as Perl itself.
( run in 1.110 second using v1.01-cache-2.11-cpan-fd5d4e115d8 )