pouchdb-community / pouchdb-all-dbs

allDbs() plugin for PouchDB
Apache License 2.0
29 stars 18 forks source link

(#7) - Allow db names starting with underscore #8

Closed marten-de-vries closed 10 years ago

marten-de-vries commented 10 years ago

Fixes #7.

nolanlawson commented 10 years ago

Good catch. However, since copies of pouchdb-all-dbs are already floating around out there in the wild, I'd like to see some basic migration logic (e.g., whenever you pull something out, check if it starts with db_).

marten-de-vries commented 10 years ago

Agreed. I'll look into it.

nolanlawson commented 10 years ago

don't worry about it, I gotcha. it's a one-line code change :)

marten-de-vries commented 10 years ago

Thanks.