Skip to content

Commit

Permalink
update IRIS driver, pull from Maven
Browse files Browse the repository at this point in the history
  • Loading branch information
bdeboe committed Jan 2, 2025
1 parent 57a2469 commit 2ac302c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/Drivers.R
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jdbcDrivers <- new.env()
#' - Spark (Databricks): V2.6.36
#' - Snowflake: V3.16.01
#' - BigQuery: v1.3.2.1003
#' - InterSystems IRIS: v3.9.0
#' - InterSystems IRIS: v3.10.2
#'
#' @return Invisibly returns the destination if the download was successful.
#' @export
Expand Down Expand Up @@ -99,7 +99,7 @@ downloadJdbcDrivers <- function(dbms, pathToDriver = Sys.getenv("DATABASECONNECT
5,spark,DatabricksJDBC42-2.6.36.1062.zip,https://databricks-bi-artifacts.s3.us-east-2.amazonaws.com/simbaspark-drivers/jdbc/2.6.36/
6,snowflake,snowflake-jdbc-3.16.1.jar,https://repo1.maven.org/maven2/net/snowflake/snowflake-jdbc/3.16.1/
7,bigquery,SimbaBigQueryJDBC42-1.3.2.1003.zip,https://storage.googleapis.com/simba-bq-release/jdbc/
8,iris,intersystems-jdbc-3.9.0.jar,https://github.com/intersystems-community/iris-driver-distribution/raw/refs/heads/main/JDBC/JDK18/"
8,iris,intersystems-jdbc-3.10.2.jar,https://repo1.maven.org/maven2/com/intersystems/intersystems-jdbc/3.10.2/"
)
if (dbms == "all") {
dbms <- jdbcDriverSources$dbms
Expand Down

0 comments on commit 2ac302c

Please sign in to comment.