Hi ,

I want to filter my table using Model methods . So I have a method called 
get_gen_name() that gives me the actual item name from a combination of 
values in the tables & I want to search that .

Any idea how do I achieve that ?

I’m understand that there are hybrid properties / column expressions for 
this. I tried that . But the problem is what I am trying to search doesn't 
exist exclusively in the table , the item name is created on the fly from a 
combination of values in the table . I'm not sure how to get the hybrid 
props work for me in this case.

Any help is much appreciated 

Thanks!


-- 
SQLAlchemy - 
The Python SQL Toolkit and Object Relational Mapper

http://www.sqlalchemy.org/

To post example code, please provide an MCVE: Minimal, Complete, and Verifiable 
Example.  See  http://stackoverflow.com/help/mcve for a full description.
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sqlalchemy/81910831-a48b-4575-bfff-3054c9e5f747o%40googlegroups.com.

Reply via email to