Re: [Sqlalchemy-tickets] [sqlalchemy] #2922: allow PG search path reflection behavior to be configu
Brought to you by:
zzzeek
|
From: sqlalchemy <mi...@zz...> - 2014-01-28 16:54:50
|
#2922: allow PG search path reflection behavior to be configurable
------------------------------+-------------------------------
Reporter: vrobin | Owner: zzzeek
Type: defect | Status: new
Priority: high | Milestone: 0.9.2
Component: postgres | Severity: major - 1-3 hours
Resolution: | Keywords:
Progress State: needs tests |
------------------------------+-------------------------------
Comment (by zzzeek):
the two test cases are:
{{{
# test one
metadata.reflect(postgresql_ignore_search_path=True)
# test two
myfirsttable = Table('myfirsttable', metadata, autoload=True,
postgresql_ignore_search_path=True)
}}}
tests will be specifically in test.dialect.postgresql.test_reflection->
test_schema_reflection_multi_search_path_ignore / _dontignore.
--
Ticket URL: <http://www.sqlalchemy.org/trac/ticket/2922#comment:11>
sqlalchemy <http://www.sqlalchemy.org/>
The Database Toolkit for Python
|