-
As a developer, I sometimes need to perform external actions when (and only when) the transaction commits and data actually lands in the database.
Examples:
1. Send email/notification after succes…
-
The model that begins a transaction determines whether cache-safe transaction semantics are used. If safe and unsafe transactions are nested, data can end up committed to cache even when the database …
-
Round Trip Tear Sheet Example
`pf.create_round_trip_tear_sheet(returns, positions, transactions)`
> SpecificationError Traceback (most recent call last)
> in
> ---->…
-
-
### Checklist
- [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests.
- [X] I added a descriptive title and summary to this issue.
##…
-
The sample from the Usage section is an excellent test of nested transactions. @marcucio did some good work to make this sample work with batching for the Android version. I also did a quick test to v…
-
https://www.sqlite.org/lang_savepoint.html
Savepoints are like regular transactions except they have names and can be nested.
Would there be any value in adding support to them to `sqlite-utils`…
-
### What version of React Router are you using?
6.22.3
### Steps to Reproduce
I use microfrontend architecture in my app. I have a `RouteProvider` in my **host** app with the `createBrowserRo…
-
The current implementation uses HardcodedFilter() in postgres_protocol_handler to filter the query types that are not supported in our system. This is hacky and does not take into account some corner …
-
### SQLDelight Version
2.0.0-rc2
### Application Operating System
Android
### Describe the Bug
When running multiple queries in parallel, each in a separate transaction, an exception is thrown so…