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:14:55
|
#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):
you're overriding two methods, that's not much "quirk".
the feature that you're doing is interesting but not something I have any
notion of an API that would do exactly that, it's better that there are
enough expansion points that it can be implemented via custom code as
you're doing. Wrapping columns in an ad-hoc python function on return,
that could be useful, that would be more of a Core feature and perhaps
something that builds on `type_coerce()`. I can see helpers here, and
maybe a "filter" extension. What "quirks" are bothering you exactly?
--
Ticket URL: <http://www.sqlalchemy.org/trac/ticket/2824#comment:3>
sqlalchemy <http://www.sqlalchemy.org/>
The Database Toolkit for Python
|