I found the issue. I had a datatype "TINYINT" on the "status" column, with Length/Set = 1. When I changed the datatype to "SMALLINT" with no Length/Set value, it all worked.