validly - Search results in mailing lists

2021-10-14 10:05:03 | Aw: Re: psycopg3 transactions (Karsten Hilbert)

valid transaction ? Transactions are there for a reason. It seems best to explicitely use them

2021-10-13 13:11:14 | Using standard SQL placeholders in PG (Lembark, Steven)

valid SQL. The doller-notation allows re-use of positional parameters and avoids SQL injection

2021-02-04 15:02:03 | Re: about client-side cursors (Denis Laxalde)

valid point. But maintaining this backwards compatibility does not mean we can't hide the details

2020-11-09 02:48:54 | Re: psycopg3 and adaptation choices (Vladimir Ryabtsev)

valid use-cases of that? On Sun, 8 Nov 2020 at 18:19, Vladimir Ryabtsev

2018-10-07 19:42:10 | Re: Integration of Psycopg with XTA (Christian Ferrari)

valid libpq connection. The current code (feel free to pull) adds a new method get_native

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

valid answer is "I don't know". The answer 'three' is as valid as 'one'. The answer

2018-02-08 18:29:26 | Psycopg 2.7.4 released (Daniele Varrazzo)

valid Python identifiers in 'NamedTupleCursor' (ticket #211). - Fixed Solaris 10 support (ticket #532). - 'cursor.mogrify

2017-07-22 15:31:40 | Re: [psycopg] UPDATE command (Graeme Gemmill)

valid and even recommended for an INSERT command; I couldn't see how to use it for an UPDATE

2016-05-24 10:58:59 | Re: Pass parameters to cursor.execute('Listen ')? (Daniele Varrazzo)

valid identifiers: see . This would work with executemany too (the quote_ident() thing

2014-04-03 01:55:38 | Re: Use of .mogrify (Daniele Varrazzo)

valid: currently mogrify does what you expect (actually better than it used to do in 2008). But in the future

2013-11-28 17:26:22 | Building on Win7 x64 for python2.6.4 x64 DLL load failed Error (Jack Straw)

valid Win32 application. # My build process is; - Run the x64 VS9 build environment setup script

2013-11-13 10:26:56 | Re: psycopg2.Error.pgerror encoding ? (Daniele Varrazzo)

valid in that encoding (we trust the database). In Python 3 it is unicode decoded

2013-11-06 14:50:16 | Re: Best strategy for bulk inserts where some violate unique constraint? (Denis Papathanasiou)

violators and keeping the valid entries; will switching autocommit to True first have the desired effect?

2012-10-09 11:05:31 | Re: Two releases? (Daniele Varrazzo)

valid in the past, when the Python ecosystem was different. But now if a maintained

2012-09-24 08:56:38 | Range type adaptation implemented (Daniele Varrazzo)

valid for postgres and not for python and viceversa. On adaptation: numeric ranges are adapted