Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in transactions

Are SQL queries guaranteed to execute atomically when using UNION?

sql transactions

JDBC: foreign key on PK created in same transaction

java mysql transactions

MSMQ receive with transaction - rollback not making message available again

Spring transactions TransactionSynchronizationManager: isActualTransactionActive vs isSynchronizationActive

How to rollback to savepoint nested transactions using Hibernate

Is it ok to use DataSourceTransactionManager for ORM persistence instead of HibernateTransactionManager?

Difference between a hibernate transaction and a database transaction done using sql queries?

sql hibernate transactions

Upgrading transaction.commit_manually() to Django > 1.6

@Transactional ignored in CDI Bean's base class

java transactions cdi

How to properly use transactions and locks to ensure database integrity?

How to start a transaction in JPA using entityManager

Rails ActiveRecord Transaction vs Class Transaction

Spring Data JPA streaming query methods cause an exception about transactions

How do I test my DAO update method in an AbstractTransactionalJUnit4SpringContextTests test?

What is zombie transaction?

sql-server transactions

MySQL repeatable read and lost update/phantom reads

Is it ok to catch and reraise an exception inside Django transaction.atomic()?

How do you configure the Transaction time out in Entity Framework 6 DbContext.Database.BeginTransaction?

What's the difference between READ_COMMITTED and SERIALIZABLE isolation levels in Oracle database?

java oracle transactions

Spring Service @Transactional doesn't rollback transaction Mybatis SqlSession