From cba3fc3598217ab74fc075e1bec47b82ef6b8bab Mon Sep 17 00:00:00 2001 From: Torsten Werner Date: Mon, 21 Mar 2011 00:01:40 +0100 Subject: [PATCH] Fix a comment in dbconn.py. Signed-off-by: Torsten Werner --- daklib/dbconn.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/daklib/dbconn.py b/daklib/dbconn.py index 9b757d13..fb2cc3b0 100755 --- a/daklib/dbconn.py +++ b/daklib/dbconn.py @@ -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'), \ -- 2.39.2