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

fix: return record or null from findOne method in QueryBuilder #1293

Merged
merged 1 commit into from
Nov 10, 2023

Conversation

jonbretman
Copy link
Member

@jonbretman jonbretman commented Nov 9, 2023

I was actually trying to fix a different bug but hit this on the way.

Crazy thing was we had a test asserting that it was broken... 🙃

@jonbretman jonbretman requested a review from a team November 9, 2023 16:10
rules: {
'body-max-length': [2, 'always', 300],
'body-case': [1, "always", "sentence-case"],
'subject-case': [2, "always", ["sentence-case", "lower-case"]]
Copy link
Member Author

Choose a reason for hiding this comment

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

I refuse to not be allowed to use capital letters in my commits 😄

Copy link
Contributor

Choose a reason for hiding this comment

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

😂 I just hit this. Trying to say proto.Schema in my commit

@jonbretman jonbretman merged commit 3ab3377 into main Nov 10, 2023
10 checks passed
@jonbretman jonbretman deleted the query-builder-find-one-fix branch November 10, 2023 10:52
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