Hrm. Builds on main are failing. <https://github.c...
# core
s
s
It's the distributed test; it expects the second query here to have results:
Copy code
{
  "queries": {
    "q1": "SELECT * FROM osquery_info;",
    "q2": "SELECT * FROM osquery_info WHERE version > '5.3.0';"
  }
}
)json"
I guess there's an issue maybe with treating
5.10.0
or similar as higher than
5.3.0
s
Thank you for fixing it!
I’m amused that we found the lexigraphic bug