-
See https://github.com/pypa/manylinux/pull/1225 - all muslllinux wheels are broken on Alpine 3.14; the version of Python used in Alpine 3.14 uses the wrong binary names inside the wheels (ending in `-…
-
* opencdms version: 0.10
* Python version: 3.8
* Operating System: Kali Linux( Version 2021)
### Description
I was trying to install pyscopg2 which is a database driver for posgresql.
I did not…
-
After a large statement is scanned and parsed, we hang onto the scanner and parser allocations in https://github.com/cockroachdb/cockroach/blob/3d054f37c7c87f53cb56fac4e5500f0d1130d09a/pkg/sql/parser/…
-
Currently, you have to execute a dummy query like `SELECT 1` every time you want to get a hold of new notifications from the server. Can anything similar to aiopg be implemented in asyncpg?
https:/…
-
Hello!
Do you have any plans to support Psycopg 3 (with Django 4.2+) in future?
-
## Description
When launching pgcli, I get the following error:
```
Exception in thread completion_refresh:
Traceback (most recent call last):
File "/usr/lib/python3.11/threading.py", line 10…
-
### Plugin Version
0.4.0
### NetBox Version
4.1
### Python Version
3.10.12
### Steps to Reproduce
1. Create a new branch and activate it.
2. Execute a custom script to reserve VRFs…
-
Pools are not offered in the basic driver of crate and psql. It would be good to explore a proper db pool.
_Originally posted by @chicco785 in https://github.com/smartsdk/ngsi-timeseries-api/pull/3…
-
When using aws-psycopg2 in the AWS `public.ecr.aws/lambda/python:3.12` image the error ```ModuleNotFoundError: No module named 'psycopg2._psycopg'``` is produced when using the `sqlalchemy` package.
-
The 3 SQL strings in this function don't follow psycopg's best practices. I believe sanitization only happens when the queries are like this:
https://github.com/singer-io/tap-redshift/commit/e66c18e7…