Skip to content
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

Fix volatility inference of functions taking object arguments #2890

Merged
merged 2 commits into from
Sep 2, 2021

Conversation

elprans
Copy link
Member

@elprans elprans commented Sep 2, 2021

A reference to an object Parameter is at most Stable, because it
triggers a table scan.

A reference to an object `Parameter` is at most `Stable`, because it
triggers a table scan.
edb/edgeql/compiler/inference/volatility.py Outdated Show resolved Hide resolved
@elprans
Copy link
Member Author

elprans commented Sep 2, 2021

I think I found a more precise formulation.

@elprans elprans merged commit 4f4d72a into master Sep 2, 2021
@elprans elprans deleted the fix-func-volatility-inference branch September 2, 2021 23:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants