Class-DBI-AutoIncrement
view release on metacpan or search on metacpan
lib/Class/DBI/AutoIncrement.pm view on Meta::CPAN
Class::DBI::AutoIncrement failed to find the package <class> in @INC.
=item "Class::DBI::AutoIncrement expects class $caller to inherit from at least 1 more parent class"
A child class of Class::DBI::AutoIncrement must inherit from at least Class::DBI::AutoIncrement and an other class that subclasses Class::DBI
(or Class::DBI itself).
=back
=head1 BUGS AND LIMITATIONS
Class::DBI::AutoIncrement silently modifies the class hierarchy
of its children classes during runtime. You might get weird
results if your code relies on a static class hierarchy.
If you are using caching, either let Class::DBI::AutoIncrement handle
the computation of the next sequence index completly or do it all by yourself,
but do not mix both ways or you will get weird results. Really.
Fetching the current highest value of the sequence from the database
( run in 0.283 second using v1.01-cache-2.11-cpan-4d50c553e7e )