-
When an iTerm window is moved to another space via F8 (Spaces), any other iTerm windows that have their Bookmarks draw exposed also get moved to the target desktop. Closing the bookmarks draws first prevents the unpexpected moves.
2009-05-18 03:08:50 UTC in iTerm.app
-
In PgSQL.py, the function _quote() is responsible for this. For example:
>>> from pyPgSQL import PgSQL
>>> PgSQL._quote((1,))
'(1)'.
2007-05-01 06:04:18 UTC in Python Interface to PostgreSQL
-
Some random thoughts from a passer-by: if I had to guess, I would say this is a bug in the handling of the PG_OID type in pgresult.c - strtol(3) returns LONG_MIN on under or overflow. The logic in libPQgetvalue for the PG_OID case is too subtle to for me to immediately see what the problem is - I'm not sure what the oidCache is being used for.
2007-04-30 14:48:53 UTC in Python Interface to PostgreSQL
-
You might want to check that you're using an up-to-date version of pyPgSQL - I seem to remember this being fixed in 2.4. I use IN queries extensively in my apps, and I haven't had a complaint about this problem for some time.
2007-04-30 08:04:24 UTC in Python Interface to PostgreSQL
-
>Once I figure out a reliable RE to recognize multi-select queries, I will
>put that in as a permenant fix.
I would rather see multiple queries per execute disallowed - it's a classic vector for SQL injection attacks, and the newer libpc PQexecParams() API doesn't allow it either.
2007-04-30 07:56:28 UTC in Python Interface to PostgreSQL
-
I've created the attached patch (rpy-no-stacklimit-patch) as described in the R doc you mentioned - it stops the crash for me, but I'm not sure it's the right answer.
File Added: rpy-no-stacklimit-patch.
2007-03-01 07:22:38 UTC in RPy (R from Python)
-
andrewmcnamara committed revision 258 to the RPy (R from Python) SVN repository, changing 1 files.
2005-11-04 06:13:30 UTC in RPy (R from Python)
-
andrewmcnamara committed patchset 158 of module rpy to the RPy (R from Python) CVS repository, changing 1 files.
2005-11-04 06:13:30 UTC in RPy (R from Python)
-
andrewmcnamara committed revision 257 to the RPy (R from Python) SVN repository, changing 1 files.
2005-11-04 05:50:53 UTC in RPy (R from Python)
-
andrewmcnamara committed patchset 157 of module rpy to the RPy (R from Python) CVS repository, changing 1 files.
2005-11-04 05:50:53 UTC in RPy (R from Python)