accounting - Search results in mailing lists
Mailing lists >> psycopg >> Thread
2021-10-05 20:40:48 | Re: How to build statically on Windows (Dan Davis)
account that builds the versions I need... Simulate the appveyor environment on my own workstation
Mailing lists >> psycopg >> Thread >> Search in thread (5)
2020-12-20 23:13:33 | BACK: Inserting a variable into cur.execute statement (Hagen Finley)
account = acct print(account) par =0 param = [(1,'ACCT0'),(2,'ACCT1'),(3,'ACCT2'),] for pin param
Mailing lists >> psycopg >> Thread
2020-11-13 17:37:27 | Aw: First psycopg3 docs (Karsten Hilbert)
values before the execute() call without needing to account for the *order* of values. Karsten
Mailing lists >> psycopg >> Thread
2019-05-24 20:49:04 | Proper way to keep count of statements executed within current transaction (Podrigal, Aron)
accounts WHERE id = 1 FOR UPDATE; -- User code does some processing with the returned value
Mailing lists >> psycopg >> Thread
2017-02-08 16:45:03 | [psycopg] Psycopg 2.7 beta 1 released (Daniele Varrazzo)
account on testpypi I can authorize you to upload packages there too. As soon as you do it I'll write
Mailing lists >> psycopg >> Thread
2015-04-19 08:56:45 | Re: Need help with the installation of psycopg2 module in a python virtual env (Daniele Varrazzo)
accounting for the quotes, so it stops at the 2.6 and the rest of the string
Mailing lists >> psycopg >> Thread
2014-06-11 14:14:55 | Re: PgBouncer doubts (Adrian Klaver)
accounted for. To make things clearer, what log are we looking at, the PgBouncer or Postgres
Mailing lists >> psycopg >> Thread
2013-01-21 10:41:26 | Re: Repository (Federico Di Gregorio)
account and merge everything there. If Daniele agrees I'll setup one and share admin
Mailing lists >> psycopg >> Thread >> Search in thread (3)
2012-07-26 04:09:02 | Re: Inconsistent results when calculating "age" of db records (Ghislain LEVEQUE)
account the days member of your timedelta ? -1 day + 12 hours = 12 hours -- Ghislain LEVEQUE
Mailing lists >> psycopg >> Thread
2011-12-15 12:21:49 | Re: Generic casters for composite types (Daniele Varrazzo)
account for dropped fields and hidden columns (cmin, xmin ecc.). Plus, there was an error
Mailing lists >> psycopg >> Thread
2011-06-01 09:29:08 | Re: Negative Integers Escaping (Federico Di Gregorio)
Lord, defend me from my friends; I can account for my enemies. -- Charles D'Hericault
Mailing lists >> psycopg >> Thread
2011-05-11 09:21:52 | Re: Input and Output data traffic (Karsten Hilbert)
account for some back-traffic due to connection setup queries being run by psycopg2. 1) What
Mailing lists >> psycopg >> Thread
2011-03-21 23:15:06 | Different responses to description request between Mac and Linux (Jerry Schneider)
accounting for the response difference? Thanks, jer -- Jerry Schneider QA Manager iPlant Collaborative BIO5
Mailing lists >> psycopg >> Thread
2011-03-21 21:51:43 | Different responses to description request between Mac and Linux (Jerry Schneider)
accounting for the response difference? Thanks, jer -- Jerry Schneider QA Manager iPlant Collaborative BIO5
Mailing lists >> psycopg >> Thread >> Search in thread (2)
2011-02-28 14:49:55 | Re: Using real libpq parameters (A.M.)
account for endianness of the server and other hurdles. It is all handled transparently. Cheers