fix double sub def in WebGUI::SQL
This commit is contained in:
parent
ff2a36026a
commit
7ff307cabe
1 changed files with 0 additions and 18 deletions
|
|
@ -803,24 +803,6 @@ sub quoteIdentifier {
|
||||||
|
|
||||||
#-------------------------------------------------------------------
|
#-------------------------------------------------------------------
|
||||||
|
|
||||||
=head2 quoteIdentifier ( string )
|
|
||||||
|
|
||||||
Returns a string quoted as an identifier to be used as a table name, column name, etc.
|
|
||||||
|
|
||||||
=head3 string
|
|
||||||
|
|
||||||
Any scalar variable that needs to be escaped to be inserted into the database.
|
|
||||||
|
|
||||||
=cut
|
|
||||||
|
|
||||||
sub quoteIdentifier {
|
|
||||||
my $self = shift;
|
|
||||||
my $value = shift;
|
|
||||||
return $self->dbh->quote_identifier($value);
|
|
||||||
}
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------
|
|
||||||
|
|
||||||
=head2 read ( sql [ , placeholders ] )
|
=head2 read ( sql [ , placeholders ] )
|
||||||
|
|
||||||
This is a convenience method for WebGUI::SQL::ResultSet->read(). It returns the statement
|
This is a convenience method for WebGUI::SQL::ResultSet->read(). It returns the statement
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue