Skip to content

Conversation

@kyleconroy
Copy link
Collaborator

Key changes:

  • Add INSERT VALUES parsing and formatting
  • Add DETACH/ATTACH statement support
  • Add DROP DICTIONARY support
  • Add UNION ALL/DISTINCT/EXCEPT/INTERSECT formatting
  • Improve format normalization for whitespace, operators, joins, etc.
  • Add numeric underscore normalization (100_000 -> 100000)
  • Add backtick identifier normalization
  • Normalize ENGINE = X to ENGINE X
  • Normalize INNER JOIN to JOIN
  • Normalize ORDER BY ASC (default)
  • Normalize CROSS JOIN to comma
  • Normalize INSERT INTO TABLE to INSERT INTO
  • Normalize OFFSET ROWS to OFFSET
  • Normalize backslash escaping in strings
  • Remove space before column list in INSERT

Key changes:
- Add INSERT VALUES parsing and formatting
- Add DETACH/ATTACH statement support
- Add DROP DICTIONARY support
- Add UNION ALL/DISTINCT/EXCEPT/INTERSECT formatting
- Improve format normalization for whitespace, operators, joins, etc.
- Add numeric underscore normalization (100_000 -> 100000)
- Add backtick identifier normalization
- Normalize ENGINE = X to ENGINE X
- Normalize INNER JOIN to JOIN
- Normalize ORDER BY ASC (default)
- Normalize CROSS JOIN to comma
- Normalize INSERT INTO TABLE to INSERT INTO
- Normalize OFFSET ROWS to OFFSET
- Normalize backslash escaping in strings
- Remove space before column list in INSERT
@kyleconroy kyleconroy merged commit 99db884 into main Dec 27, 2025
1 check 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