-
I have a model, Object, with properties:
* `categories string[]`
* `title string`
* `subtitle string`
I'm using a postgres db.
I'm trying to search for matches given a search query `q`, where `…
-
## Description
At least for Postgres (I have no experience with other databases) enums are ordered by definition order, but sea-orm-cli generate generates enums in alphabetical order. This is parti…
-
Currently, one can only do COLLATE using the `.where()` operator, which is supposed to only be an escape hatch for handling the incompleteness of the current query set. The Postgres syntax for COLLATE…
-
I was trying to restore a backup from S3, backup-fetch was fine. But when I started Postgres and WAL-e crashed when it tries to restore WAL. It didn't crash right away but after restored a few WAL fil…
-
In table `speaker_data`, quite a few entries have missing `role` values. Some of them are missing because the speaker is an operator (which is fine).
After excluding the "Operator" case, we still …
-
### v2
Algumas dinâmicas para a construção do ambiente são muito peculiares de grandes ambientes.
Reconstruir ambiente completo, desde os usuários, permissões, databases, etc. Tudo isso é relativamen…
-
Currently we don't support the STRING || BYTES concatenation:
```
root@127.0.0.1:26257/defaultdb> SELECT 'hello'::string || 'world'::bytes;
ERROR: unsupported binary operator: ||
SQLSTATE: 22023…
-
### Is there an existing issue already for this bug?
- [X] I have searched for an existing issue, and could not find anything. I believe this is a new bug.
### I have read the troubleshooting guide
…
-
I upgraded to the latest release of immich and now it will not connect to my Postgres 14 container (**tensorchord/pgvecto-rs:pg14-latest**).
The Immich logs are filled with the following error mess…
-
## Problem
Postgres has the ability to INCLUDE non-key columns in an index which allows the columns to be returned by the index scan without having to lookup on the table.
https://www.postgresql…