AntonShuvaev / intellij-dynamodb

DynamoDB plugin for Intellij IDEA and other JetBrains IDEs
https://plugins.jetbrains.com/plugin/18896-dynamodb
15 stars 0 forks source link

begins_with query condition no longer allowed #55

Closed benward2301 closed 7 months ago

benward2301 commented 7 months ago

I have just updated to version 2023.3.1-232 and I now get the following error when I enter begins_with into the query bar:

expected, got 'begins_with'

Other conditions e.g. attribute_exists still work.

AntonShuvaev commented 7 months ago

In the recent update, I've changed the syntax for begins_with and contains expressions to enhance consistency and readability. Now, to use the begins_with expression, you should format it as field begins_with 'text' instead of the previous begins_with(field, 'text')