Skip to content

Commit

Permalink
Update BulkLoad.R
Browse files Browse the repository at this point in the history
  • Loading branch information
azimov authored Oct 4, 2024
1 parent 9c000da commit 928ad9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/BulkLoad.R
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ bulkLoadPostgres <- function(connection, sqlTableName, sqlFieldNames, sqlDataTyp
"getMetaData"
)
server <- rJava::.jcall(databaseMetaData, "Ljava/lang/String;", "getURL")
server <- strsplit(server, "//")[[2]]
server <- strsplit(server, "//")[[1]][2]
}

hostServerDb <- strsplit(server, "/")[[1]]
Expand Down

0 comments on commit 928ad9d

Please sign in to comment.