dhis2-android-capture-app
dhis2-android-capture-app copied to clipboard
UID s are same for TrackedEntityInstanceModels
https://github.com/dhis2/dhis2-android-capture-app/blob/22b67dd3407f269375c1c91d7f45530703194593/app/src/main/java/org/dhis2/data/metadata/MetadataRepositoryImpl.java#L258
when the objects returned after map function as TrackedEntityInstanceModel objects, they were same atleast the uids were same. but when i changed the ~SELECT * ~ statement to ~ SELECT +TrackedEntityInstanceModel.TABLE+".*" ~ it returned models with different uids