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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
added "debug" option for --dump-ast to print out tree using Rust's Debug formatter (#92)
added new rule, "adding-foreign-key-constraint", to provide suggestions for safely adding foreign key constraints (#91)
Changed
updated "robust-stmts" suggestions with caveat about IF NOT EXISTS (#95)
updated "constraint-missing-not-valid" to warn about adding a constraint as NOT VALID and then using "VALIDATE CONSTRAINT" in the same transaction (#97)
updated "prefer-robust-stmts" with exception for using DROP CONSTRAINT IF EXISTS before ADD CONSTRAINT (#99)