Re: [Sqlalchemy-tickets] [sqlalchemy] #2824: Add ability to query column sets as one entity
Brought to you by:
zzzeek
|
From: sqlalchemy <mi...@zz...> - 2013-10-02 23:42:18
|
#2824: Add ability to query column sets as one entity
------------------------------+-------------------------------
Reporter: vmagamedov | Owner: zzzeek
Type: enhancement | Status: new
Priority: high | Milestone: 0.9.0
Component: orm | Severity: major - 1-3 hours
Resolution: | Keywords:
Progress State: in progress |
------------------------------+-------------------------------
Changes (by zzzeek):
* priority: medium => high
* status_field: not decided upon => in progress
* severity: very major - up to 2 days => major - 1-3 hours
* milestone: 0.x.xx => 0.9.0
Comment:
I have a need for something like this specific to composites, so I've
implemented an experimental version of a new feature here in the
ticket_2824 branch, if you want to check that out. Basically you override
the Bundle class, implement the create_row_processor method as you wish
and you can do whatever you want with a grouping of columns.
I need to test out the composite functionality here in terms of my app
over here before I merge this in.
--
Ticket URL: <http://www.sqlalchemy.org/trac/ticket/2824#comment:9>
sqlalchemy <http://www.sqlalchemy.org/>
The Database Toolkit for Python
|