SGA-related changes.

This commit is contained in:
Federico Di Gregorio 2005-04-25 04:58:38 +00:00
parent 10dc03462b
commit 431a2aec6c
4 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-04-18 Federico Di Gregorio <fog@debian.org>
* MANIFEST.in: included debian directory.
2005-04-10 Federico Di Gregorio <fog@debian.org>
* psycopg/adapter_list.*: added list adapter.

View File

@ -3,6 +3,7 @@ recursive-include lib *.py
recursive-include tests *.py
recursive-include ZPsycopgDA *.py *.gif *.dtml
recursive-include examples *.py somehackers.jpg whereareyou.jpg
recursive-include debian *
recursive-include doc TODO HACKING SUCCESS ChangeLog-1.x
include scripts/maketypes.sh scripts/buildtypes.py
include AUTHORS README INSTALL ChangeLog setup.py setup.cfg

View File

@ -76,6 +76,9 @@ class DictRow(list):
res.append((n, list.__getitem__(self, v)))
return res
def keys(self):
return self._cursor.index.keys()
class SQL_IN(object):

View File

@ -1,5 +1,5 @@
[build_ext]
define=PSYCOPG_EXTENSIONS,PSYCOPG_DISPLAY_SIZE,HAVE_PQFREEMEM,HAVE_PQPROTOCOL3,PSYCOPG_DEBUG
define=PSYCOPG_EXTENSIONS,PSYCOPG_DISPLAY_SIZE,HAVE_PQFREEMEM,HAVE_PQPROTOCOL3
# PSYCOPG_DEBUG can be added to enable verbose debug information
# PSYCOPG_OWN_QUOTING can be added above but it is deprecated