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

Add the function of select columns #68

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

dannyball710
Copy link

No description provided.

@changeset-bot
Copy link

changeset-bot bot commented Jun 23, 2023

🦋 Changeset detected

Latest commit: 072b2c2

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
d1-orm Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Contributor

@Skye-31 Skye-31 left a comment

Choose a reason for hiding this comment

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

Thanks for the PR!

A minor change to match the SQLite standard would be wonderful. Please also run the changeset and prettify scripts 🙂

src/queryBuilder.ts Outdated Show resolved Hide resolved
test/querybuilder.test.js Outdated Show resolved Hide resolved
@dannyball710
Copy link
Author

Understood, let me fix it.

Comment on lines 226 to 231
public async First(
options: Pick<GenerateQueryOptions<InferFromColumns<T>>, "where">
options: Pick<
GenerateQueryOptions<InferFromColumns<T>>,
"where" | "columns"
>
): Promise<InferFromColumns<T> | null> {
Copy link
Contributor

Choose a reason for hiding this comment

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

One thing I've realised is that when the user is specifying columns, the return type of this method is going to be wrong - we'd only want to return the type for the columns which are being returned

There's not any particularly nice way to handle this though 🤔

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.

None yet

2 participants