Skip to content

Conversation

@SamuelQuetin
Copy link
Member

No description provided.

SamuelQuetin and others added 4 commits November 28, 2025 14:30
Updated services and tests to handle `SQLException` consistently alongside `UncategorizedSQLException`. Removed unnecessary `try-with-resources` blocks, refined error messages, and enhanced exception handling in controllers and database calls.
Previously, database connections were left open after query execution, which could lead to resource leaks. This update ensures connections are properly closed to improve resource management and system stability.
Encapsulated JDBC resource management in try-with-resources blocks to ensure proper closing of connections, statements, and result sets. This improves code safety and prevents potential resource leaks.
@pierre-maraval pierre-maraval merged commit cc4eb07 into main Nov 28, 2025
2 checks passed
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.

3 participants