Perl DBI has a quote_identifier() method that you can use to
produce a
properly quoted identifier for insertion into a SQL string
in case the
identifier has special characters. For example, for MySQL,
quote_identifier() converts my table to `my table`.
Does Ruby DBI have anything like this?
_______________________________________________
Ruby-dbi-next mailing list
Ruby-dbi-next rubyforge.org
h
ttp://rubyforge.org/mailman/listinfo/ruby-dbi-next
|