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

Update test dependencies #102

Merged
merged 13 commits into from
Oct 21, 2019
Prev Previous commit
Next Next commit
Do not use specific version of odbc-postgresql test dependency
  • Loading branch information
Rafa de la Torre committed Oct 15, 2019
commit a0ea049beb4facb83ec6c48a7ed86c0d4e1d3fac
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ addons:
- mysql-server-5.7
- unixodbc-dev
- odbcinst # ODBC core
- odbc-postgresql=1:09.02.0100-2ubuntu1 # PgSQL ODBC
- odbc-postgresql # PgSQL ODBC
- libmyodbc # MySQL ODBC
- freetds # Custom package to use freetds >= 1.x in trusty

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ in the `/etc/odbcinst.ini` file.
Driver requirements
--------------------

- odbc-postgreql: 9.x
- odbc-postgreql: >= 9.x
- libmyodbc: >= 5.1
- FreeTDS: >= 1.0
- hive-odbc-native: >= 2.1
Expand Down