Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in transactions

What is the difference between withTransaction and withSession in grails?

How do I get transaction info in Spring whether transaction is committed or rollback in a declarative transaction management?

How to log the start and the completion of DB transactions in Hibernate

Do stored procedures run in database transaction in Postgres?

Celery and transaction.atomic

SAVE TRANSACTION vs BEGIN TRANSACTION (SQL Server) how to nest transactions nicely

How to use transactions with a datacontext

How to set transaction isolation level using ActiveRecord connection?

Connection pool corrupted by nested ADO.NET transactions (with MSDTC)

JPA/Hibernate - Undesired Partial Rollback and Session Handling

Purpose of nested transactions

Spring JpaRepository: delete() with subsequent save() in the same transaction

Multi-collection, multi-document 'transactions' in MongoDB

mongodb transactions

How do I do nested transactions in NHibernate?

Transaction Size Limit in SQL Server

sql-server transactions

Python/SQLite3: cannot commit - no transaction is active

Why does Rails ignore a Rollback in a (pseudo)nested transaction?

Alternative to TransactionScope of System.Transaction assembly in .net core framework

Best practices for rolling back transactions in Spring 3/Hibernate

How are the Spring @Transactional and the Hibernate @LockMode annotations related