away - Search results in mailing lists
Mailing lists >> psycopg >> Thread
2024-03-21 16:06:03 | After 10 -> 15 upgrade getting "cannot commit while a portal is pinned" on one python (Jeff Ross)
away, so don't leave a dangling pointer. Also src/backend/utils/mmgr/portalmem.c- * unregister any snapshots held by the portal
Mailing lists >> psycopg >> Thread >> Search in thread (3)
2021-10-16 22:58:48 | Re: psycopg3 transactions (Karsten Hilbert)
away - hence what happens inside either failed (auto-rollback) - or is to be committed Not so for the *connection
Mailing lists >> psycopg >> Thread
2021-02-04 16:55:21 | Latest developments in psycopg3 (Daniele Varrazzo)
away with a lot that is no longer allowed by the server; trying to use binary
Mailing lists >> psycopg >> Thread >> Search in thread (2)
2020-11-09 02:19:04 | Re: psycopg3 and adaptation choices (Vladimir Ryabtsev)
away from '%s' syntax and use '$1, $2, ...' which seems to be more traditional in the database
Mailing lists >> psycopg >> Thread
2020-03-06 10:31:39 | psycopg3: request for support (Daniele Varrazzo)
consider a contribution to keep me away from finding a proper job! Thank you! -- Daniele
Mailing lists >> psycopg >> Thread
2019-12-04 22:50:11 | Re: Array of tuples as a parameter, with type casts (Daniele Varrazzo)
query you know what types are involved, whereas values might be coming from far away. -- Daniele
Mailing lists >> psycopg >> Thread
2018-10-12 16:46:05 | Adding an informative object to the connection (Daniele Varrazzo)
away in a short time but giving a preference to use from the 'info' object
Mailing lists >> psycopg >> Thread
2018-02-08 18:29:26 | Psycopg 2.7.4 released (Daniele Varrazzo)
away from installing the wheel package by default. Packages installed from wheel raise a warning
Mailing lists >> psycopg >> Thread
2016-03-22 01:08:19 | Using psycopg2 / gevent / psycogreen: handling aborts (Robert Lerche (rlerche))
away. BUT, if I try to conn.close() or conn.rollback() in the cancel() path
Mailing lists >> psycopg >> Thread
2014-10-13 20:49:27 | Re: Extending copy_expert (Andrea Riciputi)
away in C is a much more efficient way to get the task done. In my opinion
Mailing lists >> psycopg >> Thread
2014-09-28 21:49:44 | Re: Psycopg2 built on local system, ok when distributed? (Adrian Klaver)
away is the second post: "If your binary is just a client application that uses
Mailing lists >> psycopg >> Thread
2013-12-10 10:53:30 | Re: Change License (Federico Di Gregorio)
away. Even when psycopg2 was GPL + exception that specified that a program using it is NOT a derivative
Mailing lists >> psycopg >> Thread
2012-12-18 18:19:02 | little_pger.py (a thin layer a tad above SQL and psycopg2) (Christian Jauvin)
away SQL in an "unhealthy" way. I think I was also influenced by this blog
Mailing lists >> psycopg >> Thread
2012-09-18 18:09:08 | Re: Range Type Support (Daniele Varrazzo)
away. Ah, postgres ranges can also be open left/right/both. So I'd have: - Basic class
Mailing lists >> psycopg >> Thread
2012-09-14 17:15:44 | Re: psycopg2 hang with multithread frequent queries (David Roid)
away cursor", issue remains. I install psycopg2.4.5 with easy_install, do I need to build