diff --git a/R/listSupportedVersions.R b/R/listSupportedVersions.R index 223248d..9482204 100644 --- a/R/listSupportedVersions.R +++ b/R/listSupportedVersions.R @@ -12,6 +12,7 @@ listSupportedVersions <- function() { #' @export listSupportedDialects <- function() { - supportedDialects <- c("oracle", "postgresql", "pdw", "redshift", "impala", "netezza", "bigquery", "sql server", "spark", "snowflake", "synapse") + sqlRenderSupportedDialects <- SqlRender::listSupportedDialects() + supportedDialects <- sqlRenderSupportedDialects$dialect return(supportedDialects) }