l3tchupkt commented on PR #9215: URL: https://github.com/apache/pouchdb/pull/9215#issuecomment-4186859963
@janl Thanks for the detailed explanation, that clarifies the scope a lot. I see that the issue is specific to filesystem-backed adapters, so it makes sense to move the validation into pouchdb-adapter-leveldb rather than handling it in mapreduce. I’ll refactor the fix accordingly by: - aligning validation with CouchDB’s database name rules - applying it during LevelDB adapter initialization - separating filesystem paths via a `databaseDir` option instead of overloading the name I’ll update the PR shortly with these changes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
