fixed tinyint column processing for case when length is empty
Details
Details
IMPORTANT: Test with MySQL 8.x.
Preparations
Run the following SQL to create a test table (replace inp_ prefix with the current system table prefix).
CREATE TABLE `inp_TestTinyInt` ( `ColumnNone` tinyint DEFAULT NULL, `Column3` tinyint(3) DEFAULT NULL );
Testing
- use the “Show Structure” button in the Tools → System Tools section on TestTinyInt table
- confirm that both columns have “kOptionsFormatter” assigned to them in the unit config field declaration
Diff Detail
Diff Detail
- Repository
- rINP In-Portal
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.