mirror of
https://github.com/doctrine/couchdb-client.git
synced 2026-03-23 22:42:17 +01:00
[PR #39] Fix getDatabaseInfo not using its parameter for database name #72
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/doctrine/couchdb-client/pull/39
State: closed
Merged: No
It seems that
getDatabaseInfoinCouchDBClientwas 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 😉