Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in transactions

Transaction scope timeout on 10 minutes

How do I reset my database state after each unit test without making the whole test a transaction?

In MS SQL Server, is there a way to "atomically" increment a column being used as a counter?

PHP PDO Transactions?

php pdo transactions

How many rows will be locked by SELECT ... ORDER BY xxx LIMIT 1 FOR UPDATE?

Credit card payment gateway in PHP? [closed]

How to check that there is transaction that is not yet committed in SQL Server 2005?

MySQL: Truncate Table within Transaction?

mysql transactions truncate

Can I get a reference to a pending transaction from a SqlConnection object?

Sequences not affected by transactions?

Can relational database scale horizontally

Oracle: How to find out if there is a transaction pending?

oracle transactions

Default Transaction Timeout

Does SQL Server allow constraint violations in a transaction as long as it's not committed yet?

What is the default transaction isolation level in Entity Framework when I issue “SaveChanges()”?

Why does Hibernate disable INSERT batching when using an IDENTITY identifier generator

Atomikos vs JOTM vs Bitronix vs? [closed]

PHP-MySQL-How to safely increment MySQL integer field?

php mysql transactions counter

Nested transactions in Sql Server

sql-server transactions

Transaction mode for file operations in Java

java transactions