Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in transactions

Is it possible to roll back CREATE TABLE and ALTER TABLE statements in major SQL databases?

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

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

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

MySQL: Transactions vs Locking Tables

sql mysql transactions locking

How to use transactions with dapper.net?

c# transactions dapper

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

sql tsql transactions

When to use SELECT ... FOR UPDATE?

How to work around the lack of transactions in MongoDB?

mongodb transactions

Transactions in .net

c# .net transactions

What is a database transaction?

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

mysql transactions

How do ACID and database transactions work?

database transactions acid

Is there an API to get bank transaction and bank balance? [closed]

transactions bank

javax.transaction.Transactional vs org.springframework.transaction.annotation.Transactional

What is the difference between Non-Repeatable Read and Phantom Read?

SQL Server - transactions roll back on error?

Transactions across REST microservices?