Re: [Sqlalchemy-tickets] [sqlalchemy] #2824: Add ability to query column sets as one entity
Brought to you by:
zzzeek
|
From: sqlalchemy <mi...@zz...> - 2013-09-16 17:19:27
|
#2824: Add ability to query column sets as one entity
-----------------------------------+------------------------------------
Reporter: vmagamedov | Owner: zzzeek
Type: enhancement | Status: new
Priority: medium | Milestone: 0.9.xx
Component: orm | Severity: no triage selected yet
Resolution: | Keywords:
Progress State: not decided upon |
-----------------------------------+------------------------------------
Comment (by zzzeek):
Another way to go here would be just to implement your own `_QueryEntity`
subclass. At the moment I'd not encourage this use as the `_QueryEntity`
hasn't been tested and fleshed out for end-user production (it's one thing
to make a base class, another to make one that users can subclass). But
that could be the expansion point too perhaps.
--
Ticket URL: <http://www.sqlalchemy.org/trac/ticket/2824#comment:4>
sqlalchemy <http://www.sqlalchemy.org/>
The Database Toolkit for Python
|