Skip Menu |

This queue is for tickets about the DBIx-Class CPAN distribution.

Report information
The Basics
Id: 66295
Status: resolved
Priority: 0/
Queue: DBIx-Class

People
Owner: Nobody in particular
Requestors: stephenclouse@gmail.com (no email address)
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in:
  • 0.08123_01
  • 0.08123_02
  • 0.08123_03
  • 0.08124
  • 0.08124-TRIAL
  • 0.08125
  • 0.08125_01
  • 0.08126
  • 0.08126_01
  • 0.08127
  • 0.08189_01
  • 0.08190-TRIAL
Fixed in: 0.08191



Subject: Can't access related_resultset through Storage::DBI::Replicated
On current DBIC versions, accessing related_resultset when storage is Replicated causes an error: "_inner_join_to_node must not be called on DBIx::Class::Storage::DBI::Replicated objects" This was working fine in 0.8123, got broken somewhere in 0.8124 dev cycle. Specifically, commit 31a8aaaf104a710ae5b7671659e89c1ef62c84e8 marked the method as unimplemented in Storage::DBI::Replicated, but the internals were being hacked on quite a bit prior to that.
Sorry for the delay in getting to this. Issue has been fixed (well mostly really worked around as the commit msg says) and will ship this weekend to CPAN: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits/DBIx-Class.git;a=commitdiff;h=966b5f11d7be23846edf424fc9b781a8ced03615 Cheers
On Fri Apr 29 22:11:03 2011, RIBASUSHI wrote: Show quoted text
> Sorry for the delay in getting to this. Issue has been fixed (well > mostly really worked around as the commit msg says) and will ship this > weekend to CPAN: > http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits/DBIx- > Class.git;a=commitdiff;h=966b5f11d7be23846edf424fc9b781a8ced03615 > > Cheers
0.08191 contains the desired fix.