a bug in sqlalchemy documentation

Issue #1263 resolved
Former user created an issue

in http://www.sqlalchemy.org/docs/05/reference/dialects/postgres.html#connecting

URLs are of the form postgres://user@password@host:port/dbname?key=value&key=value....

should be postgres://user:password@host:port/dbname?key=value&key=value....

Comments (2)

  1. Log in to comment