-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
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
Pass all SQL test in spansql tests #115
Comments
This was referenced Sep 23, 2024
Closed
This was referenced Oct 1, 2024
Now we have passed all test in spansql's It is a important milestone that memefish becomes the most feature complete parser for Cloud Spanner's GoogleSQL! |
This was referenced Nov 8, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Result
https://github.com/apstndb/memefish-testsuite/blob/440786a9cead1c7d25a833c9c9de5868976e67e4/output/result.txt
SYNONYM
s inCREATE TABLE
Support SYNONYMs in CREATE TABLE #125DROP VIEW
statement Support DROP VIEW statement #126GRANT/REVOKE SELECT ON CHANGE STREAM
Support GRANT/REVOKE SELECT ON CHANGE STREAM #127ALTER TABLE ALTER COLUMN DROP DEFAULT
Incompatibility: ALTER COLUMN DROP DEFAULT #92ALTER TABLE ADD/DROP SYNONYM
Support ALTER TABLE ADD/DROP SYNONYM #128ALTER TABLE RENAME TO, ADD SYNONYM
Support ALTER TABLE RENAME TO, ADD SYNONYM #129ALTER STATISTICS
Support ALTER STATISTICS statement #162RENAME TABLE
statement Support RENAME TABLE statement #130ALTER DATABASE
statement Support ALTER DATABASE statement #131UPDATE SET DEFAULT
Support UPDATE SET DEFAULT #132SAFE_CAST(expr AS type)
related Incompatibility: SAFE functions are not supported #94AGG_FUNC(IGNORE NULLS HAVING MAX)
Support current spec of aggregate function calls #88The text was updated successfully, but these errors were encountered: