Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Request Tracker: Devel

DBIx::SearchBuilder 1.53 Error

 

 

Request Tracker devel RSS feed   Index | Next | Previous | View Threaded


sturner at MIT

Jul 9, 2008, 1:12 PM

Post #1 of 2 (190 views)
Permalink
DBIx::SearchBuilder 1.53 Error

The following code produces an error from SearchBuilder version 1.53
(RT 3.4.2), with an Oracle 9.2.0 database. Is this a compatibility
issue between the RT version and SB version?

my $tix1 = RT::Tickets->new($RT::SystemUser);
$tix1->FromSQL("Content LIKE 'AAAA' OR Content LIKE 'BBBB'");

while (my $tkt = $tix1->Next) {
print $tkt->id, "\n";
}


The $tix1->Next call gives this error message:

[Wed Jul 9 20:08:39 2008] [crit]: Unsatisfied dependency chain in
joins Attachments_2 Transactions_1 at
/usr/local/perl5/lib/site_perl/5.8.4/DBIx/SearchBuilder/Handle.pm line 1056.
(/usr/local/rt3/lib/RT.pm:285)

Thanks,
Steve

_______________________________________________
List info: http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-devel


ruz at bestpractical

Jul 9, 2008, 1:16 PM

Post #2 of 2 (176 views)
Permalink
Re: DBIx::SearchBuilder 1.53 Error [In reply to]

On Thu, Jul 10, 2008 at 12:12 AM, Stephen Turner <sturner[at]mit.edu> wrote:
> The following code produces an error from SearchBuilder version 1.53
> (RT 3.4.2), with an Oracle 9.2.0 database. Is this a compatibility
> issue between the RT version and SB version?
yep, either downgrade SB or upgrade RT to 3.4.HEAD from subversion
repository (you can as well look for patch there) or to RT 3.6.7.

>
> my $tix1 = RT::Tickets->new($RT::SystemUser);
> $tix1->FromSQL("Content LIKE 'AAAA' OR Content LIKE 'BBBB'");
>
> while (my $tkt = $tix1->Next) {
> print $tkt->id, "\n";
> }
>
>
> The $tix1->Next call gives this error message:
>
> [Wed Jul 9 20:08:39 2008] [crit]: Unsatisfied dependency chain in
> joins Attachments_2 Transactions_1 at
> /usr/local/perl5/lib/site_perl/5.8.4/DBIx/SearchBuilder/Handle.pm line 1056.
> (/usr/local/rt3/lib/RT.pm:285)
>
> Thanks,
> Steve
>
> _______________________________________________
> List info: http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-devel
>



--
Best regards, Ruslan.
_______________________________________________
List info: http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-devel

Request Tracker devel RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.