This commit is contained in:
2025-05-22 20:25:38 +02:00
parent 09f6750c2b
commit ce03fbf12f
529 changed files with 3353 additions and 3312 deletions

View File

@@ -1082,7 +1082,7 @@ def _emit_insert_statements(
records = list(records)
if returning_is_required_anyway or (
not hasvalue and len(records) > 1
table.implicit_returning and not hasvalue and len(records) > 1
):
if (
deterministic_results_reqd