Skip to content Skip to sidebar Skip to footer
Showing posts with the label Transactions

Cross Group (xg) Transactions And Further Explanation Of Use

The most recent release of the GAE states the following changes: Datastore Cross Group (XG) Transa… Read more Cross Group (xg) Transactions And Further Explanation Of Use

Does Closing A Sqlalchemy Orm Session Roll Back Uncommitted Changes?

For example, is there a difference between the following two? session = Session() # Session is a se… Read more Does Closing A Sqlalchemy Orm Session Roll Back Uncommitted Changes?

Make Sqlalchemy Commit Instead Of Rollback After A Select Query

I am developing an app together with a partner. I do the database part (PostgreSQL), my partner imp… Read more Make Sqlalchemy Commit Instead Of Rollback After A Select Query

Per-transaction Isolation Level In Django ORM

Is it possible to set isolation level for custom transaction (but not with raw sql)? For example, s… Read more Per-transaction Isolation Level In Django ORM