-
MRE:
```
import databases
@pytest.fixture(scope="session")
def db():
return databases.Database("postgres://...")
@pytest.fixture()
async def transaction(db):
await db.connect()
…
-
Hi:
After we met last week I spent some time thinking about different web dev related topics. Here's a list of things I came up with (I can make a separate issue for CS stuff next)... let me know w…
-
## Environment
**Liquibase Version**: 3.8.9
**Database Vendor & Version**: Azure SQL Database
## Description
Liquibase tries to apply changeset twice because it fails to create DATABASECHANGELOG rec…
-
After setting the OAuth Key and syncing, accounts, categories, etc do not load. Transactions do however load.
In checking the docker logs for firefly_pico_db, the following is seen often;
```
20…
-
- [x] environment:
>- Macbook pro running Big Sur 11.6.2
>- Docker desktop version 4.5.0 (74594)
>- with docker compose v1.29.2
- [x] graphql-server.log:
```
npm WARN read-shrinkwrap Th…
-
After our discussion today I took a look at the different articles discussing Saga:
- [Saga Pattern | Application transactions using Microservices – Part I](https://blog.couchbase.com/saga-pattern-…
-
**Version**
2.12.2
**Description du bug**
Dans le module synthèse, lorsqu'on recherche des données avec un territoire de ref_geo.l_area, par exemple par défaut une des communes, la requête et l'e…
-
## What are you doing?
Rationale: Most people (myself included at times) use `findOne()` to check if a certain record exists, this also pulls data from the db and constructors models, calls hooks e…
-
In early iterations (on Postgres 12), I experimented with expression indexes for `fee_satoshis` and other computed fields. I found that expression indexes didn't improve performance as much as I'd hop…
-
**Describe the bug**
When running something like `select * from bigtable` on a table with many rows, RAM usage of pgAdmin baloons to the size of the table size. This happens on the "query tool", wh…