DBIx-Perlish
view release on metacpan or search on metacpan
# BACKWARD COMPATIBILITY
Perl 5.22 introduced certain changes to the way optree is constructed.
Some of these cannot be adequately treated, because whole constructs might be
simply optimized away before even they hit the parser (example: `join(1,2)` gets translated into constant `2`).
Known cases are not documented so far, but look in the tests for _optree\_version_ invocations
to see where these are found.
# BUGS AND LIMITATIONS
No bugs have been reported.
Please report any bugs or feature requests to
`bug-dbix-perlish@rt.cpan.org`, or through the web interface at
[http://rt.cpan.org](http://rt.cpan.org).
A number of features found in many SQL dialects is not supported.
The module cannot handle more than 100 tables in a single
lib/DBIx/Perlish.pm view on Meta::CPAN
=head1 BACKWARD COMPATIBILITY
Perl 5.22 introduced certain changes to the way optree is constructed.
Some of these cannot be adequately treated, because whole constructs might be
simply optimized away before even they hit the parser (example: C<join(1,2)> gets translated into constant C<2>).
Known cases are not documented so far, but look in the tests for I<optree_version> invocations
to see where these are found.
=head1 BUGS AND LIMITATIONS
No bugs have been reported.
Please report any bugs or feature requests to
C<bug-dbix-perlish@rt.cpan.org>, or through the web interface at
L<http://rt.cpan.org>.
A number of features found in many SQL dialects is not supported.
The module cannot handle more than 100 tables in a single
( run in 0.459 second using v1.01-cache-2.11-cpan-0d8aa00de5b )