Skip to content

Conversation

@nakamura-to
Copy link
Member

Summary

  • Fixed JDBC driver loading to use the driver directly when available instead of relying on DriverManager
  • Changed class loading to use Class.forName for proper initialization
  • Removed redundant driver registration that was causing issues

Test plan

  • Run existing tests with ./gradlew test
  • Test code generation with various database drivers
  • Verify that JDBC connections work properly with custom drivers

🤖 Generated with Claude Code

- Use driver directly when available instead of DriverManager
- Switch to Class.forName for proper initialization
- Remove redundant driver registration

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
@github-actions github-actions bot added the fix label Jun 25, 2025
@nakamura-to nakamura-to merged commit ddd9419 into master Jun 25, 2025
2 checks passed
@nakamura-to nakamura-to deleted the fix/jdbc-driver branch June 25, 2025 22:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants