Skip to content

Conversation

@nakamura-to
Copy link
Member

Summary

  • Modified sqlFilesProvider() method to filter SQL files based on DAO package structure
  • Prevents duplicate SQL files from being processed during code generation
  • Ensures only SQL files matching the configured DAO package path are included

Test plan

  • Run code generation tests to verify SQL files are correctly filtered
  • Confirm no duplicate SQL files are processed
  • Verify existing functionality remains intact

🤖 Generated with Claude Code

Modified sqlFilesProvider() to include only SQL files matching the DAO package structure,
preventing duplicate SQL files from being processed during code generation.

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

Co-Authored-By: Claude <[email protected]>
@github-actions github-actions bot added the fix label Jun 28, 2025
@nakamura-to nakamura-to merged commit 55cbba1 into master Jun 28, 2025
2 checks passed
@nakamura-to nakamura-to deleted the fix/sqlfile-duplication branch June 28, 2025 14:58
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