Closed dbemke closed 1 month ago
I believe that in the short term https://github.com/getodk/collect/pull/6451 will address this. Maybe you can check it again when merged?
I believe that in the short term #6451 will address this. Maybe you can check it again when merged?
I checked it and in #6451 the issue occurs.
I think that may mean that the pulldata database is still being built in addition to the entities database even though it's not used. I'm somewhat surprised by this so we should probably see what's going on.
Closing in favor of the more general #6471
ODK Collect version
the master version 5dad7f4dfd4f4952a9516d959b3ed10c33ca33b0
Android version
10, 14
Device used
Redmi 9T, Pixel 7a
Problem description
It seems that pulldata treats ".” and "_” as the same symbol in properties. Opening an entities update form (using pulldata) with properties "circumference_cm” and "circumference.cm” causes an error.
Steps to reproduce the problem
Expected behavior
I'm not sure what's the expected behavior (e.g. OData also converts some punctuation marks to "_") but maybe in Collect it shouldn't ?