453
453
return self.db.query(query).dictresult()
462
SELECT subjectid, subj_code, subj_name, subj_short_name, url, year, semester,
464
FROM subject, offering, semester, project_set
474
456
"""Close the DB connection. Do not call any other functions after
475
457
this. (The behaviour of doing so is undefined).