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

BAH-3525 | Add. InterruptedException to status Request #253

Closed
wants to merge 1 commit into from

Conversation

rahu1ramesh
Copy link

JIRA -> BAH-3525

This PR addresses the "Zero date value prohibited" error, which is being handled in Bahmni/bahmni-java-utils PR 56. Aligning with the PR 56 raised in Bahmni/bahmni-java-utils, InterruptedException is added to status request.

@rahu1ramesh
Copy link
Author

It was identified that trying to update certain records within a MySQL DB using the JDBC connector leading to “Zero Date value Prohibited” exception. This is because by default the MySQL Java Connector is throwing this exception while processing empty/null values for datetime fields.

Closing this PR as the above exception is handled by the changes added in Bahmni/bahmni-docker#73.

@rahu1ramesh rahu1ramesh deleted the BAH-3525 branch February 14, 2024 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant