-
hello,
after docker exec -it ecommerce-admin-1 ./shell.ts selfHosted install
i have error :
aftter enter email
DatabaseError [SequelizeDatabaseError]: relation "vw_city" does not exist
…
-
## Is your feature request related to a problem? Please describe 👀
For various admin tasks in production setting it would be useful to have a database browser, with pre-made common queries (lik…
-
## Context
In the SQL standard, `FETCH` is accepted (not `LIMIT`). Postgres supports both and they're both equivalent.
GlareDB parses/understands `FETCH`, but doesn't actually apply the limits.
…
-
### What do you want to change?
We plan to migrate some Postgres workload to ScyllaDB in the next months due to scaling and cost reasons. We heavily use sqlc in the past for Postgres workload, so nat…
rpstw updated
2 months ago
-
**Describe the problem**
`ROW()` constructor not allowed in update set expression.
**To Reproduce**
The exact fields and types are not important, the issue is that the ROW constructor cannot …
-
Hi folks!
Have you happened to hear about [DuckDB](https://github.com/cwida/duckdb) ? It's an embedded database like SQLite, but designed for OLAP/analytics. It is frequently ~20x faster than SQLit…
-
Hey there!
So, I've tried to spin up an instance (self-hosted in my homelab), followed the docs. managed to get the container up and running but when trying to login for the first time I get an err…
-
```
WITH arr AS (SELECT header_col_combined FROM additional_columns),
WITH unnested AS (SELECT unnest(header_col_combined) FROM arr)
select * from unnested group by 1;
ERROR: Failed to run th…
-
I want to run the table-question-answering task on my table residing in postgres. I have tried using pg.transform() function to acheive the same. My query:
SELECT
vendor_name,
pgml.transform(…
-
**Description**
Having
```sql
--migrate:up transaction:false
```
in a dbmate migration file produces a syntax error.
- Version: dbmate version 2.4.0
- Database: postgres v13
- Operatin…