chengpohi/edql

Index starting with a number causes "<identifier 0> expected, got 'x'" error

Closed this issue · 3 comments

If the index names is starting with a number, like 0_my_index, the following error prevents request execution:
<identifier 0> expected, got '0'

Got it, I will fix the parser issue in next version, will release in this week.

Hi @motofix , this issue is fixed in version v1.9.19
this issue is caused the parser failed to handle number with char, it's fixed.

Since Jetbrains still reviewing the new version, you can manually download, and reinstall plugin: v1.9.19

Thanks !