[Sqlalchemy-commits] commit/sqlalchemy: 5 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-02-02 00:04:13
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/cf4e421248e3/ Changeset: cf4e421248e3 Branch: None User: kdeldycke Date: 2014-02-06 10:44:52+00:00 Summary: Add unit test for UUID arrays in PostgreSQL. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/02dbcfa88a83/ Changeset: 02dbcfa88a83 Branch: None User: zzzeek Date: 2015-02-01 23:43:34+00:00 Summary: Merge remote-tracking branch 'origin/pr/68' into pr68 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/b2189da65019/ Changeset: b2189da65019 Branch: None User: zzzeek Date: 2015-02-02 00:03:08+00:00 Summary: - Repaired support for Postgresql UUID types in conjunction with the ARRAY type when using psycopg2. The psycopg2 dialect now employs use of the psycopg2.extras.register_uuid() hook so that UUID values are always passed to/from the DBAPI as UUID() objects. The :paramref:`.UUID.as_uuid` flag is still honored, except with psycopg2 we need to convert returned UUID objects back into strings when this is disabled. fixes #2940 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/9e5c7627f6e7/ Changeset: 9e5c7627f6e7 Branch: None User: kdeldycke Date: 2015-02-02 00:03:48+00:00 Summary: Add unit test for UUID arrays in PostgreSQL. (cherry picked from commit cf4e421248e3175b97170d0c6930b360ff326c06) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/927f1cb95143/ Changeset: 927f1cb95143 Branch: rel_0_9 User: zzzeek Date: 2015-02-02 00:03:55+00:00 Summary: - Repaired support for Postgresql UUID types in conjunction with the ARRAY type when using psycopg2. The psycopg2 dialect now employs use of the psycopg2.extras.register_uuid() hook so that UUID values are always passed to/from the DBAPI as UUID() objects. The :paramref:`.UUID.as_uuid` flag is still honored, except with psycopg2 we need to convert returned UUID objects back into strings when this is disabled. fixes #2940 (cherry picked from commit b2189da65019ed2f44e77933a122619489319c5a) Affected #: 3 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. |