[Sqlalchemy-commits] commit/sqlalchemy: 19 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-05-30 16:46:03
|
19 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/dd9b7357fd64/ Changeset: dd9b7357fd64 Branch: None User: tlocke Date: 2014-05-21 20:17:41 Summary: pg8000.dbapi is now just pg8000 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/e36e2281000a/ Changeset: e36e2281000a Branch: None User: tlocke Date: 2014-05-21 20:17:41 Summary: pg8000 no longer truncates decimals We can now update the requirements to remove the special case of pg8000 truncating decimals. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/30af3116286b/ Changeset: 30af3116286b Branch: None User: tlocke Date: 2014-05-21 20:17:41 Summary: Two tests now work for pg800 in EnumTest The two tests, test_create_table() and test_unicode_labels() previously failed under pg8000, but now they pass, so this commit opens them up. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/fc4e113cf1ee/ Changeset: fc4e113cf1ee Branch: None User: tlocke Date: 2014-05-21 20:17:41 Summary: pg8000 now passes test_extract() test Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/996de05ee96b/ Changeset: 996de05ee96b Branch: None User: tlocke Date: 2014-05-21 20:17:41 Summary: Add postgresql+pg8000 to floats_to_four_decimals pg8000 uses binary transfer of floats and so accuracy is lost for floats that can't be represented exactly in binary. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/32bae567fe48/ Changeset: 32bae567fe48 Branch: None User: tlocke Date: 2014-05-21 20:17:41 Summary: Updated doc string for postgresql+pg8000 dialect Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/66e0a7771f66/ Changeset: 66e0a7771f66 Branch: None User: tlocke Date: 2014-05-22 21:13:10 Summary: Autocommit isolation level for postgresql+pg8000 As with postgresql+psycopg2, execution_options(isolation_level='AUTOCOMMIT') now works for the postgresql+pg8000 dialect. Also enabled the autocommit test in test_dialect.py for pg8000. Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/f8f29d0a105a/ Changeset: f8f29d0a105a Branch: None User: tlocke Date: 2014-05-22 21:36:27 Summary: PEP 8 tidy of pg8000 dialect and postgresql/test_dialect.py Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/f000161f242f/ Changeset: f000161f242f Branch: None User: zzzeek Date: 2014-05-30 18:08:26 Summary: Merge branch 'master' of https://github.com/tlocke/sqlalchemy into tlocke-master Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/2e4d3e65e36d/ Changeset: 2e4d3e65e36d Branch: None User: zzzeek Date: 2014-05-30 18:27:42 Summary: - changelog + docs for pg8000 transaction isolation level Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/bffda1f3f5c6/ Changeset: bffda1f3f5c6 Branch: None User: tlocke Date: 2014-05-30 18:29:25 Summary: pg8000.dbapi is now just pg8000 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/e875ddf102f6/ Changeset: e875ddf102f6 Branch: None User: tlocke Date: 2014-05-30 18:29:25 Summary: pg8000 no longer truncates decimals We can now update the requirements to remove the special case of pg8000 truncating decimals. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/80c3e6cdb40c/ Changeset: 80c3e6cdb40c Branch: None User: tlocke Date: 2014-05-30 18:29:25 Summary: Two tests now work for pg800 in EnumTest The two tests, test_create_table() and test_unicode_labels() previously failed under pg8000, but now they pass, so this commit opens them up. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/1d610c87c8d9/ Changeset: 1d610c87c8d9 Branch: None User: tlocke Date: 2014-05-30 18:29:25 Summary: pg8000 now passes test_extract() test Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/3a2239ceefae/ Changeset: 3a2239ceefae Branch: None User: tlocke Date: 2014-05-30 18:29:25 Summary: Add postgresql+pg8000 to floats_to_four_decimals pg8000 uses binary transfer of floats and so accuracy is lost for floats that can't be represented exactly in binary. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/77321d09fd12/ Changeset: 77321d09fd12 Branch: None User: tlocke Date: 2014-05-30 18:29:25 Summary: Updated doc string for postgresql+pg8000 dialect Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/180694dde6a5/ Changeset: 180694dde6a5 Branch: None User: tlocke Date: 2014-05-30 18:29:25 Summary: Autocommit isolation level for postgresql+pg8000 As with postgresql+psycopg2, execution_options(isolation_level='AUTOCOMMIT') now works for the postgresql+pg8000 dialect. Also enabled the autocommit test in test_dialect.py for pg8000. Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/ce8eaf082a9e/ Changeset: ce8eaf082a9e Branch: None User: tlocke Date: 2014-05-30 18:29:25 Summary: PEP 8 tidy of pg8000 dialect and postgresql/test_dialect.py Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/c9ea32a20dab/ Changeset: c9ea32a20dab Branch: rel_0_9 User: zzzeek Date: 2014-05-30 18:29:35 Summary: - changelog + docs for pg8000 transaction isolation level Affected #: 4 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. |