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-18 15:55:43
|
#2824: Add ability to query column sets as one entity
-----------------------------------+---------------------------------------
Reporter: vmagamedov | Owner: zzzeek
Type: enhancement | Status: new
Priority: medium | Milestone: 0.x.xx
Component: orm | Severity: very major - up to 2 days
Resolution: | Keywords:
Progress State: not decided upon |
-----------------------------------+---------------------------------------
Comment (by vmagamedov):
It works!:) Thank you, this is much better, now {{{Query}}} subclass (or
mixin) will be simpler.
> 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.
I'm understand that my case isn't broad enough, so you can close this
ticket if you wish or leave it open to publish later more expansion points
to support custom entity wrappers (as you said above) when their
implementation would be stabilised/tested.
--
Ticket URL: <http://www.sqlalchemy.org/trac/ticket/2824#comment:8>
sqlalchemy <http://www.sqlalchemy.org/>
The Database Toolkit for Python
|