I've an 2015-2017 era sqldb-with-sqllite app that is for some personal administration. I had to update it, and saw that a field wasn't showing anymore. (with the same original DLL)
The field is ftfixedchar with size 128 and precision -1, and it is a simple query (select * from tablename). Any idea what that could be? something changed in the handling of string types?