Skip Menu |

This queue is for tickets about the Fey-ORM CPAN distribution.

Report information
The Basics
Id: 49595
Status: resolved
Priority: 0/
Queue: Fey-ORM

People
Owner: Nobody in particular
Requestors: gq1 [...] sanger.ac.uk
Cc:
AdminCc:

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



Subject: Fey::Schema->SQLFactoryClass() not exists
Date: Thu, 10 Sep 2009 13:41:49 +0100
To: bug-Fey-Loader [...] rt.cpan.org
From: Guoying Qi <gq1 [...] sanger.ac.uk>
Hi, Dave I am following your Fey::ORM::Manual::Intro to do some practice. In section Arbitrary relationships, my $schema = Forum::Model::Schema->Schema(); This will return a Fey::Schema object; Then when you do the following: my $select = $schema->SQLFactoryClass() It will complain that SQLFactoryClass() is not found in Fey::Schema. Any quick solution for this? Thanks. Guoying Qi -- The Wellcome Trust Sanger Institute is operated by Genome Research Limited, a charity registered in England with number 1021457 and a company registered in England with number 2742969, whose registered office is 215 Euston Road, London, NW1 2BE.
Subject: Re: [rt.cpan.org #49595] Fey::Schema->SQLFactoryClass() not exists
Date: Thu, 10 Sep 2009 08:31:59 -0500 (CDT)
To: Guoying Qi via RT <bug-Fey-Loader [...] rt.cpan.org>
From: Dave Rolsky <autarch [...] urth.org>
On Thu, 10 Sep 2009, Guoying Qi via RT wrote: Show quoted text
> It will complain that SQLFactoryClass() is not found in Fey::Schema. > > Any quick solution for this?
This is a method on your schema class, not its associated schema object. I'll fix the docs. -dave /*============================================================ http://VegGuide.org http://blog.urth.org Your guide to all that's veg House Absolute(ly Pointless) ============================================================*/