You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although variables can be any ScalarValue, their types are hardcoded as Utf8. If the user attempts to define a variable as a different type (ie: Int), queries will fail with a type mismatch.
This is a tracking issue for a PR which contains the fix.
The text was updated successfully, but these errors were encountered:
Although variables can be any
ScalarValue
, their types are hardcoded asUtf8
. If the user attempts to define a variable as a different type (ie: Int), queries will fail with a type mismatch.This is a tracking issue for a PR which contains the fix.
The text was updated successfully, but these errors were encountered: