-
Hello,
Is this sampling strategy supposed to work in "gevent-driven" environment, like gunicorn gevent worker? I've tried it in our system, and looks like that after several minutes of sampling it ju…
-
PostgreSQL 12 introduced a COPY FROM ... WHERE .. clause: https://www.postgresql.org/docs/current/sql-copy.html
```
WHERE
The optional WHERE clause has the general form
WHERE condition
where …
otan updated
11 months ago
-
**Describe the bug**
When inserting binary data, QuestDB throws unsupported type error for the `bytea` type.
**To Reproduce**
[Inserting b string](https://stackoverflow.com/a/40049312/8836265…
bsmth updated
2 years ago
-
**Describe the bug**
Using a Python venv in a devshell it is not possible to install [pylbmc](https://pypi.org/project/pylibmc/), which is the Python wrapper around `libmemcached`. I've installed t…
-
#### Describe the bug
Currently, the code has SQLite configuration, this should be changed to Postgres as it is supported by Heroku
### What is the DB being used for?
The DB will store user inf…
-
Currently, a synchronous task runs in its own thread (since v2.13.0 / PR #1160). As discussed in #1156, we should evaluate whether we want to run a synchronous task in its own subprocess.
Advantage…
-
We should support `LiteralString` from PEP 675 (https://peps.python.org/pep-0675/).
As a first step, I would suggest changing the semantic analyzer to treat LiteralString simply as an alias for `st…
-
Hi, are there any plans supporting new psycopg version https://pypi.org/project/psycopg/?
-
The various packages should be upgraded progressively to avoid a future situation when e.g. python itself is not supported and we get stuck in antique/vulnerable libraries. This can lead to clearer co…
-
I need to be able to include psycopg2 as an dependency to my project. Unfortunately I can't use psycopg2-binary or aws-psycopg2 and similar libraries.
When I build requirements surprisingly it look…