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 22:05:22
|
#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 vrobin):
Wow, this is what I call premium service! You're impressive! :)
I've applied your patch and I can confirm that the test case now works
perfectly with postgresql_ignore_search_path=True parameter (and fails as
before when parameter is set to false).
Strangely, with the database at my hand (a pgsql 9.2 / windows 7 x64), the
test case fails before the patch and works with the patch, but the orignal
code with the original database... doesn't fail (even before patch is
applied). I'll try tomorrow with the failing database (pgsql 9.1 / linux)
so I can confirm the full resolution of the problem (I have little doubt
about it)
--
Ticket URL: <http://www.sqlalchemy.org/trac/ticket/2922#comment:12>
sqlalchemy <http://www.sqlalchemy.org/>
The Database Toolkit for Python
|