[Sqlalchemy-commits] commit/sqlalchemy: 6 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-03-03 00:28:21
|
6 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/8038cfa0771f/ Changeset: 8038cfa0771f Branch: None User: tlocke Date: 2014-12-16 20:55:55+00:00 Summary: pg8000 client_encoding in create_engine() The pg8000 dialect now supports the setting of the PostgreSQL parameter client_encoding from create_engine(). Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/c93706fa3319/ Changeset: c93706fa3319 Branch: None User: tlocke Date: 2014-12-16 21:03:04+00:00 Summary: Make pg8000 version detection more robust pg8000 uses Versioneer, which means that development versions have version strings that don't fit into the dotted triple number format. Released versions will always fit the triple format though. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/17e03a0ea86c/ Changeset: 17e03a0ea86c Branch: None User: tlocke Date: 2015-01-03 16:59:17+00:00 Summary: Changed pg8000 dialect to cope with native JSON For versions > 1.10.1 pg8000 returns de-serialized JSON objects rather than a string. SQL parameters are still strings though. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/d140983148f1/ Changeset: d140983148f1 Branch: None User: zzzeek Date: 2015-03-03 00:00:19+00:00 Summary: Merge remote-tracking branch 'origin/pr/132' into pr132 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/cfb2eee0f3a1/ Changeset: cfb2eee0f3a1 Branch: None User: zzzeek Date: 2015-03-03 00:16:37+00:00 Summary: - add a skip for JSONB on pg8000 if we are on 1.10.1 or earlier Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/05ac6bcc0e2f/ Changeset: 05ac6bcc0e2f Branch: None User: zzzeek Date: 2015-03-03 00:27:21+00:00 Summary: - changelog and migration notes for new pg8000 features from pullreq github:132 Affected #: 2 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |