I have a table with a deferred column. I want to fetch an object from
the database and update this column, but have no use for the actual
value of it. However, it seems when I change the value of the column
it first fetches the value for it and then sets it before doing the
update. Is there any way to stop this behavior? It's expensive
especially for updating columns that are relations, as it fetches the
deferred column, then the row it references, then sets it before
updating.


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