[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#340338: marked as done (zope-mysqlda browser fails on tablenames with spaces in them)



Your message dated Tue, 29 Nov 2005 06:13:43 +0100
with message-id <87zmnoaveg.fsf@diziet.irb.hr>
and subject line Removed
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 22 Nov 2005 19:39:06 +0000
>From jasper@vs19.net Tue Nov 22 11:39:06 2005
Return-path: <jasper@vs19.net>
Received: from xs4all.vs19.net ([213.84.236.198] helo=dipsaus.vs19.net)
	by spohr.debian.org with esmtp (Exim 4.50)
	id 1Eedyr-0000lV-Jg
	for submit@bugs.debian.org; Tue, 22 Nov 2005 11:39:06 -0800
Received: from spaans ([192.168.0.7] helo=spaans.vs19.net)
	by dipsaus.vs19.net with esmtp (Exim 4.50)
	id 1EedyG-0003bH-CQ; Tue, 22 Nov 2005 20:38:31 +0100
Received: from spaans by spaans.vs19.net with local (Exim 4.54)
	id 1EedyC-0007Zj-Uc; Tue, 22 Nov 2005 20:38:24 +0100
Date: Tue, 22 Nov 2005 20:38:24 +0100
From: Jasper Spaans <jasper@vs19.net>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: zope-mysqlda browser fails on tablenames with spaces in them
Message-ID: <[🔎] 20051122193824.GA29089@spaans.vs19.net>
MIME-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="MGYHOYXEY6WxJCY8"
Content-Disposition: inline
X-Reportbug-Version: 3.17
X-Copyright: Copyright 2005 Jasper Spaans, unauthorised distribution prohibited
User-Agent: Mutt/1.5.11
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02


--MGYHOYXEY6WxJCY8
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Package: zope-mysqlda
Version: 2.0.8-3
Severity: normal
Tags: patch

This package has at least one issue when used on databases with tablenames
with spaces in them. Patch below fixes the first symptom I'm encountering,
not sure if there's more to fix.

Cheers,
Jasper

--- db.py       2005-11-22 20:35:34.000000000 +0100
+++ db.py~      2005-11-22 20:35:34.000000000 +0100
@@ -232,7 +232,7 @@
         from string import join
         try:
             # Field, Type, Null, Key, Default, Extra
-            self.db.query('SHOW COLUMNS FROM %s' % table_name)
+            self.db.query('SHOW COLUMNS FROM %s' % table_name)
             c=3Dself.db.store_result()
         except:
             return ()

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-git12
Locale: LANG=3Dnl_NL.UTF-8@euro, LC_CTYPE=3Dnl_NL.UTF-8@euro (charmap=3DUTF=
-8)

Versions of packages zope-mysqlda depends on:
ii  python2.2                    2.2.3dfsg-4 An interactive high-level obje=
ct-o
ii  python2.2-mysqldb            1.2.1c3-4   A Python interface to MySQL
ii  zope                         2.6.4-1.8   open source web application se=
rver

zope-mysqlda recommends no packages.

-- no debconf information

--=20
Jasper Spaans                                       http://jsp.vs19.net/
 20:36:15 up 10506 days, 12:23, 0 users, load average: 5.33 4.92 6.33

               This line was last modified 0 seconds ago.

--MGYHOYXEY6WxJCY8
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDg3OwN+t4ZIsVDPgRAu/GAKCc7umr4PzYlWwqc9LrhzIGZd4A1ACePEnU
EoESTtFn2zMOmi+KrWB4nYs=
=+AmZ
-----END PGP SIGNATURE-----

--MGYHOYXEY6WxJCY8--

---------------------------------------
Received: (at 340338-done) by bugs.debian.org; 29 Nov 2005 05:13:54 +0000
>From vela@debian.org Mon Nov 28 21:13:54 2005
Return-path: <vela@debian.org>
Received: from mail.irb.hr ([161.53.22.8] ident=UNKNOWN)
	by spohr.debian.org with esmtp (Exim 4.50)
	id 1EgxoQ-0004ym-3w; Mon, 28 Nov 2005 21:13:54 -0800
Received: from diziet.irb.hr (diziet.irb.hr [161.53.22.31])
	by mail.irb.hr (8.13.4/8.13.4/Debian-3) with ESMTP id jAT5Dawf031809;
	Tue, 29 Nov 2005 06:13:36 +0100
Received: from diziet.irb.hr (localhost [127.0.0.1])
	by diziet.irb.hr (8.13.5/8.13.5/Debian-3) with ESMTP id jAT5DhVi005527;
	Tue, 29 Nov 2005 06:13:43 +0100
Received: (from mvela@localhost)
	by diziet.irb.hr (8.13.5/8.13.5/Submit) id jAT5DhxD005525;
	Tue, 29 Nov 2005 06:13:43 +0100
From: Matej Vela <vela@debian.org>
To: 132940-done@bugs.debian.org, 298909-done@bugs.debian.org,
        306903-done@bugs.debian.org, 340338-done@bugs.debian.org
Subject: Removed
Date: Tue, 29 Nov 2005 06:13:43 +0100
Message-ID: <87zmnoaveg.fsf@diziet.irb.hr>
User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Scanned-By: MIMEDefang 2.51 on 161.53.22.8
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-2.0 required=4.0 tests=BAYES_00,ONEWORD autolearn=no 
	version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 4

zope-mysqlda has been removed from Debian after being orphaned for 3
months.  Please see <http://bugs.debian.org/312877> for details.



Reply to: