You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happens is that since the ini files are stored in ODBC/config, when Julia updates ODBC, you are now using a completely different directory where the ini files no longer exist. Not really that big a deal, given how easy it is to add drivers (I typically do this in the build step of the package I'm building which uses ODBC), however I believe this demonstrates that the project directory is not the proper place for the configs.
I believe the proper thing to do here would be to use the Pkg artifacts API to create an "artifact" directory which would store the ini files.
The text was updated successfully, but these errors were encountered:
What happens is that since the ini files are stored in
ODBC/config
, when Julia updates ODBC, you are now using a completely different directory where the ini files no longer exist. Not really that big a deal, given how easy it is to add drivers (I typically do this in the build step of the package I'm building which uses ODBC), however I believe this demonstrates that the project directory is not the proper place for the configs.I believe the proper thing to do here would be to use the Pkg artifacts API to create an "artifact" directory which would store the ini files.
The text was updated successfully, but these errors were encountered: