params added to getMany

This commit is contained in:
2021-01-17 14:45:11 +01:00
parent 878ff31a52
commit b0daebe699
4 changed files with 5 additions and 5 deletions

View File

@ -19,7 +19,7 @@ SELECT m.id as id,
FROM wohnung w, objekt o, mieter m
WHERE o.id = w.objekt AND
w.id = m.wohnung
""")
""", [], "Mieter")
def get_mieter(id=None):
return getOne("""