overrides - Search results in mailing lists

2024-01-07 16:09:55 | New releases, and happy new year! (Daniele Varrazzo)

override from Python. So I think I would check out if there is some desire

2020-12-21 16:02:29 | Re: psycopg3, prepared statements (Adrian Klaver)

just be automatic on cursor.execute()? With the provision to override per cursor. -- Adrian Klaver adrian.klaver@aklaver.com

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

override these choices, but I don't expect many people to do it, and doing

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

override `_dumps()`: the one psycopg2 provides consists in pretty much: class Json(object): def __init

2018-04-30 23:39:41 | Re: RealDictCursor behavior question (Daniele Varrazzo)

overriding one of the first - not raising an error but causing a change in the content

2017-05-26 19:23:03 | Re: [psycopg] Build issue with Advance Toolchain (Daniele Varrazzo)

override using $CC) I'm afraid I'm a bit shotgunning a solution: I'm not extremely

2016-07-07 03:10:41 | Psycopg 2.6.2 released (Daniele Varrazzo)

overriding string adapter encoding with no connection (ticket #331). - The 'wait_select' callback allows interrupting

2016-06-26 19:19:28 | possible SQL injection problem in ZPsycopgDA (Philipp H. v. Loewenfeld)

override 'sql_quote__' and perform whatever quoting *is* appropriate for its backend . I don't believe

2014-10-12 21:29:10 | Extending copy_expert (Andrea Riciputi)

override it using a different EOL (i.e. “\r\n” or “\r”) every EOL returned by PQgetCopyData

2013-10-03 07:53:54 | Re: Is passing a list as a bound variable safe from SQL injection? (Federico Di Gregorio)

override the list adapter and have it generate the "values" expression instead of an array

2012-12-12 11:39:18 | psycopg 2.4.6 released (Daniele Varrazzo)

overriding of the 'cursor_factory' argument. Thanks to Corry Haines for the report and the initial

2012-10-09 00:22:00 | Two releases? (Daniele Varrazzo)

overriding of the 'cursor_factory' argument. Thanks to Corry Haines for the report and the initial

2012-09-22 01:21:40 | Re: flexi adaption/casting scheme (Daniele Varrazzo)

overriding make(), but adding a factory parameter to register_composite() to register the subclasses the same

2012-09-18 20:25:08 | Re: JSON type caster (Daniele Varrazzo)

overriding the default adapter (e.g. lists to arrays etc.). Because adapters are currently global this

2011-12-28 08:39:50 | Re: psycopg2.connect change from a C function to module method (Jan Urbański)

overriding the connectionFactory class variable needs to work). I'll stick with staticmethod for now and if situation