]> git.ipfire.org Git - thirdparty/psycopg.git/commit
fix: raise OperationalError instead of MemoryError on several operations
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 23 Dec 2022 18:04:14 +0000 (18:04 +0000)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 29 Dec 2022 04:06:02 +0000 (04:06 +0000)
commit63be42aeab01cb578f152aa998c88372f8db0f62
tree9931ebdbe369d59f2e52b280b6f4d05a1acac296
parent8789c48c879aa533d808f29d523a7578cac92404
fix: raise OperationalError instead of MemoryError on several operations

Failure is related to the operation executed, not to memory not
available to store the result.
psycopg/psycopg/pq/pq_ctypes.py
psycopg_c/psycopg_c/pq/pgconn.pyx