dumping - Search results

2024-02-16 05:45:15 | Re: Reporting UnicodeEncodeError info on arbitrary data sent to PG with psycopg3 (Karl O. Pinc)

Dumper.dump() does me no good at all when it comes to looking for the exact

2024-02-14 14:30:33 | Re: Reporting UnicodeEncodeError info on arbitrary data sent to PG with psycopg3 (Daniele Varrazzo)

dumper()` returns a class. If you want a dumper you must instantiate it. The following

2024-02-14 01:37:32 | Reporting UnicodeEncodeError info on arbitrary data sent to PG with psycopg3 (Karl O. Pinc)

dumper = conn.adapters.get_dumper( str, psycopg.adapt.PyFormat.TEXT) # Open a cursor to perform