[Sqlalchemy-commits] commit/sqlalchemy: 15 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-02-02 20:07:24
|
15 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/1e6a4c2ba98d/ Changeset: 1e6a4c2ba98d Branch: None User: agronholm Date: 2016-01-18 23:04:39+00:00 Summary: Added support for native enums Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/6efe0b708f7d/ Changeset: 6efe0b708f7d Branch: None User: agronholm Date: 2016-01-18 23:04:39+00:00 Summary: Corrected code and tests as requested Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/9577ef037f8d/ Changeset: 9577ef037f8d Branch: None User: agronholm Date: 2016-01-18 23:04:39+00:00 Summary: Removed dependency on the stdlib Enum type Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/3ede8a887d6a/ Changeset: 3ede8a887d6a Branch: None User: agronholm Date: 2016-01-19 01:53:32+00:00 Summary: Rely less on the enumerated type implementing PEP 435 correctly Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/a1d095cb8eab/ Changeset: a1d095cb8eab Branch: None User: agronholm Date: 2016-01-19 02:00:50+00:00 Summary: Added tests for Enum.python_type Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/456229ff1262/ Changeset: 456229ff1262 Branch: None User: agronholm Date: 2016-01-19 16:56:23+00:00 Summary: Replaced None comparison with a try...except block in Enum.result_processor Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/7fca96fe7a9c/ Changeset: 7fca96fe7a9c Branch: None User: agronholm Date: 2016-01-20 00:02:31+00:00 Summary: Backtracked on reraise() for consistency until it's applied universally Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/38a9e57353bc/ Changeset: 38a9e57353bc Branch: None User: agronholm Date: 2016-01-21 02:54:35+00:00 Summary: Fixed enum value check on py2 when bind value is a bytestring Side note: CHECK constraints don't work on MySQL because...drum roll...they're not implemented on any engine, as of MySQL 5.7. Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/6f7f9afcf5ca/ Changeset: 6f7f9afcf5ca Branch: None User: zzzeek Date: 2016-02-02 16:59:45+00:00 Summary: Merge branch 'master' of https://bitbucket.org/agronholm/sqlalchemy into pr72 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/c1ab2440a736/ Changeset: c1ab2440a736 Branch: None User: zzzeek Date: 2016-02-02 17:14:09+00:00 Summary: - D rules seem to have been added overnight to the flake8 plugin I'm using and many of these seem contradictory and/or undesirable. block all until individual rules can be approved. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/2291b6d7da28/ Changeset: 2291b6d7da28 Branch: rel_1_0 User: zzzeek Date: 2016-02-02 17:15:30+00:00 Summary: - D rules seem to have been added overnight to the flake8 plugin I'm using and many of these seem contradictory and/or undesirable. block all until individual rules can be approved. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/86660fef7ee1/ Changeset: 86660fef7ee1 Branch: None User: zzzeek Date: 2016-02-02 17:15:35+00:00 Summary: - D rules seem to have been added overnight to the flake8 plugin I'm using and many of these seem contradictory and/or undesirable. block all until individual rules can be approved. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/cb97161f1b6e/ Changeset: cb97161f1b6e Branch: None User: zzzeek Date: 2016-02-02 19:19:01+00:00 Summary: - changelog and migration notes for #3095, #3292 - add a new create_constraint flag to Enum to complement that of Boolean - reinstate the CHECK constraint tests for enum, these already fail /skip against the MySQL backend Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/5401c4d8514a/ Changeset: 5401c4d8514a Branch: None User: agronholm Date: 2016-02-02 19:21:54+00:00 Summary: - Initial implementation of support for PEP-435 enumerated types within the Enum type. Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/df55695f8e99/ Changeset: df55695f8e99 Branch: None User: zzzeek Date: 2016-02-02 20:04:46+00:00 Summary: - add changelog and migration notes for new Enum features, fixes #3095, #3292 - reorganize enum constructor to again work with the MySQL ENUM type - add a new create_constraint flag to Enum to complement that of Boolean - reinstate the CHECK constraint tests for enum, these already fail /skip against the MySQL backend - simplify lookup rules in Enum, have them apply to all varieties of Enum equally Affected #: 6 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. |