On Jul 6, 2007, at 6:25 AM, Andreas Jung wrote:

>
> I have a self-referential mapper where a view is involved within a  
> primaryjoin of a relation. Traversing a tree represented through  
> the mapper generates a bunch of UPDATE operations on the view (no  
> idea why
> so far) although only SELECT operations are used during the query.
> However views in Postgres are read-only. The error message is

also I would note that SQLAlchemy never issues any updates/inserts/ 
deletes of any kind unless flush() is explicitly called (or a  
SessionTransaction is committed).


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to