Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updates of ODBC.jl break ini files #315

Closed
ExpandingMan opened this issue Sep 23, 2020 · 1 comment
Closed

updates of ODBC.jl break ini files #315

ExpandingMan opened this issue Sep 23, 2020 · 1 comment

Comments

@ExpandingMan
Copy link
Contributor

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.

@quinnj
Copy link
Member

quinnj commented Mar 31, 2021

PR up where we switch to using Scratch.jl for a permanent package location where we can store ini files: #320

@quinnj quinnj closed this as completed in 74d6298 Apr 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants