[PR #39] Fix getDatabaseInfo not using its parameter for database name #72

Closed
opened 2026-01-23 11:26:48 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/doctrine/couchdb-client/pull/39

State: closed
Merged: No


It seems that getDatabaseInfo in CouchDBClient was using $this->database instead of the $name passed as parameter. At least it seems inconsistent with create/deleteDatabase methods... But let me know if that's not a bug and that's me that is not using the method properly 😉

**Original Pull Request:** https://github.com/doctrine/couchdb-client/pull/39 **State:** closed **Merged:** No --- It seems that `getDatabaseInfo` in `CouchDBClient` was using $this->database instead of the $name passed as parameter. At least it seems inconsistent with create/deleteDatabase methods... But let me know if that's not a bug and that's me that is not using the method properly :wink:
admin added the pull-request label 2026-01-23 11:26:48 +01:00
admin closed this issue 2026-01-23 11:26:48 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/couchdb-client#72