Does datahike support composite tuples?
Or you take the SNAPSHOT
Thanks, that is helping a lot.
@timok Are you sure it is already in SNAPSHOT? There is still an not merged PR: https://github.com/replikativ/datahike/pull/251
@mroerni sorry about that. Would you test it if I merged it to a SNAPSHOT release? That would be very helpful. Or do you want to compile it yourself?
I can test it. Sure.
io.replikativ/datahike {:git/url "<https://github.com/replikativ/datahike>"
:sha "06bfac9a3e10d4e41f27ba27adfcd99ad6fd021e"}
in my deps.edn leads to ClassNotFoundException: datahike.java.IEntity
but I suspect it is me who fucked something up.that needs a mvn compile
then
thanks for testing. very appreciated!
Are there some breaking changes since the last release? I am getting errors, when transacting my schema:
2020-12-14T13:31:59.957Z Jeb INFO [decide.server-components.database:58] - Transacting schema...
2020-12-14T13:31:59.958Z Jeb DEBUG [datahike.connector:70] - Transacting with arguments:
2020-12-14T13:31:59.990Z Jeb ERROR [datahike.db:1217] - Schema with attribute :user/id does not exist {:error :retract/schema, :attribute :user/id}
By the way, the debugf
print in datahike.connector:70
should be a debug
Hm.. But my schema is transacted and works just fine…
We saw that problem already. We will investigate that but it seems to work fine so far. Thanks for reporting though :thumbsup:
Yes, in the next release which should happen very soon.