-
CockroachDB 20.1 is introducing support for nested transactions via postgres' (and SQL standard) savepoint protocol. SAVEPOINT, RELEASE SAVEPOINT, COMMIT SAVEPOINT.
However as of 20.1, a (nested) t…
-
### Describe the bug
When using an `if` statement inside a transaction and assigning to a variable,
the variable value isn't updated outside the transaction.
Without the `if`, the variable val…
-
In deeply nested maps, datascript can successfully build relationships with both the lookup ref, and reverse lookup ref, however, it seems like when you combine them, it does not create a connection
…
-
http://docs.janusgraph.org/0.1.0-SNAPSHOT/tx.html#multi-thread-tx
When trying to use nested transactions, I get an "unsupported feature" exception. Do we need to remove this doc section, implement …
-
Hey hey,
For Multix where I'm digging into decoded Transactions, I'd like to go from a decoded Transaction (e.g `Transaction['decodedCall]` to a `Transaction`.
For instance, I need to calculate …
Tbaut updated
2 months ago
-
## Bug description
WalletConnect+dapp: new tx appears again after closing if execution was cancelled in the owner wallet
## Environment
- Browser: Chrome
- Wallet: MetaMask
- Chain: Sepolia
…
-
The `throwSTM` combinator exposed by `GHC.Conc`, `GHC.Conc.Sync`, and the `stm` package currently does not capture and attach a `Backtraces` annotation to the thrown exception. This functionality was …
-
I have a modified version of unittest's `TestCase`, in which I start a transaction before each test, and rollback the transaction after each test. This makes sure every test is isolated from each othe…
-
## GORM Playground Link
https://github.com/go-gorm/playground/pull/659
## Description
I am developing a server application using gorm—thank you for providing such a useful ORM tool. In produc…
-
## What are you doing?
When using nested transaction, internal transactions queries run in random order without considering the which transaction they belong to -
Example code -
```sql
CREATE TABL…