-
**Describe the bug**
On Postgres (`TransactionsContextPooled`) using more then one level of nested sub-transactions cause a deadlock.
All returned instances of `NestedTransactionPooledContext` in `_…
-
## Problem
Nested Transactions are useful in many cases. They are implemented in all other serious database query systems: (TypeORM, Rail's ActiveRecord, Django ORM, Laravel's Eloquent ORM, Elixir …
-
## Problem
Handle nested transaction blocks in an interactive transaction (or in transactions in general). This allows for writing transactions in a more composable manner without having to think a…
-
original:
```
try {
await defaultManager.transaction(async mgr => {
await mgr.withRepository(repo).insert({ name: "user1" });
//throw new Error(`abort`);
await mgr.withRepository(r…
-
When I upgraded from v7 to v8 of this driver, I found that suddenly code that worked fine in v7 is now throwing the "Nested transactions are not supported by this client." error from google/cloud-span…
-
Any reason we can't have nested transaction blocks? Currently this is a `SystemError`:
```
from config, db
config.DATABASE_URL = 'bolt://neo4j:password@localhost:7687'
with db.transaction:
…
-
Allow to start a new nested write transaction within an already open write transaction.
- When a nested transaction is committed, the modifications should only propagate to next outer transaction.
- W…
-
The SQL Standards are a bit handwavey about nested transactions and different DB backends handle it different, but for our current purposes both Pg and SQLite basically ignore any subsequent `BEGIN` b…
-
## Use Case
When working with multisig transactions on Aptos, we often need to encode an `EntryPayload` as a parameter for another transaction. A common example is using `aptos_framework::multisig_…
-
* **I'm submitting a ...**
Bug report
* **What is the current behavior and expected behavior?**
When trying to send tokens from a **nested proxy account** (proxy_1 controlled by proxy_0), the…