datalust / seq-tickets

Issues, design discussions and feature roadmap for the Seq log server
https://datalust.co/seq
96 stars 5 forks source link

Query syntax detection breaks if `select` keyword is typo'd #2190

Closed nblumhardt closed 4 months ago

nblumhardt commented 4 months ago
  1. Enter the query selec 1 from stream
  2. Run it, query is (correctly) not recognized
  3. Edit the query in place to select 1 from stream

The fixed query should be interpreted as SQL, but it is not, and instead runs as a search filter.