From: Philip Jenvey Date: Wed, 26 Aug 2009 01:27:04 +0000 (+0000) Subject: correct the create_engine url X-Git-Tag: rel_0_6beta1~322 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c90d7ef74db54b8f5800a3c5d6a7fff45d02c606;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git correct the create_engine url fixes #1515 thanks Randall --- diff --git a/lib/sqlalchemy/dialects/postgresql/pg8000.py b/lib/sqlalchemy/dialects/postgresql/pg8000.py index 2a5c4e0325..1c45b50f27 100644 --- a/lib/sqlalchemy/dialects/postgresql/pg8000.py +++ b/lib/sqlalchemy/dialects/postgresql/pg8000.py @@ -3,7 +3,8 @@ Connecting ---------- -URLs are of the form `postgresql+pg8000://user@password@host:port/dbname[?key=value&key=value...]`. +URLs are of the form +`postgresql+pg8000://user:password@host:port/dbname[?key=value&key=value...]`. Unicode -------