[Sqlalchemy-commits] commit/sqlalchemy: 6 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-01-19 17:45:34
|
6 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/5164612964b7/ Changeset: 5164612964b7 Branch: None User: agronholm Date: 2016-01-16 10:25:13+00:00 Summary: Removed nonexistent includes from MANIFEST.in Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/85bcd55f6dd3/ Changeset: 85bcd55f6dd3 Branch: None User: agronholm Date: 2016-01-16 11:40:39+00:00 Summary: Added support for native enums Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/1992d3351066/ Changeset: 1992d3351066 Branch: None User: agronholm Date: 2016-01-16 17:29:07+00:00 Summary: Corrected code and tests as requested Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/5d2096dcbe44/ Changeset: 5d2096dcbe44 Branch: None User: agronholm Date: 2016-01-17 23:18:36+00:00 Summary: Removed dependency on the stdlib Enum type Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/7b9c16c31335/ Changeset: 7b9c16c31335 Branch: enum User: zzzeek Date: 2016-01-18 22:58:57+00:00 Summary: Merge branch 'master' of https://bitbucket.org/agronholm/sqlalchemy into enum Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/2a7f37b7b019/ Changeset: 2a7f37b7b019 Branch: None User: zzzeek Date: 2016-01-19 17:44:42+00:00 Summary: - The ``str()`` call for :class:`.Query` will now take into account the :class:`.Engine` to which the :class:`.Session` is bound, when generating the string form of the SQL, so that the actual SQL that would be emitted to the database is shown, if possible. Previously, only the engine associated with the :class:`.MetaData` to which the mappings are associated would be used, if present. If no bind can be located either on the :class:`.Session` or on the :class:`.MetaData` to which the mappings are associated, then the "default" dialect is used to render the SQL, as was the case previously. fixes #3081 Affected #: 5 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. |