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
There are whitespaces that feel unnatural to me. I think memefish SQL() should respect style in official documentation of Spanner except newlines.
SQL()
TODO: I will add more examples.
CREATE INDEX i1 ON t1(col)
CREATE INDEX i1 ON t1 (col)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There are whitespaces that feel unnatural to me.
I think memefish
SQL()
should respect style in official documentation of Spanner except newlines.TODO: I will add more examples.
CREATE INDEX i1 ON t1(col)
thanCREATE INDEX i1 ON t1 (col)
The text was updated successfully, but these errors were encountered: