Skip to content

Commit 7b6d525

Browse files
committed
Cope with new postgres images new password policy
1 parent a217494 commit 7b6d525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ Database support
3030
Development
3131
-----------
3232
To test the Postgres/ODBC support do the following (on OS X):
33-
1. `docker run -P -d postgres` to get a PostgreSQL server running
33+
1. `docker run -P -d postgres:12.1` to get a PostgreSQL server running
3434
2. `brew install psqlodbc sqliteodbc`
3535
3. ``POSTGRES_SERVER=localhost POSTGRES_PORT=32768 POSTGRES_USERNAME=postgres POSTGRES_PASSWORD= RUST_BACKTRACE=1 POSTGRES_DRIVER=`brew --prefix psqlodbc`/lib/psqlodbca.so SQLITE_DRIVER=`brew --prefix sqliteodbc`/lib/libsqlite3odbc-0.9996.dylib cargo test -- --nocapture``

0 commit comments

Comments
 (0)