> If you have mapper definitions separate from classes, theres nothing
> stopping you from adding attributes to the class over there, i.e.
>
> mapper(MyClass, mytable)
>
> MyClass.foo = some_validation_decorator(MyClass.foo)
>
> Personally I wouldn't bother (then again I use declarative for everything
> now).
>


Perhaps I should try declarative... are there any gotcha's to know
about?


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

Reply via email to