I have a question in this PR about the intent of t...
# core
m
I have a question in this PR about the intent of the type macros in osquery, and whether I should fix a few places to use
BIGINT
or a bunch of them to use
DATETIME
. I think these are only syntatic sugar, but the important thing is to not use
INTEGER
which definitely causes problems. If anyone knows, feedback greatly appreciated. Thanks. https://github.com/osquery/osquery/pull/6897