[Rt-devel] search bug - missing _SQLJoin, 3.0.11rc2

Robert Spier rspier at pobox.com
Sun May 16 22:47:27 EDT 2004


> > That's weird.  Does your Tickets_Overlay_SQL.pm have C< sub _SQLJoin >?
> No -
> root at help1 (/opt/rt3/lib/RT/) 190> grep  _SQLJoin Tickets_Overlay_SQL.pm
> root at help1 (/opt/rt3/lib/RT/) 191> grep _SQLJoin
> ~mrz/work/build/RT/rt-3.0.11rc2/lib/RT/Tickets_Overlay_SQL.pm
> 
> Not in the dist either.

Not in the repository either.  That's definitely wrong.  I'll open a
ticket.

A quick fix is to add:

sub _SQLJoin {
  my $this = shift;
  $this->SUPER::Join(@_,
                     SUBCLAUSE => 'ticketsql');
}

to your Tickets_Overlay_SQL.pm


-R



More information about the Rt-devel mailing list