selectById
This commit is contained in:
@@ -58,6 +58,9 @@
|
|||||||
(defSelectCommand SelectAllEntries []
|
(defSelectCommand SelectAllEntries []
|
||||||
(for =>id e archive.entries e))
|
(for =>id e archive.entries e))
|
||||||
|
|
||||||
|
(defSelectCommand SelectById [id (Text null)]
|
||||||
|
(filter [(dictGet archive.entries id)]))
|
||||||
|
|
||||||
(defSelectCommand SelectLastChangeSet []
|
(defSelectCommand SelectLastChangeSet []
|
||||||
lastChangeSet)
|
lastChangeSet)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user