diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-02-02 16:33:54 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-02-02 16:33:54 -0500 |
commit | 0326f3cf014ffb4928b4c6051d2fca13cb6945d7 (patch) | |
tree | 0f3585321eccf6ba5b7cd97f38490f8c2650ccd5 /lib/sqlalchemy/dialects/mysql/cymysql.py | |
parent | 4ed4266803cbba480e5785103302eba5b5a86652 (diff) | |
download | sqlalchemy-0326f3cf014ffb4928b4c6051d2fca13cb6945d7.tar.gz |
- Added :paramref:`.MetaData.reflect.**dialect_kwargs`
to support dialect-level reflection options for all :class:`.Table`
objects reflected.
- Added a new dialect-level argument ``postgresql_ignore_search_path``;
this argument is accepted by both the :class:`.Table` constructor
as well as by the :meth:`.MetaData.reflect` method. When in use
against Postgresql, a foreign-key referenced table which specifies
a remote schema name will retain that schema name even if the name
is present in the ``search_path``; the default behavior since 0.7.3
has been that schemas present in ``search_path`` would not be copied
to reflected :class:`.ForeignKey` objects. The documentation has been
updated to describe in detail the behavior of the ``pg_get_constraintdef()``
function and how the ``postgresql_ignore_search_path`` feature essentially
determines if we will honor the schema qualification reported by
this function or not. [ticket:2922]
Diffstat (limited to 'lib/sqlalchemy/dialects/mysql/cymysql.py')
0 files changed, 0 insertions, 0 deletions