]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Remove non-working Connection.default_schema_name() method
authorBenjamin Dopplinger <b.dopplinger@gmail.com>
Thu, 10 Nov 2016 16:15:37 +0000 (11:15 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 10 Nov 2016 16:19:09 +0000 (11:19 -0500)
commitea934b95396d4796ceee8ae949a964a4d3005211
tree2bb1a6de05ff8a03ce6e08010df69473201acffd
parentb141f9f3c8c5c7348daff5aa2a30850c3bf673ba
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
doc/build/changelog/changelog_11.rst
lib/sqlalchemy/engine/base.py