-
Notifications
You must be signed in to change notification settings - Fork 206
Closed
Description
When running with:
config.active_record.permanent_connection_checkout = :disallowedThe following code appears to have issues:
| if connection.supports_insert_conflict_target? |
Better to use Model.with_connection do |connection|.
See socketry/community#8 for background.
Metadata
Metadata
Assignees
Labels
No labels