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

WIP fix multiline redact bug #2199

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

WIP fix multiline redact bug #2199

wants to merge 1 commit into from

Conversation

lerouxb
Copy link
Contributor

@lerouxb lerouxb commented Oct 7, 2024

% rm ~/.mongodb/mongosh/mongosh_repl_history
% npm start

paste in this multi-line command:

printjson(db.createUser(
  {
    foo,
    bar
  }
))

then

% cat ~/.mongodb/mongosh/mongosh_repl_history

Now try it again with the changeHistory line uncommented.

With it commented I get:

% cat ~/.mongodb/mongosh/mongosh_repl_history
printjson(db.createUser( { foo, bar } ))%

With it uncommented:

% cat ~/.mongodb/mongosh/mongosh_repl_history
  }
    bar
    foo,
  {%

I am trying to explain it and none of my theories pan out.

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.

1 participant