failing - Search results in mailing lists
Mailing lists >> psycopg >> Thread
2024-12-07 02:21:10 | Re: Parameter in SQL query being misinterpreted (Daniel Johnson)
failed, but if it works I like the look of this. I vaguely recall having
Mailing lists >> psycopg >> Thread >> Search in thread (4)
2024-09-07 22:44:36 | Re: psycopg2: proper positioning of .commit() within try: except: blocks (Karsten Hilbert)
failed within a given transaction a COMMIT will fail-but-rollback, too (explicit ROLLBACK would
Mailing lists >> psycopg >> Thread
2024-02-16 05:45:15 | Re: Reporting UnicodeEncodeError info on arbitrary data sent to PG with psycopg3 (Karl O. Pinc)
fail are Python UnicodeError exceptions, or one of its encode or decode subclasses. Whereas when
Mailing lists >> psycopg >> Thread
2023-07-20 20:39:46 | Re: conn.read_only not honored in autocommit mode (Daniele Varrazzo)
autocommit, so it's not failed [(1,)] Thank you for reporting these documentation shortcomings! Will fix them. Cheers -- Daniele
Mailing lists >> psycopg >> Thread
2022-11-01 16:22:46 | Error while trying to install in 3.11 (David Raymond)
failed × Encountered error while generating package metadata. ╰─> See above for output. note: This is an issue
Mailing lists >> psycopg >> Thread >> Search in thread (2)
2021-10-16 22:58:48 | Re: psycopg3 transactions (Karsten Hilbert)
failed (auto-rollback) - or is to be committed Not so for the *connection* context manager
Mailing lists >> psycopg >> Thread
2021-10-05 22:03:18 | Re: How to build statically on Windows (Daniele Varrazzo)
Python 3.10 (https:///psycopg/psycopg2/tree/py310), but it was failing because the images weren't there yet. -- Daniele
Mailing lists >> psycopg >> Thread
2021-02-04 17:31:22 | Re: about client-side cursors (Christophe Pettus)
fail with an I/O error. Any time you interact with the cursor object, that can be assumed
Mailing lists >> psycopg >> Thread
2021-02-04 16:55:21 | Latest developments in psycopg3 (Daniele Varrazzo)
fail if neither is available. If people have reasons to use a specific format they
Mailing lists >> psycopg >> Thread >> Search in thread (3)
2021-01-18 15:12:05 | Re: Designing a better connection pool for psycopg3 (Daniele Varrazzo)
thread, and throwing an exception if failing to do so, a reasonable behaviour? Cheers, -- Daniele
Mailing lists >> psycopg >> Thread
2020-12-22 22:36:48 | Re: psycopg3, prepared statements (Daniele Varrazzo)
fail. But if a placeholder is part of an expression or target for an insert
Mailing lists >> psycopg >> Thread >> Search in thread (4)
2020-11-07 16:32:39 | psycopg3 and adaptation choices (Daniele Varrazzo)
fail:: cursor.execute("create table testjson(data jsonb)") cursor.execute("insert into testjson (data) values
Mailing lists >> psycopg >> Thread >> Search in thread (2)
2020-09-25 01:00:54 | Re: iterating over DictRow (Adrian Klaver)
fails because it is a value not a key. cur.execute("select cell_per from
Mailing lists >> psycopg >> Thread
2020-03-30 04:27:13 | Re: psycopg3: a first report (Stefan Knecht)
failed over) or does not respond (particularly in the weird cases like when the destination
Mailing lists >> psycopg >> Thread >> Search in thread (3)
2020-03-14 19:35:36 | Re: wire protocol errors on Debian (py3/psyco 2.8) (Daniele Varrazzo)
failing to parse messages from the server (at a glance CommandComplete and RowDescription - see https:///docs/current/protocol-message-formats.html)