Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in transactions

.net TransactionScope Exception

c# .net transactions

How do you prevent database changes inside a Rails ActiveRecord before_create filter from getting rolled back when it returns false?

T-SQL transactions and table locking

Does Spring @Transactional annotated on method ensure the flush of data exactly when the method ends?

Best way to periodically remove a set of records with LINQ to SQL

How to set transaction LOCK TIMEOUT for Firebird (InterBase) using FireDAC?

Spring ignores @Transactional annotations

Combine CTE along with an IN, in PostgreSQL

Repeatable Read isolation level SELECT vs UPDATE...WHERE

Mongoose return value from withTransaction callback

hibernate delete doesn't work

Where does the responsibility lie to ensure the ACID properties of a transaction?

Analogue of the transaction in HBase

java transactions nosql hbase

SQLite Transaction Syntax for iOS

What lock type is used in READ COMMITTED isolation level?

Cannot get @Transactional to work properly in Spring 3

How does MySQL InnoDB implement Read Uncommitted isolation level