clients - Search results in mailing lists
Mailing lists >> psycopg >> Thread >> Search in thread (2)
2024-12-21 19:34:51 | Re: Memory (Adrian Klaver)
client: if the query result is very large but the client only needs the first
Mailing lists >> psycopg >> Thread
2024-09-07 18:48:01 | psycopg2: proper positioning of .commit() within try: except: blocks (Karsten Hilbert)
client'), size = (640, 440)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/share/gnumed/Gnumed/wxpython/gmGuiMain.py", line
Mailing lists >> psycopg >> Thread >> Search in thread (5)
2024-02-16 05:45:15 | Re: Reporting UnicodeEncodeError info on arbitrary data sent to PG with psycopg3 (Karl O. Pinc)
client_encoding=auto, or otherwise set a specific client encoding, the connection defaults to setting
Mailing lists >> psycopg >> Thread
2024-01-07 16:09:55 | New releases, and happy new year! (Daniele Varrazzo)
client, and I'm not sure we want to call it). So it's a can of worms
Mailing lists >> psycopg >> Thread
2023-11-20 22:46:21 | Re: 2-to-3 Question about adapter using AsIs (Daniele Varrazzo)
client-side binding (like psycopg2 does) by using a ClientCursor instead of the ordinary Cursor
Mailing lists >> psycopg >> Thread
2023-07-20 20:39:46 | Re: conn.read_only not honored in autocommit mode (Daniele Varrazzo)
client executing a SET default_transaction_read_only TO true (or SET SESSION CHARACTERISTICS if you prefer
Mailing lists >> psycopg >> Thread
2023-06-03 18:28:29 | Re: Seeking Insights on Roll-out Process for Multiple PyPI Packages (Daniele Varrazzo)
client, so it's similar to psycopg2; the psycopg_binary speedup is precompiled and distributed
Mailing lists >> psycopg >> Thread
2022-11-03 20:15:11 | Can psycopg2 copy_expert read from an io.StringIO() buffer? (Jeff Ross)
client_profile from stdin with csv;",,,,,,,,,"" But no rows ever actually get inserted. The only
Mailing lists >> psycopg >> Thread
2022-08-30 16:03:52 | Psycopg 3.1 released (Daniele Varrazzo)
client-side-binding cursors - faster executemany, optionally returning results - a flexible enum adaptation - two-phase
Mailing lists >> psycopg >> Thread
2021-12-29 15:49:50 | Psycopg 2.9.3 released (Daniele Varrazzo)
client. I wish to thank wholeheartedly Peter Lithammer, who contributed Musl package building for both
Mailing lists >> psycopg >> Thread >> Search in thread (2)
2021-10-13 18:40:07 | Re: psycopg3 transactions (Paolo De Stefani)
client). I manage the customer orders of a food stand. The orders have header and lines
Mailing lists >> psycopg >> Thread >> Search in thread (2)
2021-10-05 21:21:15 | Re: How to build statically on Windows (Dan Davis)
client libraries. By digging into the builds process, I can see that as long as my users
Mailing lists >> psycopg >> Thread >> Search in thread (3)
2021-10-03 15:33:43 | Re: psycopg3 and cur.description behavior (Daniele Varrazzo)
client backend │ └────────┴──────────────────────────────┘ (3 rows) piro=# select testfunc
Mailing lists >> psycopg >> Thread
2021-08-02 07:59:19 | A Django backend for PostgreSQL using Psycopg 3 (Daniele Varrazzo)
client-side to server-side parameters passing. I have written an article explaining the changes
Mailing lists >> psycopg >> Thread
2021-02-04 16:55:21 | Latest developments in psycopg3 (Daniele Varrazzo)
client-side binding (psycopg2). With client side binding psycopg2 could get away with a lot that