1.0.0 #253

Merged
edraft merged 262 commits from 1.0.0 into master 2023-03-27 09:30:50 +02: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;
"""
)