Package: python-sqlalchemy
Version: 0.4.7p1-1
Severity: normal
Tags: patch

In line 1038 of sqlalchemy/schema.py "exc" is referenced. This name does
not exist, the proper name is "exceptions":

--- schema.py.old       2008-08-13 13:07:27.000000000 +0200
+++ schema.py.new       2008-08-13 13:07:44.000000000 +0200
@@ -1035,7 +1035,7 @@
 
         super(CheckConstraint, self).__init__(name, deferrable, initially)
         if not isinstance(sqltext, basestring):
-            raise exc.ArgumentError(
+            raise exceptions.ArgumentError(
                 "sqltext must be a string and will be used verbatim.")
         self.sqltext = sqltext
 

 - Sebastian

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages python-sqlalchemy depends on:
ii  python                        2.5.2-2    An interactive high-level object-o
ii  python-support                0.8.5      automated rebuilding support for P

python-sqlalchemy recommends no packages.

Versions of packages python-sqlalchemy suggests:
ii  python                        2.5.2-2    An interactive high-level object-o
pn  python-kinterbasdb            <none>     (no description available)
pn  python-mysqldb                <none>     (no description available)
ii  python-psycopg2               2.0.7-4    Python module for PostgreSQL
ii  python-pysqlite2              2.4.1-1    Python interface to SQLite 3
ii  python-sqlalchemy-doc         0.4.7p1-1  Documentation for the SQLAlchemy P
ii  python-sqlite                 1.0.1-7    python interface to SQLite 2

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to