-
### Is your proposal related to a problem?
There are limitations when executing multiple store procedures, including nested procedures, in a SQL Server environment as a transaction.
The executio…
-
Hi Chris,
Thanks for all your help so far.
I need to populate few tables from multiple webservices to use the app offline.
If the network get disconnected during this data download process(if any …
-
Apologies if this is somehow already possible, but as having just started using ledger (which is a great tool), I have found the below behaviour doesn't work at the moment.
I would like to be able …
-
### Bug Report
I've tried nesting multiple transactions. However, this does not seem to work properly from a depth of 3. I'm using MySQL Server version: 8.0.16.
| Q | A
|---------…
-
`fsspec.transaction.Transaction()` context manager should support nested transactions.
example usage:
```python
def func1():
fs = fsspec.filesystem('file')
with fs.transaction:
#…
-
When playing with `the-graph`, trying to rapidly drag random nodes, quite often the drag operation doesn't happen, and in the JS console `Nested transactions not supported` appears.
What are these ne…
-
We want to be able to support sorting, paging & filtering of nested documents.
So given “transactions” records like
```
{
user : {
name : string, dob:date
},
created: date…
-
So, SQL has two features that essentially do the same thing. First you have to use `begin … rollback / commit`, and then inside it you can use `savepoint … rollback to savepoint / release savepoint`, …
-
I'm using Grails 4.0.2 and Gorm 7.0.3. Mongo DB is configured with codec engine.
I work in a start-up that intensively use Grails with MongoDB. We are now building an architecture based on plugins an…
-
I'm not sure about the usage extent of nested transactions in Synnefo, but there is one nested transaction in volumes that has the (admittedly limited) potential to break stuff. Consider this scenario…