Skip to content

Commit

Permalink
Adds missing code to temporal-upserts implementation.
Browse files Browse the repository at this point in the history
  • Loading branch information
grischoun committed Jul 29, 2020
1 parent 501aa72 commit 98d9b2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/datahike/index.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@
(dih/-insert tree datom index-type))
(-upsert [tree datom temporal? index-type]
(dih/-upsert tree datom temporal? index-type))
(-temporal-upsert [tree datom index-type]
(dih/-temporal-upsert tree datom index-type))
(-remove [tree datom index-type]
(dih/-remove tree datom index-type))
(-slice [tree from to index-type]
Expand Down

0 comments on commit 98d9b2c

Please sign in to comment.