Skip to content

feat(plugin/table): generate helper methods for single-column 'get' with IN queries#56

Merged
mackee merged 1 commit intomasterfrom
feature/template-table-list-by-columns
May 19, 2025
Merged

feat(plugin/table): generate helper methods for single-column 'get' with IN queries#56
mackee merged 1 commit intomasterfrom
feature/template-table-list-by-columns

Conversation

@mackee
Copy link
Copy Markdown
Owner

@mackee mackee commented May 19, 2025

When the 'get' property in the Table plugin is specified with a single column, a helper method is now generated to retrieve rows using an IN(...) query on that column. This simplifies batch retrievals by primary key or other unique columns, and includes tests and template adjustments for automatic method generation.

…ith IN queries

When the 'get' property in the Table plugin is specified with a single column, a helper method is now generated to retrieve rows using an IN(...) query on that column. This simplifies batch retrievals by primary key or other unique columns, and includes tests and template adjustments for automatic method generation.
@mackee mackee merged commit 872da3f into master May 19, 2025
1 check passed
@mackee mackee deleted the feature/template-table-list-by-columns branch May 19, 2025 05:04
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