> one question to sqlalchemy experts: is it possible to reduce the
> number of queries? i noticed that objects are reloaded every time
> insert/update is done even though in many cases the session already
> contains the data (and it would be ok just to check that
> insert/update operations on the db level succeeded)...
see arguments to sessioncreator, different flavours (e.g. 
create_session vs sessionmaker) have diff. defaults, pick a subset 
that suits u.


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