Don't automatically apply defer_foreign_keys
in TableStatements.insertAll
#3393
Labels
breaking
A breaking change that would require a major version jump
Describe the bug
when postgresql, use insertAll raised exception: "pragma synax error"
the genarate sql:
pragma defer_foreign_keys = on;
in batch is useful!
error:
success:
The text was updated successfully, but these errors were encountered: