Description
With Torque 3.2, the XML schema data type INTEGER is mapped to MEDIUMINT, while it has been INTEGER in earlier generator releases.
It may be better to revert to the old mapping. The MySQL documentation states that the data range for MEDIUMINT is 2^24 while that of INTEGER is 2^32. This can matter when using INTEGER as object ids.