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
query_required_single()
Currently, it appears that the code generation process will not generate a query using query_required_single().
After examining the _generate() function situated at edgedb-python/edgedb/codegen/generator.py, it appears there might be an if-else statement that determines the method to use: https://github.com/edgedb/edgedb-python/blob/ca401141128dba2da443657edd61e45551e53b78/edgedb/codegen/generator.py#L390-L398
_generate()
edgedb-python/edgedb/codegen/generator.py
Could insights be provided into the rationale behind this decision?
The text was updated successfully, but these errors were encountered:
fantix
No branches or pull requests
Currently, it appears that the code generation process will not generate a query using
query_required_single()
.After examining the
_generate()
function situated atedgedb-python/edgedb/codegen/generator.py
, it appears there might be an if-else statement that determines the method to use:https://github.com/edgedb/edgedb-python/blob/ca401141128dba2da443657edd61e45551e53b78/edgedb/codegen/generator.py#L390-L398
Could insights be provided into the rationale behind this decision?
The text was updated successfully, but these errors were encountered: