[Sqlalchemy-tickets] Issue #3126: fallback to pg8000 if native postgres module is not installed (zz
Brought to you by:
zzzeek
|
From: Sorin S. <iss...@bi...> - 2014-07-14 11:22:07
|
New issue 3126: fallback to pg8000 if native postgres module is not installed https://bitbucket.org/zzzeek/sqlalchemy/issue/3126/fallback-to-pg8000-if-native-postgres Sorin Sbarnea: Instead of hardcoding the backend engine to use for postgresql, sql alchemy should try to use pg8000 if the native module is not present. |