> On Apr 25, 2017, at 10:28 AM, AJ Lemke <aj.le...@securitylabs.com> wrote: > > Thanks for the thought Alex! > The fields that have this happen most often are numeric and boolean fields. > These fields have real data (id numbers, true/false, etc.) > > AJ >
We had an identical problem a few months ago, and there was no question that the field was populated in all MySQL records. We figured out how to use another field in the schema to do the same query, so, ended up deleting the troublesome field. Never did discover why, all ideas failed. In our case, the same data populated 2 different fields, one worked, one did not, but, never found a good reason for that. I’d love to know if you figure it out, as, it could be the reason why ours did the same thing. Our is a much older version though. We figured it’s some sort of rare bug. We played around for several weeks. Hope you can find it. Steve