Hello Osquery team. Would someone review the os_ve...
# general
a
Hello Osquery team. Would someone review the os_version table and why Major, Minor fields are reported as string when FLAGS_log_numerics_as_numbers = true? It looks like the original field types are Integer. I assume, the following query "select major, minor from os_version" returns integer fields. Instead, they both are strings.