Subject: | DBIx::Class 0.08121 vs. SQL::Abstract 1.67 on 5.12.1 |
Date: | Wed, 02 Jun 2010 04:39:48 -0400 |
To: | bug-DBIx-Class [...] rt.cpan.org, bug-SQL-Abstract [...] rt.cpan.org |
From: | Dabrien 'Dabe' Murphy <dabe [...] dabe.com> |
Not sure whether it's a bug in DBIx::Class or SQL::Abstract, but in
order to get DBIC to install under 5.12.1 (Mac OS X Leopard) I had to
downgrade SQL::Abstract to 1.66:
# Failed test at t/bind/order_by.t line 47.
# died: DBIx::Class::ResultSet::as_query():
[SQL::Abstract::_assert_bindval_matches_bindtype] Fatal: bindtype
'columns' selected, you need to pass: [column_name => bind_value] at
t/bind/order_by.t line 43
# Failed test 'Fail the unfinished is_same_sql_bind'
# at t/bind/order_by.t line 48.
# Failed test at t/bind/order_by.t line 47.
# died: DBIx::Class::ResultSet::as_query():
[SQL::Abstract::_assert_bindval_matches_bindtype] Fatal: bindtype
'columns' selected, you need to pass: [column_name => bind_value] at
t/bind/order_by.t line 43
# Failed test 'Fail the unfinished is_same_sql_bind'
# at t/bind/order_by.t line 48.
# Failed test at t/bind/order_by.t line 47.
# died: DBIx::Class::ResultSet::as_query():
[SQL::Abstract::_assert_bindval_matches_bindtype] Fatal: bindtype
'columns' selected, you need to pass: [column_name => bind_value] at
t/bind/order_by.t line 43
# Failed test 'Fail the unfinished is_same_sql_bind'
# at t/bind/order_by.t line 48.
# Failed test at t/bind/order_by.t line 47.
# died: DBIx::Class::ResultSet::as_query():
[SQL::Abstract::_assert_bindval_matches_bindtype] Fatal: bindtype
'columns' selected, you need to pass: [column_name => bind_value] at
t/bind/order_by.t line 43
# Failed test 'Fail the unfinished is_same_sql_bind'
# at t/bind/order_by.t line 48.
# Failed test at t/bind/order_by.t line 47.
# died: DBIx::Class::ResultSet::as_query():
[SQL::Abstract::_assert_bindval_matches_bindtype] Fatal: bindtype
'columns' selected, you need to pass: [column_name => bind_value] at
t/bind/order_by.t line 43
# Failed test 'Fail the unfinished is_same_sql_bind'
# at t/bind/order_by.t line 48.
# Looks like you failed 10 tests of 14.
t/bind/order_by.t ................................
Dubious, test returned 10 (wstat 2560, 0xa00)
Failed 10/14 subtests
--
:- Dabe