Subject: | Uses SQL::Abstract::Limit incorrectly, causes failure for some db dialects |
Thanks for a great module but I have hit this:
Class::DBI::AbstractSearch claims to provide support for
SQL::Abstract::Limit's implementation of the "limit" and "limit
dialect" features.
In fact it does this incompletely only by calling
SQLAbstractLimit's "where" function. This function only works for
some dialects; to support other engines in a more general way
the "select" function should have been called. The caller dies
with "can't build a stand-alone WHERE clause for $syntax_name". (
where syntax_name is any of several valid values).