Fork me on GitHub
#xtdb
<
2021-01-14
>
Sagar Vrajalal11:01:25

Following along https://juxt.pro/blog/crux-tutorial-delete, the below snippet does not seem to work. (It makes my REPL unresponsive)

(crux/entity-history
 (crux/db node #inst "2116-01-01T09")
 :kaarlang/clients
 :desc
 {:with-docs? true})
It does work if I change the valid-time to 2115-01-01T08 or alternatively remove the {:with-docs? true} map. Why is it so?

Johanna15:01:33

Hiya, good spot, this is not the expected behavior, but will be fixed as part of an open PR (link to follow).

jarohen18:01:42

extracted into its own PR, https://github.com/juxt/crux/pull/1380 - will merge when it passes CI