-
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…
-
## Issue Description
When logging queries, there are two `BEGIN TRANSACTIONS` executing at once and save fails.
### Expected Behavior
No transaction errors. Driver should properly wait …
-
## Problem
Prisma requires MongoDB to run in a cluster mode, which in theory means that secondary nodes can be used for read only purposes, thus allowing more capital efficiency (by elevating read …
-
It's possible I've misunderstood or overlooked something, but as best I can tell:
The [documentation on managed transactions](https://jdbi.org/releases/3.41.2/#_managed_transactions) says
> Th…
-
Tarantool 2.2.0-108-gec93b4a55
```
sss = box.schema.space.create('tmp', { format = { { 'id', 'unsigned' } } })
sss:create_index('primary', { parts = { 'id' } })
sss:on_replace(function()
bo…
R-omk updated
5 years ago
-
When writing re-usable code it is often the case that a function accepts a DatabasePoolConnection | DatabaseTransactionConnection, this can be a transaction or database connection. If the function nee…
-
Currently, heed is too restrictive on the write transactions and do not permit certain basic operations like writing the content of one database into another as the example shows below.
[According t…