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

JsonModel makeSelect: add disctinct #36

Merged
merged 1 commit into from
Jul 5, 2024
Merged

JsonModel makeSelect: add disctinct #36

merged 1 commit into from
Jul 5, 2024

Conversation

marcinmosiejko
Copy link
Contributor

No description provided.

@@ -515,7 +519,7 @@ class JsonModelImpl {
noCursor: true,
})
const row = await this.db.get(q, vals)
return this.toObj(row, options)
return this.toObj(row)
Copy link
Collaborator

Choose a reason for hiding this comment

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

This should be reverted, no? Options can be used to select columns

Copy link
Contributor Author

Choose a reason for hiding this comment

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

right, it was even my change 🙈 I had to do some rebasing and somehow this git in, just fixed

Copy link
Collaborator

@wmertens wmertens left a comment

Choose a reason for hiding this comment

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

LGTM

@wmertens wmertens merged commit 7260fff into master Jul 5, 2024
3 checks 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.

None yet

2 participants