Use integer values for type when inserting into ordomaincerts #3
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: cacert/cacert-webdb#3
Loading…
Reference in a new issue
No description provided.
Delete branch "bugfix/1548-proper-type-for-orgdomain-insert"
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?
MySQL tolerated INSERTs of an empty string in the type column of the
ordomaincerts table. This commit uses an integer value of 0 as default
instead to ensure that MariaDB with strict settings accepts the INSERT
too.
See https://bugs.cacert.org/view.php?id=1548
Looks good.
as this is only a type change: approved