I've moved a site from ColdFusion 10 to ColdFusion 2016, and I've noticed when querying a MySql database, tinyint(1) fields that are null would previously come back to ColdFusion as empty values but now come back as 0.
Anyone know if this is a MySql or CF2016 thing, and how I can get it to return empty values again?
I've googled, but all results seems to be about turning 0 into null. I need it the other way around! CF2018 seems to have changed their null support, but I can't find anything relating to C2016.