We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Node v12.6.0 nosql v6.1.0
db.modify({ '+coins': 1 }, { id: 1, 'coins': 1 }).where('id', 1);
Results: 1st: {"id":1,"coins":1} 2nd: {"id":1,"coins":1,"+coins":1}
{"id":1,"coins":1}
{"id":1,"coins":1,"+coins":1}
Also if you specify true as second arg instead of an object it just inserts true into the file, no object
true
The text was updated successfully, but these errors were encountered:
Hi @Sly-Ripper, I'll try to update NoSQL module this week. I'll let you know.
Sorry, something went wrong.
No branches or pull requests
Node v12.6.0
nosql v6.1.0
db.modify({ '+coins': 1 }, { id: 1, 'coins': 1 }).where('id', 1);
Results:
1st:
{"id":1,"coins":1}
2nd:
{"id":1,"coins":1,"+coins":1}
Also if you specify
true
as second arg instead of an object it just insertstrue
into the file, no objectThe text was updated successfully, but these errors were encountered: