gchq / stroom

Stroom is a highly scalable data storage, processing and analysis platform.

Home Page:https://gchq.github.io/stroom-docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StroomQL is accepting case-insensitive Field names

stroomdev10 opened this issue · comments

from 'My Index'
where eventid=1
select EventId, eventid

gives lots of
1, NULL

Was agreed between @stroomdev10 , @stroomdev66 and myself that field names should be case-insensitive in stroomQL. Same for datasources.

Need to check that code completion/snippets are case-insensitive also.