I think SQL Alchemy should raise some exception when a code tries to change 
the value of a Pickle type attribute when mutable = False.
Reason for this is that user has accepted an attribute to be immutable and 
still trying to change the value.
Can anyone explain the reason for not having so ?

http://docs.sqlalchemy.org/en/rel_0_8/core/types.html#sqlalchemy.types.PickleType

-- 
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 post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at http://groups.google.com/group/sqlalchemy?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to