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
Address CodeRabbit review: validate negative max_connections on all paths
- Let negative values pass through resolvers and config fallbacks
instead of silently treating them as unset, so Validate() rejects
them consistently.
- Add max_connections validation to RepsetDiffCmd.Validate() and
SchemaDiffCmd.Validate() to fail fast before per-table fan-out.
- Simplify jobs config assignments to unconditional intArg calls.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments