expo/entity

Support non-string IDs in StubDatabaseAdapter

wschurman opened this issue · 0 comments

Currently this simulates ID creation by generating a UUID for the entity id field. Instead, we should check the type of field and appropriately generate either a random number, string, boolean(?), etc.

Thanks @quinlanj for the report!