-
We're getting this error occasionally java.lang.IllegalStateException - The specified child already has a parent. You must call removeView() on the child's parent first. Nav sdk 0.6.1 on android only
…
-
**Describe the bug**
I met some errors while trying to install QGEP on Debian 12:
```sh
root@localhost:/data/datamodel/scripts# ./db_setup.sh > /data/qgep_build_output.txt
psql:/data/datamodel/01_…
-
Currently, introspection over SQL adapter is a bit lacking. In some cases, we leak internal database structure that should not be visible to end users (i.e. schema `edgedbpub`) and in some cases we do…
-
Instead of just the disk-level backups that are done right now, also use native PostgreSQL backup methods to ensure consistency and ease recoveries.
Useful projects:
- https://github.com/eduardola…
-
### What problem does the new feature solve?
When trying to combine data ingested into Postgres through timescaleDB and data in a s3 storage, it is currently slow and cumbersome to load the data from…
-
I have a Postgres DB with a couple of tables and views autogenerated from my hosting service. I wish to ignore these all together. However, when I run generate and push, I get prompted "Is table crea…
-
### What platform is your computer?
docker debian:12-slim, x86_64
### What steps can reproduce the bug?
`bun build --compile`**`--minify`**`dist/main.js`
### What do you see instead?
```js
$ dock…
-
Dans le déploiement des bases de données Cloud Native PostGres dans certains cas dans le cluster de DEV, nous avons des backups S3 avec une rétention policy de 60j
cette valeurs est grande par rapport…
-
Not a high priority but would be an interesting spike. Beyond speedups of analytical queries (e.g. `/api/document/{document_id}/total_pop`, this would allow for GerryDB views to be read from blob stor…
-
### Expected behavior
I’m currently using dbt-duckdb and writing data to Minio. dbt run executes successfully and writes data to Minio, but I cannot execute Execute dbt SQL in the VS Code plugin.
…