Commit 864cb92
authored
fix(rust/driver_manager): modify SYSTEM path behavior on macOS (#3252)
Replicates the change in #3250
to the Rust Driver Manager. Follow-on to #3247
Modifies the behavior of GetSearchPaths so macOS doesn't follow other
Unix-likes but instead uses the more conventional /Library/Application
Support/ADBC. /etc/ isn't really a thing on macOS.
Tested manually by debugging the test with and without
`/Library/Application Support/ADBC` existing and verifying the right
branch gets hit. I'm not too worried exercising this in CI but we could.1 parent 5f301d3 commit 864cb92
1 file changed
+25
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1753 | 1753 | | |
1754 | 1754 | | |
1755 | 1755 | | |
| 1756 | + | |
| 1757 | + | |
| 1758 | + | |
| 1759 | + | |
| 1760 | + | |
| 1761 | + | |
| 1762 | + | |
| 1763 | + | |
| 1764 | + | |
| 1765 | + | |
| 1766 | + | |
| 1767 | + | |
| 1768 | + | |
| 1769 | + | |
| 1770 | + | |
| 1771 | + | |
| 1772 | + | |
1756 | 1773 | | |
1757 | 1774 | | |
1758 | 1775 | | |
| |||
1774 | 1791 | | |
1775 | 1792 | | |
1776 | 1793 | | |
1777 | | - | |
1778 | | - | |
1779 | | - | |
| 1794 | + | |
| 1795 | + | |
| 1796 | + | |
| 1797 | + | |
1780 | 1798 | | |
1781 | 1799 | | |
1782 | 1800 | | |
| |||
2184 | 2202 | | |
2185 | 2203 | | |
2186 | 2204 | | |
| 2205 | + | |
| 2206 | + | |
| 2207 | + | |
2187 | 2208 | | |
| 2209 | + | |
2188 | 2210 | | |
2189 | 2211 | | |
2190 | 2212 | | |
| |||
0 commit comments