-
Since version 3 psycopg supports asynchronous cursors as part of the core lib. As I am writing a modern async server, I ran into the issue this module only supports synchronous cursors from postgres.…
-
# Psycopg 3.0 released — Psycopg
Python adapter for PostgreSQL
[https://www.psycopg.org/articles/2021/10/13/psycopg-30-released/](https://www.psycopg.org/articles/2021/10/13/psycopg-30-released/)
-
# Psycopg 2.9 released — Psycopg
Python adapter for PostgreSQL
[https://www.psycopg.org/articles/2021/06/16/psycopg-29-released/](https://www.psycopg.org/articles/2021/06/16/psycopg-29-released/)
-
@mhindery asks whether we could use the binary instead as a lot of other common data engineering projects defer to it now and this forces users to use yet another package.
We will have to test it b…
-
# Psycopg 3.0 beta 1 released! — Psycopg
Python adapter for PostgreSQL
[https://www.psycopg.org/articles/2021/08/30/psycopg-30-beta1-released/](https://www.psycopg.org/articles/2021/08/30/psycopg-30…
-
Context: in the [psycopg](https://github.com/psycopg/psycopg/) project, there are packages `psycopg` and `psycopg_c`. Testing the latter requires installing the former. The `psycopg_c/tox.ini` specifi…
-
5.1 requirements tables
## base.txt
| Name | Version in Master | 5.1 Compatible Version | OK |
| ---- | :---------------: | :-----------------------------: | :-: |
| [python-slugify](https://githu…
-
In more recent CRDB than 21.2 (after fixing #81559), `PQputCopyEnd()` works well enough, but the message seems somewhat malformed. The error raised after failed copy appears as:
```
COPY from stdi…
-
Version: 3.2.1 (binary/c)
Summary: Running `executemany` with `returning=True` seems to have issues where the returned values are not de-allocatedafter the connection and cursor are closed.
I'm d…
-
When I run titiler-pgstac using docker-compose and try to add tile service to QGIS I see these errors in console:
```
titiler-pgstac | [2021-11-17 19:08:48 +0000] [8] [ERROR] Exception in ASGI appli…