Post

Replies

Boosts

Views

Activity

Comment on Core database relationship are only partially updating.
As for the steps to reproduce the issue, just run the app. The txt file contains about 2000 words (the full dictionnaire in french has 170 000 entries). The console displays the progress of each step. At the end you have a list view showing: on the left a Draw, in the middle the Link letter and on the right the augmented Draw,i.e. : Draw / Letter / Draw(Draw + Letter). And obviously, many Draws on the right are missing. That is the point !
2w
Comment on Inform users that they need to delete and reinstall the app
Thanks Claude, as mentionned in the post below, problem is on deleting old data. Once data is saved in backup file, I used a batchDeleteRequest to flush all data on the entity where I replaced the attribute by a relationship. But I got runtime exception on the contentView, where that entity is listed (the code of the batchDeleteRequest being in a child view of that contentView). Honnestly I did not try further. I found it was easier to delete and reinstall the app.
Dec ’24