:as pull option on :db/id attribute

Looks like it does not work.
E.g.
(d/pull db [[:db/id :as :some-id] [:company/name :as :hello]] 17592186045439)
Result:
{:db/id 17592186045439, :hello "My Company"}

Is that intended?

:db/id cannot be renamed and is always returned in the pull results.

1 Like