Fix server cert expiry queries #29
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: cacert/cacert-webdb#29
Loading…
Reference in a new issue
No description provided.
Delete branch "fix-user-deletion-sql"
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?
Addresses #1544
This fix qualifies the field names in queries to be more explicit.
MariaDB doesn't tolerate unqualified names if a field exists in both sides of a JOIN, old MySQL did.