mysql-quoting function

Quote MySQL strings and identifiers.

Quote MySQL strings and identifiers.

In MySQL, identifiers are enclosed in backticks, e.g. x.

## S4 method for signature 'MySQLConnection' dbQuoteLiteral(conn, x, ...)