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

How does one remove records? #26

Closed
krzkrzkrz opened this issue Nov 2, 2010 · 6 comments
Closed

How does one remove records? #26

krzkrzkrz opened this issue Nov 2, 2010 · 6 comments

Comments

@krzkrzkrz
Copy link

Im on Mac osx snow leapard. How does one delete records?

I click on the "Remove" tab. and then clck on the remove button. It says Affected Rows: 11. Nothing happens to my records..... Is this a bug?

@kingawesome
Copy link

I noticed the same thing. At the top of the remove tab it says:

db.[dbname].[collectionname].remove({});

If I hop in to the command line interface and run that command it doesn't delete any records, but if I do this instead it does:
db.[collectionname].remove({});

But only after I have selected a db using "use [dbname]"

I don't know enough about mongohub or mongo itself to know exactly what's going on here, or if this is a platform specific issue. Hopefully this observation will help clear the issue up though.

@bububa
Copy link
Owner

bububa commented Jan 26, 2011

fixed this bug in the next coming version.

@erskingardner
Copy link

Where is the next version, this bug is annoying me....

@codecowboy
Copy link

@bububa Is this still a bug? I can't see how to remove all records.

@jemrisin
Copy link

i still can't see how to remove records, has this issue been resolved?

@codecowboy
Copy link

@jemrisin suggest you open a new issue as I have not heard anything.

This issue was closed.
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

No branches or pull requests

6 participants