Re: Unable to delete empty key document

2010-11-15 Thread Luciano Ramalho
On Mon, Nov 15, 2010 at 7:55 AM, Bram Neijt wrote: > How did you get the empty id document in CouchDB? Or is the _id = > "\"\"" and not really empty? Another guess: perhaps the key is something that the HTML interface of Futon will not display. For example, a key which looks like a tag will not

Re: Unable to delete empty key document

2010-11-15 Thread Bram Neijt
How did you get the empty id document in CouchDB? Or is the _id = "\"\"" and not really empty? On Tue, Oct 26, 2010 at 10:57 AM, Nils Breunese wrote: > Alex Ivasyuv wrote: > >> I found an issue? in Futon, when there exist an record with empty key >> (""), it's unable to delete it. >> Record loo

Re: Unable to delete empty key document

2010-10-26 Thread Nils Breunese
Alex Ivasyuv wrote: > I found an issue? in Futon, when there exist an record with empty key > (""), it's unable to delete it. > Record looks like: > "" {rev: "1-8d76c8a85c9ad91083a200bf86e64c6a"} > > But from command like when you try to delete it, it'll delete entire > your db! > $ cu

Re: Unable to delete empty key document

2010-10-21 Thread Michael Zedeler
On 2010-10-21 12:03, Alex Ivasyuv wrote: I found an issue? in Futon, when there exist an record with empty key (""), it's unable to delete it. Record looks like: "" {rev: "1-8d76c8a85c9ad91083a200bf86e64c6a"} But from command like when you try to delete it, it'll delete entire you

Unable to delete empty key document

2010-10-21 Thread Alex Ivasyuv
hi, I found an issue? in Futon, when there exist an record with empty key (""), it's unable to delete it. Record looks like: "" {rev: "1-8d76c8a85c9ad91083a200bf86e64c6a"} But from command like when you try to delete it, it'll delete entire your db! $ curl -X DELETE http://localho