damil / SQL-Abstract-More

extension to SQL-Abstract with named parameters and support for several additional SQL clauses
https://metacpan.org/pod/SQL::Abstract::More
6 stars 10 forks source link

-order-by can't take a hashref #1

Closed xenoterracide closed 11 years ago

xenoterracide commented 11 years ago

This commit provides a regression test for failing -order-by => { -desc => 'param' }, it does not however fix the problem

Signed-off-by: Caleb Cushing xenoterracide@gmail.com

damil commented 11 years ago

Hi Caleb,

Thanks for signaling this incompatibility with SQLA. I solved it by better inheritance from SQLA, and I copy-pasted the whole SQLA test suite for order-by, so everything seems to be OK.

Check version 1.10 of SQLAM from CPAN.