Any idea what that could be? something changed in the handling of string types?
I standard have the ongettext assigned to handle that.
Yes, Thaddy, I ran into that.I asked Michael about it, and now there is at least some info about it:https://wiki.freepascal.org/User_Changes_Trunk#TSQLite3Connection_string_fields
TStringField size is limited to 8k, leading to loss of data if the field is longer (e.g. memo).
I investigated it a bit further, and no that is not it. I standard have the ongettext assigned to handle that.The memo fields display fine, it is the TStringfield fields that fail.