Thread: [Sqlalchemy-commits] commit/sqlalchemy: 25 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-07-25 21:05:19
|
25 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ebf74bd65934/ Changeset: ebf74bd65934 Branch: None User: tlocke Date: 2014-07-19 21:20:12 Summary: PEP8 tidy for test/orm/test_versioning.py Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/8fb6a91f1ba5/ Changeset: 8fb6a91f1ba5 Branch: None User: tlocke Date: 2014-07-19 21:20:12 Summary: Fix support for two phase commit in pg8000 dialect The postgresql base dialect has problems with two-phase commit because there isn't a standard way of handling autocommit in DBAPI. This commit modifies the pg8000 dialect to use the DBAPI tpc extension, which is supported by pg8000 as of version 1.9.11. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/6f5011a5c7e3/ Changeset: 6f5011a5c7e3 Branch: None User: tlocke Date: 2014-07-19 21:20:12 Summary: PEP8 tidy for test/orm/test_transaction.py Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/4924058818df/ Changeset: 4924058818df Branch: None User: tlocke Date: 2014-07-20 12:59:09 Summary: pg8000 passing test/orm/test_query.py Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/8646af82aa42/ Changeset: 8646af82aa42 Branch: None User: tlocke Date: 2014-07-20 12:59:33 Summary: PEP8 tidy of test/orm/test_query.py Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/bdb99239f3b3/ Changeset: bdb99239f3b3 Branch: None User: tlocke Date: 2014-07-20 12:59:33 Summary: Remove requirement for manytomany_nonpassive Removed the non_updating_cascade requirement from test_manytomany_nonpassive. This is because setting passive_updates=False in a relationship should work on *all* dialects. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/aa6ecc36b7f4/ Changeset: aa6ecc36b7f4 Branch: None User: tlocke Date: 2014-07-20 12:59:33 Summary: PEP8 tidy for test/orm/test_naturalpks.py Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/b4f9a6949b65/ Changeset: b4f9a6949b65 Branch: None User: tlocke Date: 2014-07-20 12:59:33 Summary: Opened test_self_referential for pg8000 The test orm/test_froms.py test_self_referential works with pg8000 now, so I've opened it up. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/0365a53c5d2c/ Changeset: 0365a53c5d2c Branch: None User: tlocke Date: 2014-07-20 12:59:33 Summary: PEP8 tidy of test/orm/test_froms.py Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/7239f58742b4/ Changeset: 7239f58742b4 Branch: None User: tlocke Date: 2014-07-20 12:59:33 Summary: Fixes for pg8000 for test/orm/test_dynamic.py Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/a9d8d752efb0/ Changeset: a9d8d752efb0 Branch: None User: tlocke Date: 2014-07-20 12:59:33 Summary: PEP8 tidy of test/orm/test_dynamic.py Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/3c0efe508f4b/ Changeset: 3c0efe508f4b Branch: None User: zzzeek Date: 2014-07-25 22:17:15 Summary: Merge remote-tracking branch 'origin/pr/117' into pg8000 Affected #: 7 files https://bitbucket.org/zzzeek/sqlalchemy/commits/fe878f5aff1c/ Changeset: fe878f5aff1c Branch: None User: zzzeek Date: 2014-07-25 22:39:44 Summary: - more pg8000 tests passing Affected #: 7 files https://bitbucket.org/zzzeek/sqlalchemy/commits/e17098a4fef7/ Changeset: e17098a4fef7 Branch: None User: tlocke Date: 2014-07-25 22:47:36 Summary: PEP8 tidy for test/orm/test_versioning.py Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/fc4dbeeaf3f0/ Changeset: fc4dbeeaf3f0 Branch: None User: tlocke Date: 2014-07-25 22:47:36 Summary: Fix support for two phase commit in pg8000 dialect The postgresql base dialect has problems with two-phase commit because there isn't a standard way of handling autocommit in DBAPI. This commit modifies the pg8000 dialect to use the DBAPI tpc extension, which is supported by pg8000 as of version 1.9.11. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/60ec80372e2e/ Changeset: 60ec80372e2e Branch: None User: tlocke Date: 2014-07-25 22:47:36 Summary: PEP8 tidy for test/orm/test_transaction.py Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/e091c0d81021/ Changeset: e091c0d81021 Branch: None User: tlocke Date: 2014-07-25 22:48:12 Summary: pg8000 passing test/orm/test_query.py Conflicts: test/orm/test_query.py Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/e532b1f3164c/ Changeset: e532b1f3164c Branch: None User: tlocke Date: 2014-07-25 22:48:32 Summary: PEP8 tidy of test/orm/test_query.py Conflicts: test/orm/test_query.py Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/6053fae06242/ Changeset: 6053fae06242 Branch: None User: tlocke Date: 2014-07-25 22:48:35 Summary: Remove requirement for manytomany_nonpassive Removed the non_updating_cascade requirement from test_manytomany_nonpassive. This is because setting passive_updates=False in a relationship should work on *all* dialects. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/fae8f7b5d0b5/ Changeset: fae8f7b5d0b5 Branch: None User: tlocke Date: 2014-07-25 22:48:35 Summary: PEP8 tidy for test/orm/test_naturalpks.py Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/b95cd133fa50/ Changeset: b95cd133fa50 Branch: None User: tlocke Date: 2014-07-25 22:48:35 Summary: Opened test_self_referential for pg8000 The test orm/test_froms.py test_self_referential works with pg8000 now, so I've opened it up. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/fefc0d30dcbb/ Changeset: fefc0d30dcbb Branch: None User: tlocke Date: 2014-07-25 22:48:35 Summary: PEP8 tidy of test/orm/test_froms.py Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/7372dccceeda/ Changeset: 7372dccceeda Branch: None User: tlocke Date: 2014-07-25 22:48:35 Summary: Fixes for pg8000 for test/orm/test_dynamic.py Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/d3d8d410515c/ Changeset: d3d8d410515c Branch: None User: tlocke Date: 2014-07-25 22:48:35 Summary: PEP8 tidy of test/orm/test_dynamic.py Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/e37295b46e14/ Changeset: e37295b46e14 Branch: rel_0_9 User: zzzeek Date: 2014-07-25 22:49:45 Summary: - more pg8000 tests passing Affected #: 7 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. |