Re: [Sqlalchemy-tickets] [sqlalchemy] #2898: get_table_names should not return views
Brought to you by:
zzzeek
|
From: sqlalchemy <mi...@zz...> - 2013-12-27 18:35:09
|
#2898: get_table_names should not return views
-------------------------------------------+-------------------------------
Reporter: treeve | Owner: zzzeek
Type: defect | Status: new
Priority: medium | Milestone: 0.8.xx
Component: firebird | Severity: major - 1-3 hours
Resolution: | Keywords:
Progress State: needs questions answered |
-------------------------------------------+-------------------------------
Comment (by zzzeek):
the existing query seems to be looking at the fields of the relation and
extrapolating the view name from that. The new query does look more
appropriate, however need a test case - how to produce a column that is
part of a view but has "view context" as NULL?
--
Ticket URL: <http://www.sqlalchemy.org/trac/ticket/2898#comment:3>
sqlalchemy <http://www.sqlalchemy.org/>
The Database Toolkit for Python
|