[Rt-devel] [PATCH] Quote identifiers.

Jesse Vincent jesse at bestpractical.com
Sat Jan 22 14:14:04 EST 2005


> >
> >Any reason you're assigning $self->dbi to $dbi and using that?
> you mean dbh? yes, it's required, because quote_identifier like quote is 
> method of the database handle not statement.
> 


Er. Sorry. There's code of the form:


my $dbh = $self->dbh;

$dbh->quote_identifier();


Since it's just a reference, I don't quite understand the point.


More information about the Rt-devel mailing list