I think we need to just get column_property to work as a string with 
declarative. 

Sent from my iPhone

On Mar 19, 2013, at 6:10 AM, millerdev <miller...@gmail.com> wrote:

> __declare_last__ works. Thanks Mike.
> 
> Would it make sense to add a property decorator similar to @declared_attr 
> (maybe @declared_last)? Aesthetically, it seems nicer to define each property 
> separately than to pile them all inside a __declared_last__ function. Of 
> course that could introduce a new ordering problem, so __declared_last__ 
> would still be necessary in cases where the properties must to be defined in 
> a particular order (I don't have that situation now, but can imagine it).
> 
> ~ Daniel
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "sqlalchemy" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to sqlalchemy+unsubscr...@googlegroups.com.
> To post to this group, send email to sqlalchemy@googlegroups.com.
> Visit this group at http://groups.google.com/group/sqlalchemy?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>  
>  

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at http://groups.google.com/group/sqlalchemy?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to