lanto03 / couchdb-python

Automatically exported from code.google.com/p/couchdb-python
Other
0 stars 0 forks source link

Checking if a database is in a server shouldn't throw an exception #27

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. server = couchdb.Server(url)
2. dbname = 'db-which-doesnt-exist'
3. dbname in server

What is the expected output? What do you see instead?

False

I see:

couchdb.client.ServerError: (500, (u'error', u'not_found'))

What version of the product are you using? On what operating system?

0.4

Please provide any additional information below.

Original issue reported on code.google.com by hoi...@gmail.com on 20 Oct 2008 at 5:11

GoogleCodeExporter commented 8 years ago
Seems to be a couchdb issue. I upgraded to trunk, and it works. 

Original comment by hoi...@gmail.com on 20 Oct 2008 at 7:26

GoogleCodeExporter commented 8 years ago
Right, closing

Original comment by cmlenz on 5 Nov 2008 at 4:30