Some databases (maybe all of them) will set the database column names to lowercase. This was problematic because we needed to match these names with the ksql tags, which were not lowercased. Now we support both versions, lowercased or not.