New posts in transactions

How to rollback a database transaction when testing services with Spring in JUnit?

Is there a difference between a SELECT statement inside a transaction and one that is outside of it?

Understanding Spring transactions - What happens when a transactional method calls another transactional method?

Animating fragments and the back stack

Django - Rollback save with transaction atomic

Weblogic Error: Caused by: weblogic.transaction.internal.AppSetRollbackOnlyException: setRollbackOnly called on transaction

Do stored procedures run in database transaction in Postgres?

What is the default transaction isolation level for SQL Server with ADO.NET?

sql try/catch rollback/commit - preventing erroneous commit after rollback

Mysql transactions within transactions

Where to put @Transactional? In interface specification or implementation? [duplicate]

Threaded Django task doesn't automatically handle transactions or db connections?

How can I use transactions in my MySQL stored procedure?

How to use TransactionScope in C#?

pipelining vs transaction in redis

How to configure Spring to make JPA (Hibernate) and JDBC (JdbcTemplate or MyBatis) share the same transaction

Spring @Transactional with a transaction across multiple data sources

Transactions for read-only DB access?

UnexpectedRollbackException: Transaction rolled back because it has been marked as rollback-only

Spring transaction REQUIRED vs REQUIRES_NEW : Rollback Transaction