#' @rdname mariadb-quoting
#' @usage NULL
dbQuoteIdentifier_MariaDBConnection_SQL <- function(conn, x, ...) {
x
}
#' @rdname mariadb-quoting
#' @export
setMethod("dbQuoteIdentifier", c("MariaDBConnection", "SQL"), dbQuoteIdentifier_MariaDBConnection_SQL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.