Als Nutzer möchte ich Datenänderungen nach verfolgen können #246 #248

Merged
Jonas merged 17 commits from #246 into 1.0.0 2023-03-14 18:31:37 +01:00
Showing only changes of commit ee503f76f2 - Show all commits

View File

@ -31,7 +31,8 @@ class DataQueryWithHistoryABC(DataQueryABC):
f"""
SELECT *
FROM {self._table_name}
WHERE Id = {entry.id};
WHERE Id = {entry.id}
ORDER BY DateTo DESC;
"""
)