Skip to content

Shorten generated SQL with table initialism aliases - #439

Draft
natec425 wants to merge 2 commits into
bitemyapp:masterfrom
natec425:short-table-aliases
Draft

Shorten generated SQL with table initialism aliases#439
natec425 wants to merge 2 commits into
bitemyapp:masterfrom
natec425:short-table-aliases

Conversation

@natec425

@natec425 natec425 commented Aug 26, 2026

Copy link
Copy Markdown

Shortens generated SQL by deriving table aliases from the initials of each underscore-separated word in the table name (e.g. blog_post becomes bp, then bp2, bp3, ... on collision), instead of repeating the full table name.

Before submitting your PR, check that you've:

After submitting your PR:

  • Update the Changelog.md file with a link to your PR.
  • Check that CI passes (or if it fails, for reasons unrelated to your change, like CI timeouts).

natec425 and others added 2 commits August 26, 2026 16:01
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.

1 participant