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
Since rails 7.1, explain can take options. The issue is that both the name of options and the formatting is different between postgres and cockroach.
https://www.cockroachlabs.com/docs/stable/explain-analyze
As of now we do not support explain analyze either due to how the code was adjusted to fit PG behaviour in 7.1.
explain analyze
See tests:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Since rails 7.1, explain can take options. The issue is that both the name of options and the formatting is different between postgres and cockroach.
https://www.cockroachlabs.com/docs/stable/explain-analyze
As of now we do not support
explain analyze
either due to how the code was adjusted to fit PG behaviour in 7.1.See tests:
The text was updated successfully, but these errors were encountered: