]> git.donarmstrong.com Git - dak.git/commitdiff
Fix a comment in dbconn.py.
authorTorsten Werner <twerner@debian.org>
Sun, 20 Mar 2011 23:01:40 +0000 (00:01 +0100)
committerTorsten Werner <twerner@debian.org>
Sun, 20 Mar 2011 23:01:40 +0000 (00:01 +0100)
Signed-off-by: Torsten Werner <twerner@debian.org>
daklib/dbconn.py

index 9b757d13487887382595daa0cb23b55742301411..fb2cc3b0d6a91808df8d393fd41edf884dc922dc 100755 (executable)
@@ -3004,8 +3004,9 @@ class DBConn(object):
             table = Table(table_name, self.db_meta, autoload=True)
             setattr(self, 'tbl_%s' % table_name, table)
 
-        # bin_contents needs special attention until update #41 has been
-        # applied
+        # bin_contents needs special attention until the SERIAL type is
+        # correctly detected and the workaround has been removed; see comment
+        # above
         self.tbl_bin_contents = Table('bin_contents', self.db_meta, \
             Column('file', Text, primary_key = True),
             Column('binary_id', Integer, ForeignKey('binaries.id'), \