We have a scenario where disabled users are imported without previously existing.
This produces an Incorrect integer value: '' for column be_users.disable SQL error on MariaDB, as thje given value on the raw SQL is simply "" with the following truncated stacktrace:
We have a scenario where disabled users are imported without previously existing.
This produces an
Incorrect integer value: '' for column be_users.disable
SQL error on MariaDB, as thje given value on the raw SQL is simply""
with the following truncated stacktrace:This fix forces the type to ensure the correct typing of the injected value according to the TYPO3 default TCA type.