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(cursor): do not truncate an existing Long #2028

Merged
merged 1 commit into from
Jun 13, 2019

Conversation

daprahamian
Copy link
Contributor

Port of mongodb-js/mongodb-core#441 to native.

Description

Fixes a cursor issue where a cursor id could get truncated if it was larger than Number.MAX_SAFE_INT.

What changed?

Minor change to lib/core/cursor.js

Are there any files to ignore?
nope

Copy link
Contributor

@kvwalker kvwalker left a comment

Choose a reason for hiding this comment

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

👍

@daprahamian daprahamian merged commit afe25d9 into next Jun 13, 2019
@daprahamian daprahamian deleted the port-core-441-to-next branch June 13, 2019 20:49
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