Dnia 2009-09-11, Pt o godzinie 13:39 +0800, Paulo Aquino pisze:
> I add a python property to my class, can i make this query able?
> Anyone knows of a good sample on how to do this, I would really
> appreciate.
> 
If you mean descriptor:
http://www.sqlalchemy.org/docs/05/mappers.html#using-descriptors

but if you want to build SQL query for property not reflected in
database schema.. then it will be hard to do :)


Tomasz Jezierski
Tefnet
http://www.tefnet.pl



--~--~---------~--~----~------------~-------~--~----~
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