User class should not depend on Database class when driver implements internal methods #38
Labels
No labels
admin tools
api
bug
documentation
duplicate
enhancement
feature
help wanted
in progress
internals
invalid
packaging
question
testing
trivial
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: MensBeam/Arsse#38
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
The User class incorrectly interfaces directly with the Database class even when the driver reports implementing a method internally. This occurs with e.g. the exists() method; conseqently the first test in
e6feb8de8d
is wrong and the whole series needs to be fixed by not creating $this->data->db.This should be fixed by commit
7785eb072b
, but there may still be bugs; test coverage needs to improve before this issue can be closed.Confirmed fixed by commit
1834cb9963
.