-
In greylist.scanbuffer(), the code to remove all possible expired records needs to be called with execute_cycle() not query(). In (at least) the pg.pgdb class, using query for the 'DELETE' throws an exception because the 'DELETE'does not return any results.
2009-08-29 03:58:18 UTC in SAGATOR
-
Add a new proxy option: USER@HOST FIREWALLID
The proxy option has the following script:
USER %u@%h %s
PASS %p
ACCT %w.
2008-02-10 00:58:05 UTC in FileZilla
-
When operating behind a firewall, there is a need to connect to sites that are both behind and outside of the firewall. It would be a good thing to be able to enable/disable the use of the FTP proxy on a site by site basis. Right now, you have to set the proxy to 'None' to connect to the internal sites and set it to the proxy to use to access sites outside the firewall. Unfortunately, setting...
2008-02-10 00:47:53 UTC in FileZilla
-
PgSQL by default uses a PostgreSQL cursor for select statements (except SELECT ... INTO and SELECT ... FOR UPDATE). This causes the following SQL to be generated and sent to the backend:
>>> cnx.conn.debug='y'
>>> cur.execute('select f(); select f(); select f();')
QUERY: BEGIN WORK
QUERY: DECLARE "PgSQL_-480D93F4" CURSOR FOR select f(); select f(); select f();
>>> cnx.commit()
QUERY...
2007-04-05 04:00:18 UTC in Python Interface to PostgreSQL
-
ballie01 committed patchset 274 of module pypgsql to the Python Interface to PostgreSQL CVS repository, changing 1 files.
2005-05-21 01:31:23 UTC in Python Interface to PostgreSQL
-
ballie01 committed patchset 273 of module pypgsql to the Python Interface to PostgreSQL CVS repository, changing 1 files.
2005-05-16 03:37:56 UTC in Python Interface to PostgreSQL
-
ballie01 committed patchset 272 of module pypgsql to the Python Interface to PostgreSQL CVS repository, changing 1 files.
2005-05-16 03:31:03 UTC in Python Interface to PostgreSQL
-
ballie01 committed patchset 271 of module pypgsql to the Python Interface to PostgreSQL CVS repository, changing 1 files.
2005-04-09 02:19:41 UTC in Python Interface to PostgreSQL
-
ballie01 committed patchset 270 of module pypgsql to the Python Interface to PostgreSQL CVS repository, changing 1 files.
2005-03-06 20:15:36 UTC in Python Interface to PostgreSQL
-
ballie01 committed patchset 269 of module pypgsql to the Python Interface to PostgreSQL CVS repository, changing 2 files.
2005-03-06 20:00:07 UTC in Python Interface to PostgreSQL