-
Notifications
You must be signed in to change notification settings - Fork 13
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
Extend all the examples #530
Closed
3 tasks done
b1ron opened this issue
Jul 27, 2023
· 2 comments
· Fixed by FerretDB/dotnet-example#5, FerretDB/python-example#2 or FerretDB/java-example#3
Closed
3 tasks done
Extend all the examples #530
b1ron opened this issue
Jul 27, 2023
· 2 comments
· Fixed by FerretDB/dotnet-example#5, FerretDB/python-example#2 or FerretDB/java-example#3
Labels
code/chore
Dance tool code maintenance improvements
Comments
This was referenced Jul 27, 2023
b1ron
added a commit
to FerretDB/python-example
that referenced
this issue
Aug 10, 2023
b1ron
added a commit
to FerretDB/java-example
that referenced
this issue
Aug 10, 2023
b1ron
added a commit
to FerretDB/dotnet-example
that referenced
this issue
Aug 14, 2023
#554 is not merged and actually fails |
I have reverted FerretDB/java-example/pull/4. The result from the byron@byron-ThinkCentre-M910q:~/workdir/dance$ mongo --quiet --eval 'db.runCommand({dropDatabase: 1});'
{ "ok" : 1 }
byron@byron-ThinkCentre-M910q:~/workdir/dance$ mongo --quiet --eval 'db.foo.insert({}); db.runCommand({dropDatabase: 1});'
{ "dropped" : "test", "ok" : 1 } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is to unify all examples and also add more commands for more coverage.
Tasks
The text was updated successfully, but these errors were encountered: