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

Add SQL headers for other databases #9

Open
groovytron opened this issue Feb 24, 2021 · 1 comment
Open

Add SQL headers for other databases #9

groovytron opened this issue Feb 24, 2021 · 1 comment

Comments

@groovytron
Copy link
Owner

groovytron commented Feb 24, 2021

This would fix this issue: https://stackoverflow.com/a/31360218

@groovytron
Copy link
Owner Author

The following commands need to be run to install Microsoft SQL drivers on Ubuntu Bionic:

$ curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add -
$ curl https://packages.microsoft.com/config/ubuntu/18.04/prod.list > /etc/apt/sources.list.d/mssql-release.list
$ apt-get update
$ ACCEPT_EULA=Y apt-get install msodbcsql17

groovytron added a commit that referenced this issue Nov 10, 2024
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

1 participant