Skip to content

Commit

Permalink
Adding Postgres drivers to GA
Browse files Browse the repository at this point in the history
  • Loading branch information
schuemie committed Jun 17, 2024
1 parent 938a992 commit bc36d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/setup.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if (Sys.getenv("DONT_DOWNLOAD_JDBC_DRIVERS", "") != "TRUE") {
oldJarFolder <- Sys.getenv("DATABASECONNECTOR_JAR_FOLDER")
Sys.setenv("DATABASECONNECTOR_JAR_FOLDER" = tempfile("jdbcDrivers"))
dir.create(Sys.getenv("DATABASECONNECTOR_JAR_FOLDER"))
# downloadJdbcDrivers("postgresql")
downloadJdbcDrivers("postgresql")
# downloadJdbcDrivers("sql server")
# downloadJdbcDrivers("oracle")
# downloadJdbcDrivers("redshift")
Expand Down

0 comments on commit bc36d2c

Please sign in to comment.