params added to getMany
This commit is contained in:
@ -9,7 +9,7 @@ SELECT w.id as id,
|
||||
o.shortname as objekt
|
||||
FROM wohnung w, objekt o
|
||||
WHERE o.id = w.objekt
|
||||
""")
|
||||
""", [], "Wohnung")
|
||||
|
||||
def get_wohnung(id=None):
|
||||
return getOne("""
|
||||
|
Reference in New Issue
Block a user