jo ha scritto:
> Michael Bayer ha scritto:
>   
>> that is your own application changing the primary key of a loaded  
>> instance, which is a feature very old versions of SQLAlchemy did not  
>> support.  Upgrade to any recent version of 0.4 or 0.5 and you wont  
>> have that issue anymore.
>>   
>>     
> I think I don't want to change this behavior , Michael,
> Simply I would like to realize that changes was done at current loaded 
> instance
> to avoid flush it.
>
>   
<cut>

Yes you have it,
cls._state['original'].data

but probably you must work over object stored in session


Gla

--~--~---------~--~----~------------~-------~--~----~
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 
sqlalchemy+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to