Skip to content

Conversation

@xterao
Copy link
Collaborator

@xterao xterao commented Jul 30, 2025

Summary

  • Added support for code reformatting on injected SQL in IntelliJ
  • Refactored SQL formatter components to handle injection scenarios
  • Updated multiple formatter blocks and processors for better SQL handling

Test plan

  • Verify SQL formatting works correctly in DAO methods
  • Test injection SQL formatting in various contexts
  • Ensure existing SQL formatting functionality remains intact
  • Check that multi-line comments are handled properly

🤖 Generated with Claude Code

@github-actions github-actions bot added the fix Bug fixes label Jul 30, 2025
@xterao xterao changed the base branch from main to feature/sql-format-official-version July 30, 2025 03:05
@xterao xterao self-assigned this Jul 30, 2025
@xterao xterao linked an issue Jul 30, 2025 that may be closed by this pull request
@xterao xterao merged commit 315fa06 into feature/sql-format-official-version Jul 30, 2025
5 checks passed
@xterao xterao deleted the fix/sql-format-reformat-code branch July 30, 2025 04:08
@xterao xterao modified the milestone: ver2.0.0 Release Aug 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fix Bug fixes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Code reformatting breaks injection SQL

2 participants