Re: [Sqlalchemy-tickets] [sqlalchemy] #2808: AssociationProxy should use keywords on create
Brought to you by:
zzzeek
|
From: sqlalchemy <mi...@zz...> - 2013-08-26 15:21:22
|
#2808: AssociationProxy should use keywords on create
-----------------------------------+----------------------------------
Reporter: schlamar | Owner: zzzeek
Type: enhancement | Status: reopened
Priority: medium | Milestone: 0.8.xx
Component: ext | Severity: minor - half an hour
Resolution: | Keywords:
Progress State: completed/closed |
-----------------------------------+----------------------------------
Comment (by zzzeek):
a post regarding the "explicit, but you can automate it!" nature of
SQLAlchemy is here:
http://techspot.zzzeek.org/2011/05/17/magic-a-new-orm/
as far as "creator", I will grant that given the nature of Declarative
(which came after association proxy), it would have been better if it
assumed keyword arguments to start with, rather than positional. I'd be
willing to examine an approach that uses inspect() to make simple
deductions here as to if named arguments can be used.
--
Ticket URL: <http://www.sqlalchemy.org/trac/ticket/2808#comment:14>
sqlalchemy <http://www.sqlalchemy.org/>
The Database Toolkit for Python
|