fixed tinyint column processing for case when length is empty
Details
Details
- Reviewers
alex
Test with MySQL 8.x
Preparations
Run following SQL to create test table (replace "inp_" prefix with 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
- Branch
- branches/5.2.x
- Lint
Lint OK - Unit
No Unit Test Coverage - Build Status
Buildable 11157 Build 3857: arc lint + arc unit