Skip Menu |

This queue is for tickets about the SQL-Abstract CPAN distribution.

Report information
The Basics
Id: 58044
Status: rejected
Priority: 0/
Queue: SQL-Abstract

People
Owner: Nobody in particular
Requestors: dabe [...] dabe.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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
On Wed Jun 02 04:40:00 2010, dabe@dabe.com wrote: Show quoted text
> 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:
This is a DBIC incompatibility with latest SQLA, not an SQLA bug. A DBIC release is scheduled for the next 24h or so.
Subject: Re: [rt.cpan.org #58044] DBIx::Class 0.08121 vs. SQL::Abstract 1.67 on 5.12.1
Date: Wed, 02 Jun 2010 05:14:42 -0400
To: bug-SQL-Abstract [...] rt.cpan.org
From: Dabrien 'Dabe' Murphy <dabe [...] dabe.com>
Peter Rabbitson via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=58044> > > On Wed Jun 02 04:40:00 2010, dabe@dabe.com wrote: >
>> 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: >>
> > This is a DBIC incompatibility with latest SQLA, not an SQLA bug. A DBIC > release is scheduled for the next 24h or so. >
Roger that. I tried sending to bug-DBIx-Class as well, but RT decided to assign to SQL-Abstract instead. I'll keep an eye out for the upgrade to DBIC. Thanks Peter! -- :- Dabe