You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:edgedb-python/edgedb/codegen/generator.py
Lines 390 to 398 in ca40114
Could insights be provided into the rationale behind this decision?
The text was updated successfully, but these errors were encountered: