Search code examples
@TransactionalEventListener with @Transactional and propagations REQUIRES_NEW, NOT_SUPPORTED...


springtransactionsspring-dataspring-transactions

Read More
When to use SELECT ... FOR UPDATE?...


mysqlsqlsql-servertransactionsselect-for-update

Read More
TransactionScope automatically escalating to MSDTC on some machines?...


c#.nettransactionstransactionscopemsdtc

Read More
PostgreSQL List of Transactions...


sqlpostgresqltransactions

Read More
AWS Redshift Serializable Isolation Violation Error With Snapshot Isolation...


amazon-web-servicestransactionsamazon-redshift

Read More
In django transactions, what happens if an error is raised in on_commit?...


djangopostgresqltransactions

Read More
Handle a function that can be called within a transaction or not...


rusttransactionsrust-sqlx

Read More
How to use a Transaction with a lifetime specified with the Query's execute function?...


rusttransactionslifetimerust-sqlx

Read More
Is it possible to nest transactions in peewee + sqlite?...


pythonsqlitetransactionspeewee

Read More
Non-Repeatable Read vs Phantom Read?...


databaseoracle-databasetransactionsisolation-leveltransaction-isolation

Read More
How to execute an INSERT query followed by INSERT queries on related tables with auto-incremented fo...


phpcodeigniteractiverecordmodeltransactions

Read More
Spring @Transactional - isolation, propagation...


javaspring-data-jpatransactionsisolationpropagation

Read More
How to restrict the maximum duration of Postgres transactions?...


databasepostgresqltransactions

Read More
Get number of Oracle DB transactions...


sqloracle-databasetransactions

Read More
In-memory database does not like a two phase commit...


sqliteentity-frameworkasp.net-coretransactions.net-8.0

Read More
Does Postgres support nested or autonomous transactions?...


sqlpostgresqlpython-3.xtransactions

Read More
Cosmos DB Inserts All Data, but SQL Server Only Inserts Some Records Within a Transaction...


c#sql-servermongodbentity-framework-coretransactions

Read More
Why does SQL Server default XACT_ABORT to OFF? Can it be set to ON globally?...


sql-servert-sqltransactionsxact-abort

Read More
Issue with nested creation in Prisma...


node.jstypescriptormtransactionsprisma

Read More
Is it possible to use Firebase Realtime Database to implement a distributed mutex?...


javascriptfirebasefirebase-realtime-databasetransactionsmutex

Read More
Multiple database in one transaction in Entity Framework...


c#asp.net.netentity-frameworktransactions

Read More
Row was updated or deleted by another transaction (or unsaved-value mapping was incorrect):...


javaspring-bootspring-data-jpatransactionsoptimistic-locking

Read More
Why do I get the following error when trying to do a TUniQuery.Post: "Cannot create new connect...


sql-serverdelphitransactionsdevartunidac

Read More
use the returned value of the query as a foreign key without starting a new transaction or dropping ...


postgresqltransactionsforeign-keys

Read More
Why does this multiple "DO" block script work in DBeaver but fail in pgAdmin?...


postgresqltransactionsplpgsqlpgadmin

Read More
Golang postgresql query with transactions and squirrel...


postgresqlgotransactionssquirrel

Read More
How to handle asynchronous thread processing with same transaction in SpringBoot?...


javaspringspring-bootmultithreadingtransactions

Read More
What is the use case for Django's on_commit?...


pythondjangotransactionscommit

Read More
SQL transaction locks query weird behavior...


sqlsql-servert-sqltransactions

Read More
Do transaction in Django make things faster...


djangodatabasetransactions

Read More
BackNext