-
```
create table firms_users(
firm_id integer references firms(id),
user_id integer references users(id),
primary key (firm_id, user_id)
);
```
How would I join on this table note the int…
-
### Bug description
I am using Prisma to connect to a hosted Dedicated CockroachDB instance via the PostgreSQL interface. A number of my SELECT queries are running very slow in production (e.g. ~2-…
-
### Is there an existing issue for this?
- [X] I have looked through the [existing issues](https://github.com/scaffold-eth/scaffold-eth-2/issues)
### Current Behavior
On branch https://github…
-
## Description
Greetings! I've been trying to use jsonb with a root array object in SeaORM, but it appears that the current implementation doesn't support it.
## Steps to Reproduce
```rust
#…
-
Hi, I'm Termux 🤖.
I'm here to help you update your Termux packages.
I've tried to update the atuin package, but it failed.
Here's the output of the update script:
Show log
INFO: Updating atuin [C…
-
After fixes related to #824 and #3698, once I've deleted a snapshot (which did remove the snapshot but return a 500 error), subsequent disk deletion still returns this kind of errors:
```
root@oxz_n…
-
### Bug Description
When using [table inheritance](https://www.postgresql.org/docs/current/tutorial-inheritance.html), SQLx has a bad time.
Errors include:
- hanging `check` and `build`
- "rel…
-
Revive //benchmarks read tests to understand how the size of a row (in bytes) affects the throughput and latency of reads.
-
### Describe the bug
I'm unable to create/add a user to podfetch (or maybe I'm trying it the wrong way).
How I tried it
```
docker run -it samuel19982/podfetch:dev-postgres ./podfetch users ad…
-
## Goal
Functionality to revert deletion of an element within a period of time. The first version of this feature considers an element to be either a map or a plant for the time being. However, the…