Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSV parser should save cached objects once file has been loaded. #277

Open
Ruhanga opened this issue Sep 10, 2024 · 0 comments
Open

CSV parser should save cached objects once file has been loaded. #277

Ruhanga opened this issue Sep 10, 2024 · 0 comments
Labels

Comments

@Ruhanga
Copy link
Member

Ruhanga commented Sep 10, 2024

When objects from a previous loader remain in the current Hibernate session and haven't been fully persisted, there is a risk that subsequent loaders could clear them before they are saved (e.g DisplaysCsvParser#save()).

To address this bug and ensure proper persistence, the CSV parser should persist cached objects after processing each batch of lines.

@mks-d mks-d added the bug label Sep 10, 2024
alaboso pushed a commit to alaboso/openmrs-module-initializer that referenced this issue Sep 10, 2024
alaboso pushed a commit to alaboso/openmrs-module-initializer that referenced this issue Sep 13, 2024
alaboso pushed a commit to alaboso/openmrs-module-initializer that referenced this issue Sep 13, 2024
…has been loaded., - Updating pom xml to include dependency exti18n required by addresshierarchy and stockmanagement required by billing
Ruhanga pushed a commit that referenced this issue Sep 13, 2024
…d., - Updating pom xml to include dependency exti18n required by addresshierarchy and stockmanagement required by billing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants