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: correct SmallDateTime upper bound range #1621

Merged
merged 8 commits into from
Jun 26, 2024

Conversation

rockymadden
Copy link
Contributor

Before submitting a PR :

  1. Ensure your fork is created from master branch of the repository.
  2. Run npm install in the root folder.
  3. After bug fix/code change, ensure all the existing tests and new tests (if any) pass (npm run-script test-all). During development, to run individual test use node_modules/nodeunit test/<test_file.js> -t <test_name>.
  4. Build the driver (npm run build).
  5. Run eslint and flow typechecker (npm run lint).
  6. Run commitlint (node_modules/.bin/commitlint --from origin/master --to HEAD). Refer commit conventions and commit rules.

Thank you for Contributing!

Copy link
Contributor

@MichaelSun90 MichaelSun90 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 catching this and puttying in the effort for raising this PR. I just had a comment for remove an unnecessary test case, and it should be good to go. 🙇

test/unit/data-type.js Show resolved Hide resolved
@rockymadden rockymadden marked this pull request as ready for review May 10, 2024 14:08
Copy link
Contributor

@MichaelSun90 MichaelSun90 left a comment

Choose a reason for hiding this comment

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

Sorry, I may put my pervious comment at a confusing line. I added new comment, and hope it will clear things up.

test/unit/data-type.js Show resolved Hide resolved
Copy link

codecov bot commented Jun 24, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 78.46%. Comparing base (025ef72) to head (b321f1a).

Files Patch % Lines
src/data-types/smalldatetime.ts 0.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1621      +/-   ##
==========================================
- Coverage   78.48%   78.46%   -0.03%     
==========================================
  Files          93       93              
  Lines        4861     4861              
  Branches      933      933              
==========================================
- Hits         3815     3814       -1     
  Misses        750      750              
- Partials      296      297       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@MichaelSun90
Copy link
Contributor

@arthurschreiber , can I just go ahead and merge this one? after the branch is up to date?

Copy link
Collaborator

@arthurschreiber arthurschreiber left a comment

Choose a reason for hiding this comment

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

LGTM! ❤️

@arthurschreiber
Copy link
Collaborator

@arthurschreiber , can I just go ahead and merge this one? after the branch is up to date?

Yep!

@MichaelSun90 MichaelSun90 merged commit 1a703e2 into tediousjs:master Jun 26, 2024
24 of 26 checks passed
Copy link

🎉 This PR is included in version 18.2.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants