Goes with fix: set byte length for operation.logs column #589 as a test which checks if the logs column in the table operation can handle a large amount of bytes on each databases. The amount of characters has been set to 10 000 000. Before the PR #589 the test failed on MySQL and MariaDB and with the PR it succeeds on these databases.
Which issue(s) this PR fixes
Fixes None
Additional comments
Goes with
fix: set byte length for operation.logs column
#589 as a test which checks if thelogs
column in the tableoperation
can handle a large amount of bytes on each databases. The amount of characters has been set to10 000 000
. Before the PR #589 the test failed onMySQL
andMariaDB
and with the PR it succeeds on these databases.Agreements