return creation_time in repo_info call

This commit is contained in:
Mike McLean 2008-10-31 11:53:42 -04:00
parent c2a8dd05cc
commit 7be648ec55

View file

@ -1783,6 +1783,7 @@ def repo_info(repo_id, strict=False):
('repo.id', 'id'),
('repo.state', 'state'),
('repo.create_event', 'create_event'),
('events.time','creation_time'), #for compatibility with getRepo
('EXTRACT(EPOCH FROM events.time)','create_ts'),
('repo.tag_id', 'tag_id'),
('tag.name', 'tag_name'),