[Sqlalchemy-commits] commit/sqlalchemy: 4 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-08-13 21:51:30
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/10bb97e89a5b/ Changeset: 10bb97e89a5b Branch: None User: Ilya Pekelny Date: 2014-08-08 09:00:17 Summary: DropEnumType class available from postgres dialect Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/a0e0f4c289b4/ Changeset: a0e0f4c289b4 Branch: pr/126 User: Ilya Pekelny Date: 2014-08-08 09:05:30 Summary: Public inspector method to load enum list Provide opportunity to get enums list via an inspector instance public interface. Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/f39767ad727f/ Changeset: f39767ad727f Branch: pr126 User: zzzeek Date: 2014-08-13 23:42:33 Summary: - public method name is get_enums() - return a list of dicts like other methods do - don't combine 'schema' with 'name', leave them separate - support '*' argument so that we can retrieve cross-schema if needed - remove "conn" argument - use bound parameters for 'schema' in SQL - order by schema, name, label - adapt _load_enums changes to column reflection - changelog - module docs for get_enums() - add drop of enums to --dropfirst Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/190961157d0e/ Changeset: 190961157d0e Branch: None User: zzzeek Date: 2014-08-13 23:50:50 Summary: Merge branch 'pr126' Conflicts: doc/build/changelog/changelog_10.rst 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. |