-
The `nodes` and `entries` methods on okra-idb's IDBTree contain this worrying comment:
```
// TODO: fix this
```
The absence of logic for handling a null transaction means that methods like `s…
-
Based on my tests, it should be possible to speed up full table scans in OSMX by about 3x using parallel iteration. But more work should be done to validate this result in different environments befor…
-
Is there a function within the Donate section that can send the person who is donating, an invoice? Also, can you add this language somehow? Maybe it would make most sense as a PDF since most people w…
-
Django’s default transaction behavior¶
Django’s default behavior is to run in autocommit mode. Each query is immediately committed to the database. See below for details.
Django uses transactions or …
-
### What steps will reproduce the problem?
When we try `./yii fixture/load`, Yii disables triggers before load and enables them after. However, in PostgreSQL, the database user must be superuser so…
-
Hello,
I have an application with two transactional data sources configured.
Only the first (default) is configured to support JPA as shown below.
```
datasources:
default:
url: jdbc…
-
It would be nice to be able to plug in any database that implements an interface instead of having to use redis. For example boltdb could be an interesting backend that could also be embedable.
-
We'd like to build a large scale CMS with postgresql as source of truth + cockroachdb as denormalized data store for public access.
To keep both systems in sync via transactions I'd like to use a for…
-
when I open my wallet I get the message that stellar is not supported and I should 'export' my balance. I don't see anything about this anywhere else is there a problem with my account? how do I exp…
-
Could migration scripts be wrapped in `db.BeginTx() ... db.Rollback/db.Commit()`, to make it easier to resolve any errors that occur during migrations?
This could help keep migrations in a clean st…