We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This incompatibility is detected by #90.
SAFE.
SAFE_CAST
SAFE_ORDINAL
SAFE_OFFSET
https://cloud.google.com/spanner/docs/reference/standard-sql/functions-reference#safe_prefix
Additionally, SAFE_CAST is needed to be supported. #115
CREATE TABLE T ( id INT64, string_field STRING(MAX), gen BYTES(MAX) AS (SAFE.MD5(string_field)) STORED, ) PRIMARY KEY(id);
syntax error:testdata/generated_column.test:5:30: expected token: ), but: ( 5: gen BYTES(MAX) AS (SAFE.MD5(string_field)) STORED, ^
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
This incompatibility is detected by #90.
SAFE.
prefixSAFE_CAST
Implement SAFE_CAST in CastExpr #164SAFE_ORDINAL
,SAFE_OFFSET
Implement generalized subscript operators #192Spec
https://cloud.google.com/spanner/docs/reference/standard-sql/functions-reference#safe_prefix
Additionally,
SAFE_CAST
is needed to be supported. #115Reproducing input
Current error
The text was updated successfully, but these errors were encountered: