New posts in transactions

What happens to an uncommitted transaction when the connection is closed?

Are nested transactions allowed in MySQL?

How does TransactionScope roll back transactions?

How do I do large non-blocking updates in PostgreSQL?

Laravel: Using try...catch with DB::transaction()

TransactionScope vs Transaction in LINQ to SQL

Transaction marked as rollback only: How do I find the cause

Is there a way to list open transactions on SQL Server 2000 database?

Correct use of flush() in JPA/Hibernate

Transaction isolation levels relation with locks on table

What happens if you don't commit a transaction to a database (say, SQL Server)?

MySQL: Transactions vs Locking Tables

How to use transactions with dapper.net?

Best way to work with transactions in MS SQL Server Management Studio

@Transactional on @PostConstruct method

When to use SELECT ... FOR UPDATE?

How to work around the lack of transactions in MongoDB?

What is a database transaction?

Fixing "Lock wait timeout exceeded; try restarting transaction" for a 'stuck" Mysql table?

Why do I need Transaction in Hibernate for read-only operations?