Use integer values for type when inserting into ordomaincerts #3

Merged
jandd merged 2 commits from bugfix/1548-proper-type-for-orgdomain-insert into main 2023-07-17 16:46:14 +00:00
Owner

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

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
jandd added 1 commit 2023-07-14 16:07:53 +00:00
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.
knilsson approved these changes 2023-07-15 15:05:53 +00:00
knilsson left a comment
Member

Looks good.

Looks good.
jandd added 1 commit 2023-07-16 20:27:18 +00:00
dirk approved these changes 2023-07-16 20:28:18 +00:00
dirk left a comment
Owner

as this is only a type change: approved

as this is only a type change: approved
jandd merged commit 8521ac0719 into main 2023-07-17 16:46:14 +00:00
jandd deleted branch bugfix/1548-proper-type-for-orgdomain-insert 2023-07-17 16:46:15 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: cacert/cacert-webdb#3
No description provided.