]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
pg8000 client_encoding in create_engine()
authorTony Locke <tlocke@tlocke.org.uk>
Sun, 24 Aug 2014 15:33:29 +0000 (16:33 +0100)
committerTony Locke <tlocke@tlocke.org.uk>
Tue, 16 Dec 2014 20:55:55 +0000 (20:55 +0000)
commit8038cfa0771ff860f48967a6800477ce8a508d65
tree5a6cf9142479488f5fc081365f387e3b91fc583a
parent7cd4362924dd0133a604d4a0c52f1566acbd31ff
pg8000 client_encoding in create_engine()

The pg8000 dialect now supports the setting of the PostgreSQL parameter
client_encoding from create_engine().
lib/sqlalchemy/dialects/postgresql/pg8000.py
test/dialect/postgresql/test_dialect.py