1.0.0 #253
@ -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;
|
||||
"""
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user