Re: [Sqlalchemy-tickets] [sqlalchemy] #2338: Registration of class to declarative base with module
Brought to you by:
zzzeek
|
From: sqlalchemy <mi...@zz...> - 2012-08-05 15:34:09
|
#2338: Registration of class to declarative base with module name
-------------------------+-------------------------------------------------
Reporter: guest | Owner: zzzeek
Type: | Status: new
enhancement | Milestone: 0.8.0
Priority: medium | Severity: major - 1-3 hours
Component: | Keywords: classnames, relation, declarative
declarative | base
Resolution: |
Progress State: in |
queue |
-------------------------+-------------------------------------------------
Comment (by zzzeek):
funny thing, how in #2526 we changed decl_class_registry to be weak
referencing on the value side. So this becomes a lot more *fun*, in that
we are severely limited what we can place in this dictionary for values.
the "multiple class names" error suggests we need to store a value other
than a class for a name with multiple hits.
--
Ticket URL: <http://www.sqlalchemy.org/trac/ticket/2338#comment:4>
sqlalchemy <http://www.sqlalchemy.org/>
The Database Toolkit for Python
|