提交 a219ab15 编写于 作者: J Joerg Jaspert

Merge commit 'djpig/djpig' into merge

* commit 'djpig/djpig':
  Fix error in SQLA mapper setup
Signed-off-by: NJoerg Jaspert <joerg@debian.org>
......@@ -2375,7 +2375,7 @@ class DBConn(Singleton):
files = relation(KnownChangePendingFile, backref="changesfile")))
mapper(KnownChangePendingFile, self.tbl_changes_pending_files,
properties = dict(known_change_pending_file_id = self.tbl_changes_pending_files.id))
properties = dict(known_change_pending_file_id = self.tbl_changes_pending_files.c.id))
mapper(KeyringACLMap, self.tbl_keyring_acl_map,
properties = dict(keyring_acl_map_id = self.tbl_keyring_acl_map.c.id,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册