Package: python-adodb
Version: 2.01-2
Severity: normal
Tags: patch
There is a syntax error in adodb.py file that causes that adodb never really
close db connections..
Thanks to Laurent Licour for point me this and for the patch:
--- adodb.py.ori 2007-05-16 06:58:27.000000000 +0200
+++ adodb.py 2007-05-16 06:58:22.000000000 +0200
@@ -366,7 +366,7 @@
def Close(self):
try:
- if _self._conn != None: self._conn.close()
+ if self._conn != None: self._conn.close()
except:
pass
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.18-4-686 (SMP w/1 CPU core)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages python-adodb depends on:
ii python 2.4.4-6 An interactive high-level object-o
ii python-support 0.6.4 automated rebuilding support for p
Versions of packages python-adodb recommends:
pn python-mysqldb <none> (no description available)
pn python-psycopg <none> (no description available)
ii python-pysqlite2 2.3.3-2 python interface to SQLite 3
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]