This repository has been archived by the owner on Dec 11, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 77
invalidQuery: Syntax error: Unexpected identifier "String" at #257
Comments
Hi @clemishow can you let us know which version of our plugin you are using |
1.0.6 |
Ok, We are waiting for 2.0.0 to be officially published, Once publish please test your issue with the latest version and if you still face an issue we'll fix this |
@tamir Klein <tamir@doit-intl.com> I don't see anything on 2.0 that fixes
this issue.
Vadim Solovey | GM // DoiT International
…On Thu, Jul 16, 2020 at 6:36 PM Tamir Klein ***@***.***> wrote:
Ok, We are waiting for 2.0.0 to be officially published, Once publish
please test your issue with the latest version and if you still face an
issue we'll fix this
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#257 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABLWF7YATFTV6JVA2C67MBTR34M6RANCNFSM4O4JJLRQ>
.
|
@clemishow We see an error in your SQL (missing space) can you replace this line
With this Note: I added a space between |
The error comes from Query Builder which doesn't put the space |
Merged
Merged
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug Report
I'm trying to make this query work, but I'm getting an error message.
invalidQuery: Syntax error: Unexpected identifier "String" at [4:36]
Expected Behavior
CAST (param.value.string_valueAS String ) AS metric,
Put a space between value and AS
Actual Behavior
Error message
Specifications
The text was updated successfully, but these errors were encountered: