[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-11-10 20:31:18
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ea934b95396d/ Changeset: ea934b95396d Branch: None User: Benjamin Dopplinger Date: 2016-11-10 16:19:09+00:00 Summary: Remove non-working Connection.default_schema_name() method The method `engine.base.Connection.default_schema_name` is broken since 4b532e2 (this was when `engine.dialect.get_default_schema_name` was replaced with `engine.dialect.default_schema_name`). The method is unused and also is not functional for end-user use, so remove it for now. Change-Id: I6ffbd9ce1b9b54ff6df63ed45d7d33591f183933 Pull-request: https://github.com/zzzeek/sqlalchemy/pull/321 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/33e277e856fe/ Changeset: 33e277e856fe Branch: master User: zzzeek Date: 2016-11-10 20:30:04+00:00 Summary: Merge "Remove non-working Connection.default_schema_name() method" Affected #: 2 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. |