dumping - Search results in mailing lists

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

2023-11-20 18:57:52 | 2-to-3 Question about adapter using AsIs (Ams Fwd)

Dumper class PostgresDefaultValueType: pass class PostgresDefaultValueTypeDumper(Dumper): def dump(self, obj): return sql.DEFAULT adapters

2023-05-02 15:27:59 | Psycopg 3.1.9 released (Daniele Varrazzo)

dumpers to be registered on dict or any other object, as was possible in psycopg2

2023-02-21 04:34:19 | Escape Python to `json[]` for `COPY FROM` PostgreSQL insertion? (Samuel Marks)

dump the dict twice I get: psycopg2.errors.InvalidTextRepresentation: malformed array literal: ""{"jj":null,"text

2021-02-04 16:55:21 | Latest developments in psycopg3 (Daniele Varrazzo)

dumper of a subclass of Dumper. 3) ask the dumper if it needs an upgrade

2021-02-03 17:44:33 | Re: about client-side cursors (Daniele Varrazzo)

dump! @Denis: it's just more to explain current implementation and mental processes, however in pg3 there

2020-11-07 16:32:39 | psycopg3 and adaptation choices (Daniele Varrazzo)

dumping across different adapter) became immediately much simpler. So it seems a good choice, but not an overall

2020-07-13 16:15:19 | Re: register_adapter Json with custom JSONEncoder (Daniele Varrazzo)

dumps=None): self.adapted = adapted self._dumps = dumps or json.dumps def dumps(self, obj): return

2018-05-30 22:16:13 | Re: License Question (Daniele Varrazzo)

dumping the psycopg source code into a directory of your program and shipping it with

2017-03-01 18:51:07 | [psycopg] Psycopg 2.7 released (Daniele Varrazzo)

dumping the full set of changes I wish to thank again all the people who have

2016-10-03 17:30:21 | Re: plpython3u extension (Antonio Gomez)

dump the results out to a file, though the redshift Unload command. The reason for this

2013-11-08 10:37:49 | Passing Parameters to copy_expert()? (Victor Hooi)

dump records from a database to CSV. http:///psycopg/docs/cursor.html#cursor.copy_expert However, I need to pass some

2012-09-20 21:50:51 | flexi adaption/casting scheme (Tobias Oberstein)

dumps() whatever str that produces 2.1.3 PG target type = composite type => for every key in the Python

2012-09-19 13:42:38 | Re: JSON type caster (Tobias Oberstein)

dumps used within Json (when no specific dumps arg was given) could even come via register

2012-06-29 06:11:32 | A very strange freeze (Никитин Константин)

dump and executed the script again. Then compared it with tcpdump output of my 32-bit Ubuntu