gchq / stroom

Stroom is a highly scalable data storage, processing and analysis platform.
https://gchq.github.io/stroom-docs/
Apache License 2.0
435 stars 53 forks source link

StroomQL is accepting case-insensitive Field names #4365

Open stroomdev10 opened 4 months ago

stroomdev10 commented 4 months ago
from 'My Index'
where eventid=1
select EventId, eventid

gives lots of 1, NULL

at055612 commented 3 months ago

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.