Re: [Sqlalchemy-tickets] [sqlalchemy] #2750: Inconsistent behavior for polymorphic queries
Brought to you by:
zzzeek
|
From: sqlalchemy <mi...@zz...> - 2013-06-07 16:44:05
|
#2750: Inconsistent behavior for polymorphic queries
------------------------------+----------------------------------
Reporter: schlamar | Owner: zzzeek
Type: defect | Status: new
Priority: high | Milestone: 0.8.xx
Component: orm | Severity: minor - half an hour
Resolution: | Keywords:
Progress State: needs tests |
------------------------------+----------------------------------
Changes (by zzzeek):
* priority: medium => high
* status_field: awaiting triage => needs tests
* severity: no triage selected yet => minor - half an hour
* milestone: => 0.8.xx
Comment:
It shouldn't let you persist on a joined inh with an incompatible type,
but note that we do support sending this type for the single table use
case. Ultimately the type has to be reconciled against the tables
corresponding to it.
--
Ticket URL: <http://www.sqlalchemy.org/trac/ticket/2750#comment:1>
sqlalchemy <http://www.sqlalchemy.org/>
The Database Toolkit for Python
|