Hi, 

I have one set of tables and I want to automate the insertion of the 
company_id in queries at certain tables. So I need to define in the models 
which tables are effected, no worries there, but where do I need to 
implement the query manipulation? The SQLAlchemy object is shared between 
different requests (as the configuration remains te same). But the session 
is different, as the company_id differs between sessions. 

Where and how do I implement the query manipulation?!

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/sqlalchemy/-/jR3CpmaeKGsJ.
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