Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: poc optional specification of select clause #250

Closed
wants to merge 1 commit into from

Conversation

Jipperism
Copy link
Contributor

@Jipperism Jipperism commented Feb 7, 2025

proof of concept for specifying which columns to select

@Jipperism Jipperism marked this pull request as draft February 7, 2025 18:49
Copy link

github-actions bot commented Feb 7, 2025

Coverage Report

Status Category Percentage Covered / Total
🟢 Lines 25.35% (🎯 25%) 1097 / 4327
🟢 Statements 25.35% (🎯 25%) 1097 / 4327
🟢 Functions 61.05% (🎯 61%) 58 / 95
🟢 Branches 72.28% (🎯 72%) 180 / 249
File CoverageNo changed files found.
Generated in workflow #54 for commit 9cbabbf by the Vitest Coverage Report Action

return {
data: this.handleGetData("metadata", args),
data,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This means that you can remove the metadata case from handleGetData(), can't you?

@bitbeckers
Copy link
Collaborator

Closing in favor of #259

@bitbeckers bitbeckers closed this Feb 12, 2025
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