From 523846ce70c461684c9914f5344a48cd00d64daf Mon Sep 17 00:00:00 2001 From: Steve Condylios Date: Sun, 9 Feb 2025 15:40:39 +0800 Subject: [PATCH 1/2] Update common_dirs with defualt path for homebrew installation of SQL Server drivers on Apple Silicon --- R/utils.R | 1 + 1 file changed, 1 insertion(+) diff --git a/R/utils.R b/R/utils.R index f2a22f58..2bdb5f03 100644 --- a/R/utils.R +++ b/R/utils.R @@ -360,6 +360,7 @@ locate_install_unixodbc <- function() { "/usr/local/lib", "/usr/lib/x86_64-linux-gnu", "/opt/homebrew/lib", + "/opt/homebrew/etc", "/opt/homebrew/opt/unixodbc/lib" ) From bfbb5debe0fdb9befeffe66b0ff6fb69d5b0ee75 Mon Sep 17 00:00:00 2001 From: simonpcouch Date: Mon, 10 Feb 2025 13:32:46 -0600 Subject: [PATCH 2/2] add NEWS entry --- NEWS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS.md b/NEWS.md index d4fb6b60..471f5ac8 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,8 @@ # odbc (development version) +* Enable automatic discovery of SQL Server drivers installed with homebrew + on ARM macOS (@stevecondylios, #893). + * SQL Server: Fix roundtrip of `hms` data. * SQL Server: Fix data truncation when writing to temp tables with