Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in transactions

MySQL AUTO_INCREMENT does not ROLLBACK

What does a transaction around a single statement do?

sql sql-server transactions

Transactions in NoSQL?

transactions nosql

Are PostgreSQL functions transactional?

postgresql transactions

SQL Identity (autonumber) is Incremented Even with a Transaction Rollback

Django: How can I protect against concurrent modification of database entries

Differences between requires_new and nested propagation in Spring transactions

Will a using statement rollback a database transaction if an error occurs?

Where should "@Transactional" be placed Service Layer or DAO

spring transactions dao

Spring @Transactional read-only propagation

spring transactions

Android Database Transaction

android sqlite transactions

Entity Framework 6 transaction rollback

Difference between SET autocommit=1 and START TRANSACTION in mysql (Have I missed something?)

mysql sql transactions

Database.BeginTransaction vs Transactions.TransactionScope [duplicate]

Should I commit or rollback a read transaction?

sql database transactions

Are nested transactions allowed in MySQL?

How does TransactionScope roll back transactions?

Laravel: Using try...catch with DB::transaction()

php laravel transactions

Transaction marked as rollback only: How do I find the cause

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