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

MongoDB update not working #491

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

herobank110
Copy link

@herobank110 herobank110 commented Sep 23, 2024

'WHERE' parsing was removing the closing paren of object IDs

eg _id = MongoDB\BSON\ObjectID("66d5e4468b906497efb4cb93"

peterpp added a commit to pematon/adminer that referenced this pull request Nov 9, 2024
@peterpp
Copy link
Contributor

peterpp commented Nov 10, 2024

Thanks for sharing. I'm not sure why that regexp removes parenthesis. I suppose that the condition can be "WHERE ((a=1) OR (b=2))", so I've kept previous logic in my fix here: pematon@c5937fc

peterpp added a commit to pematon/adminer that referenced this pull request Nov 10, 2024
peterpp added a commit to pematon/adminer that referenced this pull request Nov 19, 2024
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.

2 participants